[Webkit-unassigned] [Bug 17672] New: acid3-test-77.html is timing dependant, should be fixed (exposes SVG crash)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 4 15:27:35 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17672

           Summary: acid3-test-77.html is timing dependant, should be fixed
                    (exposes SVG crash)
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zimmermann at kde.org
                CC: eric at webkit.org, oliver at apple.com


acid3-test-77.html loads 'resources/Acid3Font-loader.svg' through
HTMLIFrameElement.
This file defines a <font> element which references 'resources/Acid3Font.svg'
names as 'ACID3svgfont'.

Furthermore it contains a <text font-family="ACID3svgfont'>X</text> element
which is supposed to force us loading the font and delay sending the onload
event.

As the onload event is immediately fired now (as the load hasn't been kicked
before the first layout happens), we're using a
window.setTimeout("executeTest()", 150) hack instead of calling the function
directly.

Davids idea was to add <script>document.documentElement.offsetWidth;</script>
to that document, and see wheter it fixes the onload send delay. Though it
currently crashs us deep in SVGRootInlineBox.

Fix both issues.


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



More information about the webkit-unassigned mailing list