WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
70487
fast/frames/frame-element-name.html fails intermittently after
r97881
https://bugs.webkit.org/show_bug.cgi?id=70487
Summary
fast/frames/frame-element-name.html fails intermittently after r97881
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
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Csaba Osztrogonác
Comment 1
2011-10-20 04:01:17 PDT
Created
attachment 111747
[details]
Patch
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
Landed in
http://trac.webkit.org/changeset/97963
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug