Bug 153050
Summary: | [iOS Simulator] http/tests/security/cross-frame-access-custom.html is flaky | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ap, sam |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | iPhone / iPad | ||
OS: | iOS 9.0 | ||
Bug Depends on: | |||
Bug Blocks: | 152130 |
Ryan Haddad
[iOS Simulator] http/tests/security/cross-frame-access-custom.html failing
<https://build.webkit.org/results/Apple%20iOS%209%20Simulator%20Release%20WK2%20(Tests)/r194934%20(2257)/results.html>
--- /Volumes/Data/slave/ios-simulator-9-release-tests-wk2/build/layout-test-results/http/tests/security/cross-frame-access-custom-expected.txt
+++ /Volumes/Data/slave/ios-simulator-9-release-tests-wk2/build/layout-test-results/http/tests/security/cross-frame-access-custom-actual.txt
@@ -17,22 +17,3 @@
CONSOLE MESSAGE: line 82: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8000". Protocols, domains, and ports must match.
CONSOLE MESSAGE: line 81: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8000". Protocols, domains, and ports must match.
CONSOLE MESSAGE: line 107: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8000". Protocols, domains, and ports must match.
-
-
------ tests for getting/setting interesting properties -----
-
-PASS: canGet('targetWindow.Object') should be 'false' and is.
-PASS: canSet('targetWindow.Object') should be 'false' and is.
-PASS: canGet('targetWindow.existingCustomProperty') should be 'false' and is.
-PASS: canSet('targetWindow.existingCustomProperty') should be 'false' and is.
-PASS: canSet('targetWindow.newCustomProperty') should be 'false' and is.
-PASS: canGet('targetWindow.hasOwnProperty') should be 'false' and is.
-PASS: canSet('targetWindow.hasOwnProperty') should be 'false' and is.
-PASS: canGet('targetWindow.windowPrototypeCustomProperty') should be 'false' and is.
-PASS: canSet('targetWindow.windowPrototypeCustomProperty') should be 'false' and is.
-PASS: canGet('targetWindow.objectPrototypeCustomProperty') should be 'false' and is.
-PASS: canSet('targetWindow.objectPrototypeCustomProperty') should be 'false' and is.
-PASS: canGet('targetWindow.toString') should be 'true' and is.
-PASS: canSet('targetWindow.toString') should be 'false' and is.
-PASS: toString('targetWindow', '') should be '[object Window]' and is.
-
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryan Haddad
Flakiness dashboard:
<http://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=http%2Ftests%2Fsecurity%2Fcross-frame-access-custom.html>
Ryan Haddad
Marked as flaky on ios-simulator-wk2 with <http://trac.webkit.org/changeset/196198>