Bug 151053
Summary: | http/tests/security/cross-frame-access-put.html is flaky on mac-wk2 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | achristensen, ggaren |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Mac | ||
OS: | Unspecified |
Ryan Haddad
http/tests/security/cross-frame-access-put.html is flaky on mac-wk2
--- /Volumes/Data/slave/yosemite-release-tests-wk2/build/layout-test-results/http/tests/security/cross-frame-access-put-expected.txt
+++ /Volumes/Data/slave/yosemite-release-tests-wk2/build/layout-test-results/http/tests/security/cross-frame-access-put-actual.txt
@@ -101,8 +101,8 @@
ALERT: PASS: window.frames should be '[object Window]' and is.
ALERT: PASS: window.history should be '[object History]' and is.
ALERT: PASS: window.images should be 'undefined' and is.
-ALERT: PASS: window.innerHeight should be '150' and is.
-ALERT: PASS: window.innerWidth should be '300' and is.
+ALERT: *** FAIL: window.innerHeight should be '150' but instead is 0. ***
+ALERT: *** FAIL: window.innerWidth should be '300' but instead is 0. ***
ALERT: PASS: window.length should be '0' and is.
ALERT: PASS: window.locationbar should be '[object BarProp]' and is.
ALERT: PASS: window.menubar should be '[object BarProp]' and is.
Run:
<https://build.webkit.org/builders/Apple%20Yosemite%20Release%20WK2%20%28Tests%29/builds/9747>
Results:
<https://build.webkit.org/results/Apple%20Yosemite%20Release%20WK2%20(Tests)/r192174%20(9747)/results.html>
Flakiness Dashboard:
<http://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=http%2Ftests%2Fsecurity%2Fcross-frame-access-put.html>
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryan Haddad
Marked as flaky on mac-wk2 in <https://trac.webkit.org/r192179>
Alex Christensen
*** This bug has been marked as a duplicate of bug 178371 ***