Update web-platform-tests to revision b'a10b8c0164b4c4521040898ee9394738aca488b0' (#31144)

This commit is contained in:
Servo WPT Sync 2024-01-21 01:53:06 -05:00 committed by GitHub
parent f93aefdb73
commit 23a4a750be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
476 changed files with 20436 additions and 3711 deletions

View file

@ -1,6 +1,7 @@
[consecutive-srcdoc.html]
expected: TIMEOUT
[changing srcdoc does a replace navigation since the URL is still about:srcdoc]
expected: FAIL
[changing srcdoc to about:srcdoc#yo then another srcdoc does two push navigations and we can navigate back]
expected: FAIL
expected: TIMEOUT

View file

@ -1,5 +1,4 @@
[about-srcdoc-navigation-blocked.window.html]
expected: TIMEOUT
[Navigations to about:srcdoc via window.location must be blocked]
expected: FAIL

View file

@ -7,6 +7,3 @@
[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='about:blank']
expected: FAIL

View file

@ -1,3 +1,6 @@
[navigate-to-unparseable-url.html]
[location.href setter throws a SyntaxError DOMException for unparseable URLs]
expected: FAIL
[<a> tag navigate fails for unparseable URLs]
expected: FAIL

View file

@ -0,0 +1,3 @@
[navigation-unload-cross-origin.sub.window.html]
[Cross-origin navigation started from unload handler must be ignored]
expected: FAIL

View file

@ -1,3 +1,3 @@
[traverse_the_history_4.html]
[traverse_the_history_5.html]
[Multiple history traversals, last would be aborted]
expected: FAIL

View file

@ -1,3 +0,0 @@
[creating_browsing_context_test_01.html]
[first argument: absolute url]
expected: FAIL