[Webkit-unassigned] [Bug 22981] New: SVG-as-image redraw broken: svg-as-background-5.html LayoutTest fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 23 20:51:48 PST 2008


https://bugs.webkit.org/show_bug.cgi?id=22981

           Summary: SVG-as-image redraw broken: svg-as-background-5.html
                    LayoutTest fails
           Product: WebKit
           Version: 528+ (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: simon.fraser at apple.com


Following on from bug 21910, this layout test continues to fail:
LayoutTests/fast/backgrounds/svg-as-background-5.html

The reason is that the SVG content loads slowly, and has one resource load
failure (for the JS file), so the first time SVGImage draws, the SVG has not
finished loading yet. After that, layout within the SVG fails to cause
repaints, because the SVGImage's FrameView has no associated platform widget,
and the EmptyChromeClient does nothing with repaints. Thus the repaints get
thrown on the floor.


-- 
Configure bugmail: https://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