Bug 70487

Summary: fast/frames/frame-element-name.html fails intermittently after r97881
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: Tools / TestsAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Normal CC: dbates, eric, ossy, zherczeg
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Csaba Osztrogonác
Reported 2011-10-20 03:36:06 PDT
fast/frames/frame-element-name.html fails intermittently, because sometimes frames aren't loaded in time because of additional script running. Fix is coming soon.
Attachments
Patch (1.70 KB, patch)
2011-10-20 04:01 PDT, Csaba Osztrogonác
no flags
Csaba Osztrogonác
Comment 1 2011-10-20 04:01:17 PDT
Zoltan Herczeg
Comment 2 2011-10-20 04:16:26 PDT
Comment on attachment 111747 [details] Patch r=me but please write a little more about the issue and why this fix helps
Csaba Osztrogonác
Comment 3 2011-10-20 04:31:21 PDT
diff: --- /ramdisk/qt-linux-release/build/layout-test-results/fast/frames/frame-element-name-expected.txt +++ /ramdisk/qt-linux-release/build/layout-test-results/fast/frames/frame-element-name-actual.txt @@ -3,41 +3,29 @@ -------- Frame: 'left' -------- -PASS escape(window.frameElement.name) is "left" -PASS escape(window.name) is "left" -------- Frame: '<!--framePath //<!--frame1-->-->' -------- -PASS escape(window.frameElement.name) is "" -PASS escape(window.name) is "" -------- Frame: '<!--framePath //<!--frame2-->-->' -------- -PASS escape(window.frameElement.name) is "_blank" -PASS escape(window.name) is "_blank" -------- Frame: '_parent' -------- -PASS escape(window.frameElement.name) is "_parent" -PASS escape(window.name) is "_parent" -------- Frame: '_self' -------- -PASS escape(window.frameElement.name) is "_self" -PASS escape(window.name) is "_self" -------- Frame: '_top' -------- -PASS escape(window.frameElement.name) is "_top" -PASS escape(window.name) is "_top"
Csaba Osztrogonác
Comment 4 2011-10-20 04:35:49 PDT
Note You need to log in before you can comment on or make changes to this bug.