mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Upgraded to SM 60
This commit is contained in:
parent
d34403047e
commit
74c1e00d81
290 changed files with 26572 additions and 1178 deletions
|
@ -0,0 +1,4 @@
|
|||
[010.html]
|
||||
[Salvagability of document.opened document]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,14 @@
|
|||
[bailout-side-effects-ignore-opens-during-unload.window.html]
|
||||
expected: TIMEOUT
|
||||
|
||||
[bailout-side-effects-ignore-opens-during-unload]
|
||||
expected: FAIL
|
||||
|
||||
[document.open bailout should not have any side effects (ignore-opens-during-unload is greater than 0 during unload event)]
|
||||
expected: FAIL
|
||||
|
||||
[document.open bailout should not have any side effects (ignore-opens-during-unload is greater than 0 during beforeunload event)]
|
||||
expected: TIMEOUT
|
||||
|
||||
[document.open bailout should not have any side effects (ignore-opens-during-unload is greater than 0 during pagehide event)]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,4 +1,14 @@
|
|||
[ignore-opens-during-unload.window.html]
|
||||
expected: CRASH
|
||||
[ignore-opens-during-unload]
|
||||
expected: FAIL
|
||||
|
||||
[document.open should bail out when ignore-opens-during-unload is greater than 0 during beforeunload event]
|
||||
expected: TIMEOUT
|
||||
|
||||
[document.open should bail out when ignore-opens-during-unload is greater than 0 during unload event]
|
||||
expected: FAIL
|
||||
|
||||
[document.open should bail out when ignore-opens-during-unload is greater than 0 during pagehide event]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue