mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Implement Window.postMessage for same-origin windows.
This commit is contained in:
parent
1837fcbedd
commit
f152bc3b06
83 changed files with 192 additions and 383 deletions
|
@ -1,6 +0,0 @@
|
|||
[001.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Cross-origin navigation started from unload handler]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
[002.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Multiple simultaneous navigations]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -2,5 +2,5 @@
|
|||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Navigation from unload whilst traversing history]
|
||||
expected: NOTRUN
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Navigation from unload whilst traversing cross-origin history]
|
||||
expected: NOTRUN
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Child document navigating parent via location ]
|
||||
expected: NOTRUN
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Child document navigating parent via submit ]
|
||||
expected: NOTRUN
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[navigation_unload_same_origin.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Same-origin navigation started from unload handler]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
|
||||
expected: NOTRUN
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue