mirror of
https://github.com/servo/servo.git
synced 2025-10-03 18:19:14 +01:00
implement "has event listener", plug into (before)unload
This commit is contained in:
parent
427eaed535
commit
29d1cf6270
9 changed files with 66 additions and 56 deletions
|
@ -1,6 +0,0 @@
|
|||
[001.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[pageshow event from traversal]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
[window-name-after-cross-origin-main-frame-navigation.sub.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
expected: ERROR
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
[window-name-after-cross-origin-sub-frame-navigation.sub.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Test that the window name is correct]
|
||||
expected: NOTRUN
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
[window-name-after-same-origin-main-frame-navigation.sub.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
expected: ERROR
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
[window-name-after-same-origin-sub-frame-navigation.sub.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Test that the window name is correct]
|
||||
expected: NOTRUN
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[assign_after_load.html]
|
||||
type: testharness
|
||||
[Assignment to location after document is completely loaded]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue