Update web-platform-tests to revision b'a85f0dfe538b9cb894388a65dba7a2a21db050c7' (#30879)

This commit is contained in:
Servo WPT Sync 2023-12-17 06:15:38 -05:00 committed by GitHub
parent e4aed3d06a
commit 5c8fc7309d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
917 changed files with 30677 additions and 3146 deletions

View file

@ -1,10 +0,0 @@
[close-event.tentative.any.html]
expected: TIMEOUT
[Close event listener added with onclose must be called.]
expected: TIMEOUT
[close-event.tentative.any.worker.html]
expected: TIMEOUT
[Close event listener added with onclose must be called.]
expected: TIMEOUT

View file

@ -0,0 +1,10 @@
[document-destroyed.tentative.window.html]
expected: ERROR
[The context is navigated to a new document and a close event is fired.]
expected: TIMEOUT
[The window is closed and a close event is fired.]
expected: NOTRUN
[The iframe is deleted and a close event is fired.]
expected: NOTRUN

View file

@ -0,0 +1,3 @@
[entangled-after-back-forward-cache-restore.https.tentative.window.html]
[MessagePort still works after the page is restored from BFCache]
expected: FAIL

View file

@ -0,0 +1,7 @@
[explicitly-closed.tentative.window.html]
expected: TIMEOUT
[Close event on port2 is fired when port1 is explicitly closed]
expected: TIMEOUT
[Close event on port2 is fired when port1, which is in a different window, is explicitly closed.]
expected: TIMEOUT

View file

@ -0,0 +1,8 @@
[garbage-collected.tentative.any.html]
[Entangled port is garbage collected, and the close event is fired.]
expected: FAIL
[garbage-collected.tentative.any.worker.html]
[Entangled port is garbage collected, and the close event is fired.]
expected: FAIL