Bug 49978 - All svg/W3C-SVG-1.1 test fail in WebKit2 on Windows because page renders at wrong size
Summary: All svg/W3C-SVG-1.1 test fail in WebKit2 on Windows because page renders at w...
Status: RESOLVED DUPLICATE of bug 46862
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar, LayoutTestFailure, PlatformOnly
Depends on:
Blocks:
 
Reported: 2010-11-23 08:57 PST by Adam Roben (:aroben)
Modified: 2011-03-16 11:56 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 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.
Comment 1 Adam Roben (:aroben) 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.
Comment 2 Adam Roben (:aroben) 2010-11-23 08:59:58 PST
<rdar://problem/8696884>
Comment 3 Adam Roben (:aroben) 2011-03-16 11:55:50 PDT
Looks like this has been fixed, likely due to the new drawing area.
Comment 4 Adam Roben (:aroben) 2011-03-16 11:56:49 PDT

*** This bug has been marked as a duplicate of bug 46862 ***