Bug 6524 - rework the test engine or SVG "text-intro" tests so we can turn them back on
Summary: rework the test engine or SVG "text-intro" tests so we can turn them back on
Status: RESOLVED DUPLICATE of bug 53980
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 6400
Blocks:
  Show dependency treegraph
 
Reported: 2006-01-13 08:20 PST by Darin Adler
Modified: 2011-03-15 13:31 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2006-01-13 08:20:26 PST
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.
Comment 1 Alexey Proskuryakov 2006-01-13 09:40:21 PST
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.
Comment 2 Eric Seidel (no email) 2006-01-13 18:19:17 PST
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.
Comment 3 Alexey Proskuryakov 2006-01-14 00:58:21 PST
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...
Comment 4 Eric Seidel (no email) 2006-01-14 18:30:09 PST
I've disabled the tests for now.  r12093
Comment 5 Darin Adler 2006-01-18 09:24:39 PST
Lowering priority since what made this a P1 was the fact that the tests were on by default.
Comment 6 Nikolas Zimmermann 2011-03-15 13:31:42 PDT
Fixed with bug 53980.

*** This bug has been marked as a duplicate of bug 53980 ***