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

View file

@ -0,0 +1,2 @@
[2d.path.stroke.prune.closePath.arc.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[2d.path.stroke.prune.closePath.arc.w.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[2d.path.stroke.prune.closePath.bezierCurve.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[2d.path.stroke.prune.closePath.bezierCurve.w.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[2d.path.stroke.prune.closePath.line.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[2d.path.stroke.prune.closePath.line.w.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[2d.path.stroke.prune.closePath.quadraticCurve.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[2d.path.stroke.prune.closePath.quadraticCurve.w.html]
expected: TIMEOUT

View file

@ -61,3 +61,6 @@
[Cross-document references and moves.]
expected: FAIL
[Passing values of the wrong type should throw a TypeError]
expected: FAIL

View file

@ -1928,6 +1928,9 @@
[SVGSVGElement interface: attribute onpagereveal]
expected: FAIL
[MessagePort interface: attribute onclose]
expected: FAIL
[idlharness.https.html?include=(Document|Window)]
[Document interface: documentWithHandlers must inherit property "queryCommandEnabled(DOMString)" with the proper type]

View file

@ -604,3 +604,6 @@
[WorkerGlobalScope interface: self must inherit property "createImageBitmap(ImageBitmapSource, long, long, long, long, optional ImageBitmapOptions)" with the proper type]
expected: FAIL
[MessagePort interface: attribute onclose]
expected: FAIL

View file

@ -1,4 +1,3 @@
[document-base-url-window-initiator-is-not-opener.https.window.html]
expected: TIMEOUT
[window.open() gets base url from initiator not opener.]
expected: [FAIL, PASS, TIMEOUT]

View file

@ -0,0 +1,3 @@
[textarea-cols-rows.html]
[Cols/rows attribute values affect computed style]
expected: FAIL

View file

@ -1,3 +1,4 @@
[iframe_sandbox_popups_escaping-1.html]
expected: CRASH
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
expected: FAIL

View file

@ -1,4 +1,3 @@
[iframe_sandbox_popups_nonescaping-2.html]
expected: TIMEOUT
[Check that popups from a sandboxed iframe do not escape the sandbox]
expected: NOTRUN
expected: FAIL

View file

@ -1,4 +1,3 @@
[iframe_sandbox_popups_nonescaping-3.html]
expected: TIMEOUT
[Check that popups from a sandboxed iframe do not escape the sandbox]
expected: NOTRUN
expected: FAIL

View file

@ -0,0 +1,2 @@
[image-loading-lazy-slow.html]
expected: FAIL

View file

@ -179,8 +179,5 @@
[multipart/form-data: backslash in value (formdata event)]
expected: FAIL
[multipart/form-data: 0x00 in name (normal form)]
expected: FAIL
[multipart/form-data: \\r\\n in value (normal form)]
expected: FAIL

View file

@ -181,3 +181,6 @@
[application/x-www-form-urlencoded: backslash in value (normal form)]
expected: FAIL
[application/x-www-form-urlencoded: 0x00 in value (formdata event)]
expected: FAIL

View file

@ -1,3 +0,0 @@
[historical.html]
[<input name=isindex> should not be supported]
expected: FAIL

View file

@ -0,0 +1,18 @@
[select-parsing.tentative.html]
[<button>s and <datalist>s should be allowed in <select>.]
expected: FAIL
[Nested <button>s in <select> should be flattened out.]
expected: FAIL
[</select> should close <button>.]
expected: FAIL
[</select> should close <datalist>.]
expected: FAIL
[<select> in <button> in <select> should remove inner <select>.]
expected: FAIL
[<select> in <select><button><div> should remove inner <select>.]
expected: FAIL

View file

@ -1,4 +1,3 @@
[parse-error.html]
expected: TIMEOUT
[JSON modules: parse error]
expected: TIMEOUT
expected: FAIL

View file

@ -2,3 +2,6 @@
expected: TIMEOUT
[The incumbent settings object while executing the compiled callback via Web IDL's invoke must be that of the node document]
expected: TIMEOUT
[The entry settings object while executing the compiled callback via Web IDL's invoke must be that of the node document]
expected: FAIL