OLD | NEW |
| (Empty) |
1 This is a testharness.js-based test. | |
2 PASS Assigning blob url | |
3 PASS Should have the right origin for cross-origin subframe | |
4 PASS Should have the right origin for cross-origin subframe after setting docume
nt.domain | |
5 PASS Should have the right origin for IDN subframe | |
6 PASS Should have the right origin for IDN subframe after setting document.domain
| |
7 PASS Should have the right origin for sandboxed iframe | |
8 FAIL We should have the right origin for our page assert_equals: expected (strin
g) "http://web-platform.test:8001" but got (undefined) undefined | |
9 FAIL about:blank subframe origins assert_equals: Should have the right origin fo
r about:blank iframe expected (string) "http://web-platform.test:8001" but got (
undefined) undefined | |
10 FAIL blob: subframe origins assert_equals: Should have the right origin for blob
: iframe expected (string) "http://web-platform.test:8001" but got (undefined) u
ndefined | |
11 FAIL javascript: subframe origins assert_equals: Should have the right origin fo
r javascript: iframe expected (string) "http://web-platform.test:8001" but got (
undefined) undefined | |
12 FAIL srcdoc subframe origins assert_equals: Should have the right origin for src
doc iframe expected (string) "http://web-platform.test:8001" but got (undefined)
undefined | |
13 Harness: the test ran to completion. | |
14 | |
OLD | NEW |