Upgraded to SM 60

This commit is contained in:
Alan Jeffrey 2018-06-01 17:24:25 -05:00 committed by Josh Matthews
parent d34403047e
commit 74c1e00d81
290 changed files with 26572 additions and 1178 deletions

View file

@ -0,0 +1,4 @@
[010.html]
[Salvagability of document.opened document]
expected: FAIL

View file

@ -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

View file

@ -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