[Webkit-unassigned] [Bug 49978] All svg/W3C-SVG-1.1 test fail in WebKit2 on Windows because page renders at wrong size

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 23 08:59:23 PST 2010


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





--- Comment #1 from Adam Roben (aroben) <aroben at apple.com>  2010-11-23 08:59:23 PST ---
WebKitTestRunner does resize the WKView to the right size before loading the test page. However, this size does not take effect right away because ChunkedUpdateDrawingAreaProxy::setSize bails out because m_isWaitingForDidSetFrameNotification is true. It was set to true when the window was first created and sized.

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



More information about the webkit-unassigned mailing list