[Webkit-unassigned] [Bug 81544] Layout Test fast/text/international/font-fallback-to-common-script.html has flaky image results on all Chromium bots

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 19 21:17:05 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=81544


Matt Falkenhagen <falken at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|webkit-unassigned at lists.web |falken at chromium.org
                   |kit.org                     |
                 CC|                            |morrita at google.com




--- Comment #1 from Matt Falkenhagen <falken at chromium.org>  2012-03-19 21:17:05 PST ---
I wonder if it's some race condition involving the lines:

  window.internals.settings.setStandardFontFamily("Times", "Hans");
  window.internals.settings.setStandardFontFamily("", "Hans");

to test that removal of "Times" with "" works. Is there a way to ensure the test runs after the effects of the lines are done?

The other reftests for font settings don't seem to be flaky (fast/text/international/content-language-font-selection.html, fast/text/international/content-language-with-subtags.html, fast/text/international/locale-sensitive-fonts.html).

I can try removing the "Times" line and see if it helps.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list