RESOLVED WORKSFORME 116649
[Mac] [WK2] http/tests/security/cross-frame-access-put.html fails
https://bugs.webkit.org/show_bug.cgi?id=116649
Summary [Mac] [WK2] http/tests/security/cross-frame-access-put.html fails
Attachments
Ryosuke Niwa
Comment 1 2013-05-22 23:02:47 PDT
Note that this test only fails on WK2.
Alexey Proskuryakov
Comment 2 2013-05-22 23:28:35 PDT
The test is about JS bindings, but the failure is about an incorrect value of window.screenX. Not sure where that's taken from, and why it would be flaky.
Zoltan Arvai
Comment 3 2013-05-23 06:53:14 PDT
Test also fails on Qt WK2 --- /ramdisk/qt-linux-32-release-webkit2/build/layout-test-results/http/tests/security/cross-frame-access-put-expected.txt +++ /ramdisk/qt-linux-32-release-webkit2/build/layout-test-results/http/tests/security/cross-frame-access-put-actual.txt @@ -332,9 +332,9 @@ ALERT: PASS: window.personalbar should be '[object BarProp]' and is. ALERT: PASS: window.plugins should be 'undefined' and is. ALERT: PASS: window.screen should be '[object Screen]' and is. -ALERT: PASS: window.screenLeft should be '112' and is. +ALERT: PASS: window.screenLeft should be '0' and is. ALERT: PASS: window.screenTop matched the expected value. -ALERT: PASS: window.screenX should be '112' and is. +ALERT: PASS: window.screenX should be '0' and is. ALERT: PASS: window.screenY matched the expected value. ALERT: PASS: window.scrollbars should be '[object BarProp]' and is. ALERT: PASS: window.scrollX should be '0' and is. http://build.webkit.sed.hu/results/x86-32%20Linux%20Qt%20Release%20WebKit2/r150579%20%2835716%29/results.html
Zoltan Arvai
Comment 4 2013-05-23 07:08:39 PDT
Skipped on Qt WK2 in http://trac.webkit.org/changeset/150584. Please unskip it with proper fix.
Alexey Proskuryakov
Comment 5 2013-12-25 13:04:37 PST
Looks like this test got fixed long ago (and broken again everywhere last week for an entirely different reason).
Alexey Proskuryakov
Comment 6 2013-12-25 16:06:43 PST
Filed bug 126238 for the new brokenness. Removed this old expectation in <http://trac.webkit.org/r161075>.
Note You need to log in before you can comment on or make changes to this bug.