Bug 66376

Summary: REGRESSION (r93140?): fast/text/international/text-combine-image-test.html failing on Windows
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: joepeck, mitz
Priority: P2 Keywords: LayoutTestFailure, PlatformOnly, Regression
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows 7   
URL: http://build.webkit.org/results/Windows%207%20Release%20(Tests)/r93147%20(15530)/results.html
Attachments:
Description Flags
before image
none
after image none

Adam Roben (:aroben)
Reported 2011-08-17 06:51:03 PDT
Attachments
before image (84.59 KB, image/png)
2011-08-17 06:51 PDT, Adam Roben (:aroben)
no flags
after image (84.79 KB, image/png)
2011-08-17 06:52 PDT, Adam Roben (:aroben)
no flags
Adam Roben (:aroben)
Comment 1 2011-08-17 06:51:58 PDT
Created attachment 104169 [details] before image
Adam Roben (:aroben)
Comment 2 2011-08-17 06:52:11 PDT
Created attachment 104170 [details] after image
Adam Roben (:aroben)
Comment 3 2011-08-17 06:53:25 PDT
You can see from the attached images that some of the vertical characters now have a different font. The new font doesn't seem to match the horizontal characters.
Adam Roben (:aroben)
Comment 4 2011-08-17 08:22:47 PDT
Added expected failure results in http://trac.webkit.org/changeset/93209
Joseph Pecoraro
Comment 5 2011-08-17 10:29:30 PDT
Thanks for pointing this out. My change fixed a leak, where a font that had previously been used as a remote CSS Font Face's temporary transparent font, (while the font face is loading), would be considered active forever. I just looked over the Windows related changes I made in r93140 and r93147 and they look correct. So, since this could be a cache issue that persisted between tests. To try to verify that I would check out if this test has the same expected results now if it was run individually before r93140. Unfortunately I don't have any other ideas why these changes would have negatively affected this test. This test does not use font face, it uses a font named "HiraMinProN-W3", which I assume is a system font because I see no SVG/CSS3 font-face declarations or included declarations.
mitz
Comment 6 2011-08-17 12:04:31 PDT
(In reply to comment #5) > This test does not use font face, it uses a font > named "HiraMinProN-W3", which I assume is a system font because I see > no SVG/CSS3 font-face declarations or included declarations. The Windows system running the test doesn’t have a font by that name installed, so it proceeds with system fallback.
Note You need to log in before you can comment on or make changes to this bug.