Bug 106028 - fast/frames/flattening/iframe-flattening-fixed-height.html is flaky
Summary: fast/frames/flattening/iframe-flattening-fixed-height.html is flaky
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-03 12:14 PST by Ryosuke Niwa
Modified: 2013-01-03 12:16 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?