Bug 110027

Summary: compositing/transitions/transform-on-large-layer.html is failing on Mac
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: allan.jensen, ap, bdakin, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 110099    

Description Ryosuke Niwa 2013-02-16 13:35:00 PST
compositing/transitions/transform-on-large-layer.html has been failing intermittently on Mac:
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40ToT%20-%20webkit.org&tests=compositing%2Ftransitions%2Ftransform-on-large-layer.html
Comment 1 Alexey Proskuryakov 2013-09-23 16:16:25 PDT
What I'm seeing is not so much that the test is flaky, but that it's failing all the time. run-webkit-tests just fails to properly report that.

On Mac WebKit1, the test always times out, because resizing the window is not implemented. We store the new size, and report it when asked, but don't actually resize the window, so there is no resize event. This can be easily fixed by adding [sender setFrame:frame]; to DumpRenderTree's UIDelegate.mm.

Mac WebKit2 also always times out, although resizing is implemented there. I could not figure out why in the time I had for this.
Comment 2 Alexey Proskuryakov 2013-09-25 11:17:45 PDT
See also bug 96642.