RESOLVED DUPLICATE of bug 46862 49978
All svg/W3C-SVG-1.1 test fail in WebKit2 on Windows because page renders at wrong size
https://bugs.webkit.org/show_bug.cgi?id=49978
Summary All svg/W3C-SVG-1.1 test fail in WebKit2 on Windows because page renders at w...
Adam Roben (:aroben)
Reported 2010-11-23 08:57:59 PST
To reproduce: 1. run-webkit-tests -2 svg/W3C-SVG-1.1 All of the tests fail. They're rendering at 800x600 instead of at 480x360.
Attachments
Adam Roben (:aroben)
Comment 1 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.
Adam Roben (:aroben)
Comment 2 2010-11-23 08:59:58 PST
Adam Roben (:aroben)
Comment 3 2011-03-16 11:55:50 PDT
Looks like this has been fixed, likely due to the new drawing area.
Adam Roben (:aroben)
Comment 4 2011-03-16 11:56:49 PDT
*** This bug has been marked as a duplicate of bug 46862 ***
Note You need to log in before you can comment on or make changes to this bug.