OLD | NEW |
1 CONSOLE ERROR: Unrecognized Content-Security-Policy directive 'suborigin'. | 1 CONSOLE ERROR: Unrecognized Content-Security-Policy directive 'suborigin'. |
2 | 2 |
3 CONSOLE MESSAGE: line 12: secret = I am a secret | 3 CONSOLE MESSAGE: line 12: secret = I am a secret |
4 | 4 |
5 This is a testharness.js-based test. | 5 This is a testharness.js-based test. |
6 FAIL Validate that a frame can't change it's document.domain and enter the subor
igin Uncaught assert_equals: secret should not be touchable by the child in a su
borigin. expected "Unchanged" but got "I am a secret" | 6 FAIL Validate that a frame can't change it's document.domain and enter the subor
igin Uncaught Error: assert_equals: secret should not be touchable by the child
in a suborigin. expected "Unchanged" but got "I am a secret" |
7 Harness: the test ran to completion. | 7 Harness: the test ran to completion. |
8 | 8 |
OLD | NEW |