Sync WPT with upstream (26-11-2023) (#30783)

* Update web-platform-tests to revision b'a59ba94da3f2638beee8950e423c5fedfe02e809'

* Update expectations

* Update expectations again

---------

Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
Servo WPT Sync 2023-11-27 10:50:45 -05:00 committed by GitHub
parent 76401823f2
commit 139df1c73b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
412 changed files with 7843 additions and 4775 deletions

View file

@ -881,6 +881,27 @@
[Parsing: <non-spec:/a/..//path> against <about:blank>]
expected: FAIL
[Parsing: <///test> against <http://example.org/>]
expected: FAIL
[Parsing: <///\\//\\//test> against <http://example.org/>]
expected: FAIL
[Parsing: <///example.org/path> against <http://example.org/>]
expected: FAIL
[Parsing: <///example.org/../path> against <http://example.org/>]
expected: FAIL
[Parsing: <///example.org/../../> against <http://example.org/>]
expected: FAIL
[Parsing: <///example.org/../path/../../> against <http://example.org/>]
expected: FAIL
[Parsing: <///example.org/../path/../../path> against <http://example.org/>]
expected: FAIL
[url-constructor.any.worker.html?include=file]
[Parsing: </> against <file://h/C:/a/b>]
@ -1039,6 +1060,9 @@
[Parsing: <file:/.//p> without base]
expected: FAIL
[Parsing: </\\//\\/a/../> against <file:///>]
expected: FAIL
[url-constructor.any.worker.html?exclude=(file|javascript|mailto)]
[Parsing: </> against <file://h/C:/a/b>]
@ -1215,6 +1239,30 @@
[Parsing: <file:/.//p> without base]
expected: FAIL
[Parsing: <///test> against <http://example.org/>]
expected: FAIL
[Parsing: <///\\//\\//test> against <http://example.org/>]
expected: FAIL
[Parsing: <///example.org/path> against <http://example.org/>]
expected: FAIL
[Parsing: <///example.org/../path> against <http://example.org/>]
expected: FAIL
[Parsing: <///example.org/../../> against <http://example.org/>]
expected: FAIL
[Parsing: <///example.org/../path/../../> against <http://example.org/>]
expected: FAIL
[Parsing: <///example.org/../path/../../path> against <http://example.org/>]
expected: FAIL
[Parsing: </\\//\\/a/../> against <file:///>]
expected: FAIL
[url-constructor.any.html?include=file]
[Parsing: </> against <file://h/C:/a/b>]
@ -1373,6 +1421,9 @@
[Parsing: <file:/.//p> without base]
expected: FAIL
[Parsing: </\\//\\/a/../> against <file:///>]
expected: FAIL
[url-constructor.any.html?include=javascript]