Bug 6524
| Summary: | rework the test engine or SVG "text-intro" tests so we can turn them back on | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Darin Adler <darin> |
| Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | ap, ian, zimmermann |
| Priority: | P2 | ||
| Version: | 420+ | ||
| Hardware: | Mac | ||
| OS: | OS X 10.4 | ||
| Bug Depends on: | 6400 | ||
| Bug Blocks: | |||
Darin Adler
These 4 tests are failing for me:
svg/W3C-SVG-1.1/text-intro-01-t
svg/W3C-SVG-1.1/text-intro-02-b
svg/W3C-SVG-1.1/text-intro-03-b
svg/W3C-SVG-1.1/text-intro-04-t
By "failing" I mean that the output does not match expected results. We need all our tests to succeed so
that we can use the suite for regression testing.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
One of the problems is the lists of font families the tests specify, e.g.:
<g font-size="30" font-family="MissingInAction, 'MS-Gothic','LucidaSansUnicode', 'Arial Unicode MS'">
People with MS Office installed will get MS-Gothic, I also have Arial Unicode MS, while a clean OS X
installation will use a system-provided fallback here (which may depend on whether Asian fonts were
selected during the installation).
This is related to bug 6400.
Eric Seidel (no email)
I can't tell from Alexley's comments, but maybe 6400 will fix this? Otherwise I'm just going to disable
these tests for now.
Alexey Proskuryakov
The current patch in bug 6400 only affects (disables) system fallback, so it won't fix this. I should try
similarly limiting the choice of explicitly specified font families...
Eric Seidel (no email)
I've disabled the tests for now. r12093
Darin Adler
Lowering priority since what made this a P1 was the fact that the tests were on by default.
Nikolas Zimmermann
Fixed with bug 53980.
*** This bug has been marked as a duplicate of bug 53980 ***