Bug 106028

Summary: fast/frames/flattening/iframe-flattening-fixed-height.html is flaky
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: eric.carlson, eric, koivisto
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Comment 1 Ryosuke Niwa 2013-01-03 12:16:12 PST
It’s somewhat red-herring that this test is relying on setTimeout(~, 0):

11	            setTimeout(function() {
12	                if (window.layoutTestController)
13	                    layoutTestController.notifyDone();
14	            }, 0);

Why is that needed?