Revert "script: implement AbortController (#31361)" (#32243)

This reverts commit 7fce850cff.
This commit is contained in:
Samson 2024-05-07 08:23:14 +02:00 committed by GitHub
parent 45f2433d76
commit 8bc49299c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
86 changed files with 1193 additions and 517 deletions

View file

@ -1,7 +1,6 @@
[document-state.https.html]
expected: TIMEOUT
[A navigation's initiator origin and referrer are stored in the document state and used in the document repopulation case]
expected: TIMEOUT
expected: FAIL
[A navigation's initiator origin and referrer are stored in the document state and used on location.reload()]
expected: NOTRUN
expected: FAIL

View file

@ -1,6 +0,0 @@
[empty-iframe-load-event.html]
[Check execution order from nested timeout]
expected: FAIL
[Check execution order on load handler]
expected: FAIL

View file

@ -8,7 +8,7 @@
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='about:blank#foo']
expected: FAIL
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='']
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='about:blank']
expected: FAIL
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='']

View file

@ -0,0 +1,3 @@
[navigateToNew.window.html]
[RemoteContextWrapper navigateToNew]
expected: FAIL

View file

@ -1,4 +1,3 @@
[navigation-bfcache.window.html]
expected: TIMEOUT
[RemoteContextHelper navigation using BFCache]
expected: TIMEOUT
expected: FAIL

View file

@ -1,4 +1,3 @@
[navigation-helpers.window.html]
expected: TIMEOUT
[RemoteContextHelper navigation helpers]
expected: TIMEOUT
expected: FAIL

View file

@ -0,0 +1,3 @@
[navigation-same-document.window.html]
[RemoteContextHelper navigation using BFCache]
expected: FAIL

View file

@ -0,0 +1,3 @@
[unload-main-frame-cross-origin.window.html]
[Unload runs in main frame when navigating cross-origin.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[unload-main-frame-same-origin.window.html]
[Unload runs in main frame when navigating same-origin.]
expected: FAIL

View file

@ -1,4 +1,3 @@
[history-state-after-bfcache.window.html]
expected: TIMEOUT
[Navigating back to a bfcached page does not reset history.state]
expected: TIMEOUT
expected: FAIL