Bug 102370
| Summary: | Tests in fast/text/international cause flakiness, because window.internals does not reset font family mappings | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Raphael Kubo da Costa (:rakuco) <rakuco> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | ap, bfulgham, glenn, haraken, jussi.kukkonen |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Raphael Kubo da Costa (:rakuco)
fast/text/international/jpan-script-equivalence.html, for example, does this:
window.internals.settings.setStandardFontFamily("Ahem", "Hrkt");
Since we do not have a way to clear these font mappings with custom codes between each test, if one later runs fast/text/international/002.html it will fail because a different font (Ahem) will be used instead.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Jussi Kukkonen (jku)
*** Bug 102918 has been marked as a duplicate of this bug. ***