NEW 66376
REGRESSION (r93140?): fast/text/international/text-combine-image-test.html failing on Windows
https://bugs.webkit.org/show_bug.cgi?id=66376
Summary REGRESSION (r93140?): fast/text/international/text-combine-image-test.html fa...
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.