Bug 73494

Summary: Layout Test svg/text/non-bmp-positioning-lists.svg is failing
Product: WebKit Reporter: Vincent Scheib <scheib>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bashi, schenney, thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Vincent Scheib 2011-11-30 16:01:05 PST
The following layout test is failing on all chromium platforms.

svg/text/non-bmp-positioning-lists.svg

Probable cause:
The test was added in http://trac.webkit.org/changeset/101537 but does not render a glyph correctly.
Comment 1 Tim Horton 2011-11-30 16:06:04 PST
Hmm, I wonder if this is due to no font with that glyph existing on the platforms the chromium bots run on? Does it work on cr-mac?

The fact that there are only two squares and they are spaced apart by as much as they are means it "passes" (vs. what would have happened before the bug fix), but it would definitely be nice to have the glyph rendering...
Comment 2 Stephen Chenney 2012-04-06 11:32:15 PDT
The spacing is correct even though the require font glyph is only available on Mac Lion for Chromium. Since the test is testing the spacing and not the font, we're good.
Comment 3 Stephen Chenney 2012-04-06 11:33:33 PDT
I should say, we're rebaselining this and consider it solved for Chromium. Some mac results do not show the Glyph, so we'll leave it up to platform vendors to decide what to do.
Comment 4 Stephen Chenney 2012-04-06 11:34:38 PDT
Committed r113465: <http://trac.webkit.org/changeset/113465>