Update web-platform-tests to revision b'daa07cf3c47652ed67e637f2a39bbc34f91cfe10' (#32071)

This commit is contained in:
Servo WPT Sync 2024-04-14 00:39:35 -04:00 committed by GitHub
parent a5e97525a0
commit 5083f3c4fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
966 changed files with 24989 additions and 10445 deletions

View file

@ -2,8 +2,13 @@
[options properties should be accessed in lexicographic order.]
expected: FAIL
[Passing typed arrays as elements of the blobParts array should work.]
expected: FAIL
[Blob-constructor.any.html]
[options properties should be accessed in lexicographic order.]
expected: FAIL
[Passing typed arrays as elements of the blobParts array should work.]
expected: FAIL

View file

@ -17,6 +17,9 @@
[Null arrays: BigUint64Array]
expected: FAIL
[Float arrays]
expected: FAIL
[getRandomValues.any.html]
[Integer array: BigInt64Array]
@ -36,3 +39,6 @@
[Null arrays: BigUint64Array]
expected: FAIL
[Float arrays]
expected: FAIL

View file

@ -0,0 +1,2 @@
[font-size-adjust-reload.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[object-fit-containcontainintrinsicsize-png-001i.tentative.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[object-fit-containsize-png-001i.tentative.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[line-clamp-with-abspos-011.tentative.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[line-clamp-with-floats-001.tentative.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[line-clamp-with-floats-002.tentative.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[line-clamp-with-floats-003.tentative.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[line-clamp-with-floats-004.tentative.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[line-clamp-with-floats-005.tentative.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[line-clamp-with-floats-006.tentative.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[line-clamp-with-floats-007.tentative.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[line-clamp-with-floats-008.tentative.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[line-clamp-with-floats-009.tentative.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[line-clamp-with-floats-010.tentative.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[HTMLMediaElement.html]
expected: TIMEOUT

View file

@ -1,3 +1,6 @@
[Node-append-meta-referrer-and-script-from-fragment.tentative.html]
[<meta name=referrer> should apply before script, as it is an insertion step and not a post-insertion step]
expected: FAIL
[<meta name=referrer> gets processed and applied in the post-insertion steps]
expected: FAIL

View file

@ -0,0 +1,102 @@
[Node-moveBefore.html]
[Should check the 'parent' type before checking whether 'child' is a child of 'parent']
expected: FAIL
[Should check that 'node' is not an ancestor of 'parent' before checking whether 'child' is a child of 'parent']
expected: FAIL
[Should check whether 'child' is a child of 'parent' before checking whether 'node' is of a type that can have a parent.]
expected: FAIL
[Should check whether 'child' is a child of 'parent' before checking whether 'node' is of a type that can have a parent of the type that 'parent' is.]
expected: FAIL
[Should check whether 'child' is a child of 'parent' before checking whether 'node' can be inserted into the document given the kids the document has right now.]
expected: FAIL
[If node is a host-including inclusive ancestor of parent, then throw a HierarchyRequestError DOMException.]
expected: FAIL
[If node is not a DocumentFragment, DocumentType, Element, Text, ProcessingInstruction, or Comment node, then throw a HierarchyRequestError DOMException.]
expected: FAIL
[If node is a Text node and parent is a document, then throw a HierarchyRequestError DOMException.]
expected: FAIL
[If node is a doctype and parent is not a document, then throw a HierarchyRequestError DOMException.]
expected: FAIL
[If node is a DocumentFragment with multiple elements and parent is a document, then throw a HierarchyRequestError DOMException.]
expected: FAIL
[If node is a DocumentFragment with an element and parent is a document with another element, then throw a HierarchyRequestError DOMException.]
expected: FAIL
[If node is an Element and parent is a document with another element, then throw a HierarchyRequestError DOMException.]
expected: FAIL
[If node is a doctype and parent is a document with another doctype, then throw a HierarchyRequestError DOMException.]
expected: FAIL
[If node is a doctype and parent is a document with an element, then throw a HierarchyRequestError DOMException.]
expected: FAIL
[Calling moveBefore an a leaf node DocumentType must throw HIERARCHY_REQUEST_ERR.]
expected: FAIL
[Calling moveBefore an a leaf node Text must throw HIERARCHY_REQUEST_ERR.]
expected: FAIL
[Calling moveBefore an a leaf node Comment must throw HIERARCHY_REQUEST_ERR.]
expected: FAIL
[Calling moveBefore an a leaf node ProcessingInstruction must throw HIERARCHY_REQUEST_ERR.]
expected: FAIL
[Calling moveBefore with an inclusive ancestor of the context object must throw HIERARCHY_REQUEST_ERR.]
expected: FAIL
[Calling moveBefore with a reference child whose parent is not the context node must throw a NotFoundError.]
expected: FAIL
[If the context node is a document, inserting a document or text node should throw a HierarchyRequestError.]
expected: FAIL
[If the context node is a document, inserting a DocumentFragment that contains a text node or too many elements should throw a HierarchyRequestError.]
expected: FAIL
[If the context node is a document, inserting a DocumentFragment with an element if there already is an element child should throw a HierarchyRequestError.]
expected: FAIL
[If the context node is a document and a doctype is following the reference child, inserting a DocumentFragment with an element should throw a HierarchyRequestError.]
expected: FAIL
[If the context node is a document, inserting a DocumentFragment with an element before the doctype should throw a HierarchyRequestError.]
expected: FAIL
[If the context node is a document, inserting an element if there already is an element child should throw a HierarchyRequestError.]
expected: FAIL
[If the context node is a document, inserting an element before the doctype should throw a HierarchyRequestError.]
expected: FAIL
[If the context node is a document and a doctype is following the reference child, inserting an element should throw a HierarchyRequestError.]
expected: FAIL
[If the context node is a document, inserting a doctype if there already is a doctype child should throw a HierarchyRequestError.]
expected: FAIL
[If the context node is a document, inserting a doctype after the document element should throw a HierarchyRequestError.]
expected: FAIL
[If the context node is a document with and element child, appending a doctype should throw a HierarchyRequestError.]
expected: FAIL
[If the context node is a DocumentFragment, inserting a document or a doctype should throw a HierarchyRequestError.]
expected: FAIL
[If the context node is an element, inserting a document or a doctype should throw a HierarchyRequestError.]
expected: FAIL
[Inserting a node before itself should not move the node]
expected: FAIL

View file

@ -596,6 +596,12 @@
[Invalid encodeInto() destination: Float64Array, backed by: SharedArrayBuffer]
expected: FAIL
[Invalid encodeInto() destination: Float16Array, backed by: ArrayBuffer]
expected: FAIL
[Invalid encodeInto() destination: Float16Array, backed by: SharedArrayBuffer]
expected: FAIL
[encodeInto.any.worker.html]
[encodeInto() with 𝌆A and destination length 3, offset 4, filler 128]
@ -1195,6 +1201,12 @@
[Invalid encodeInto() destination: Float64Array, backed by: SharedArrayBuffer]
expected: FAIL
[Invalid encodeInto() destination: Float16Array, backed by: ArrayBuffer]
expected: FAIL
[Invalid encodeInto() destination: Float16Array, backed by: SharedArrayBuffer]
expected: FAIL
[encodeInto.any.serviceworker.html]
expected: ERROR

View file

@ -1,11 +1,13 @@
[request-headers.any.html]
type: testharness
expected: ERROR
[Fetch with POST with FormData body]
expected: FAIL
[request-headers.any.worker.html]
type: testharness
expected: ERROR
[Fetch with POST with FormData body]
expected: FAIL

View file

@ -17,6 +17,9 @@
[Streaming upload shouldn't work on Http/1.1.]
expected: FAIL
[Fetch with POST with Float16Array body]
expected: FAIL
[request-upload.any.worker.html]
[Fetch with POST with ReadableStream]
@ -37,6 +40,9 @@
[Streaming upload shouldn't work on Http/1.1.]
expected: FAIL
[Fetch with POST with Float16Array body]
expected: FAIL
[request-upload.any.serviceworker.html]
expected: ERROR

View file

@ -50,6 +50,9 @@
[Check response clone use structureClone for teed ReadableStreams (BigUint64Arraychunk)]
expected: FAIL
[Check response clone use structureClone for teed ReadableStreams (Float16Arraychunk)]
expected: FAIL
[response-clone.any.serviceworker.html]
expected: ERROR
@ -102,3 +105,6 @@
[Check response clone use structureClone for teed ReadableStreams (BigUint64Arraychunk)]
expected: FAIL
[Check response clone use structureClone for teed ReadableStreams (Float16Arraychunk)]
expected: FAIL

View file

@ -0,0 +1,3 @@
[navigation-unload-same-origin-fragment.html]
[Tests that a fragment navigation in the unload handler will not block the initial navigation]
expected: FAIL

View file

@ -0,0 +1,3 @@
[a-click.html]
[aElement.click() before the load event must NOT replace]
expected: FAIL

View file

@ -0,0 +1,2 @@
[2d.filter.canvasFilterObject.gaussianBlur.tentative.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[2d.filter.layers.gaussianBlur.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[2d.layer.global-states.composite.no-shadow.no-transform.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[2d.layer.global-states.composite.no-shadow.rotation.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[2d.layer.global-states.filter.blending.no-shadow.no-transform.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[2d.layer.global-states.filter.blending.no-shadow.rotation.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[2d.layer.global-states.filter.blending.shadow.no-transform.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[2d.layer.global-states.filter.blending.shadow.rotation.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[2d.layer.global-states.filter.composite.no-shadow.no-transform.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[2d.layer.global-states.filter.composite.no-shadow.rotation.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[2d.layer.global-states.filter.composite.shadow.no-transform.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[2d.layer.global-states.filter.composite.shadow.rotation.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[2d.layer.global-states.filter.no-composite-op.no-shadow.no-transform.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[2d.layer.global-states.filter.no-composite-op.no-shadow.rotation.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[2d.layer.global-states.filter.no-composite-op.shadow.no-transform.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[2d.layer.global-states.filter.no-composite-op.shadow.rotation.html]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.layer.malformed-operations-with-promises.createImageBitmap.html]
[Check that exceptions are thrown for operations that are malformed while layers are open.]
expected: FAIL

View file

@ -0,0 +1,6 @@
[2d.layer.malformed-operations-with-promises.html]
[Throws if createImageBitmap is called while layers are open.]
expected: FAIL
[Throws if toBlob is called while layers are open.]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.layer.malformed-operations-with-promises.toBlob.html]
[Check that exceptions are thrown for operations that are malformed while layers are open.]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.layer.malformed-operations.createPattern.html]
[Check that exceptions are thrown for operations that are malformed while layers are open.]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.layer.malformed-operations.drawImage.html]
[Check that exceptions are thrown for operations that are malformed while layers are open.]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.layer.malformed-operations.getImageData.html]
[Check that exceptions are thrown for operations that are malformed while layers are open.]
expected: FAIL

View file

@ -0,0 +1,15 @@
[2d.layer.malformed-operations.html]
[Throws if createPattern is called while layers are open.]
expected: FAIL
[Throws if drawImage is called while layers are open.]
expected: FAIL
[Throws if getImageData is called while layers are open.]
expected: FAIL
[Throws if putImageData is called while layers are open.]
expected: FAIL
[Throws if toDataURL is called while layers are open.]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.layer.malformed-operations.putImageData.html]
[Check that exceptions are thrown for operations that are malformed while layers are open.]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.layer.malformed-operations.toDataURL.html]
[Check that exceptions are thrown for operations that are malformed while layers are open.]
expected: FAIL

View file

@ -1,2 +0,0 @@
[2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative.w.html]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative.w.html]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative.w.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[2d.filter.canvasFilterObject.gaussianBlur.tentative.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[2d.filter.canvasFilterObject.gaussianBlur.tentative.w.html]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative.w.html]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative.w.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[2d.filter.layers.gaussianBlur.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[2d.filter.layers.gaussianBlur.isotropic.w.html]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[2d.filter.layers.gaussianBlur.mostly-x.w.html]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[2d.filter.layers.gaussianBlur.mostly-y.w.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[2d.filter.layers.gaussianBlur.w.html]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[2d.filter.layers.gaussianBlur.x-only.w.html]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[2d.filter.layers.gaussianBlur.y-only.w.html]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[2d.layer.global-states.alpha.blending.shadow.w.html]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[2d.layer.global-states.alpha.blending.w.html]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[2d.layer.global-states.alpha.composite.shadow.w.html]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[2d.layer.global-states.alpha.composite.w.html]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[2d.layer.global-states.alpha.shadow.w.html]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[2d.layer.global-states.alpha.w.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[2d.layer.global-states.blending.no-shadow.no-transform.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[2d.layer.global-states.blending.no-shadow.no-transform.w.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[2d.layer.global-states.blending.no-shadow.rotation.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[2d.layer.global-states.blending.no-shadow.rotation.w.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[2d.layer.global-states.blending.shadow.no-transform.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[2d.layer.global-states.blending.shadow.no-transform.w.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[2d.layer.global-states.blending.shadow.rotation.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[2d.layer.global-states.blending.shadow.rotation.w.html]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[2d.layer.global-states.blending.shadow.w.html]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[2d.layer.global-states.blending.w.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[2d.layer.global-states.composite.no-shadow.no-transform.w.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[2d.layer.global-states.composite.no-shadow.rotation.w.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[2d.layer.global-states.composite.shadow.no-transform.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[2d.layer.global-states.composite.shadow.no-transform.w.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[2d.layer.global-states.composite.shadow.rotation.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[2d.layer.global-states.composite.shadow.rotation.w.html]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[2d.layer.global-states.composite.shadow.w.html]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[2d.layer.global-states.composite.w.html]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[2d.layer.global-states.filter.alpha.blending.shadow.w.html]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[2d.layer.global-states.filter.alpha.blending.w.html]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[2d.layer.global-states.filter.alpha.composite.shadow.w.html]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[2d.layer.global-states.filter.alpha.composite.w.html]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[2d.layer.global-states.filter.alpha.shadow.w.html]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[2d.layer.global-states.filter.alpha.w.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[2d.layer.global-states.filter.blending.no-shadow.no-transform.w.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[2d.layer.global-states.filter.blending.no-shadow.rotation.w.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[2d.layer.global-states.filter.blending.shadow.no-transform.w.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[2d.layer.global-states.filter.blending.shadow.rotation.w.html]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[2d.layer.global-states.filter.blending.shadow.w.html]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[2d.layer.global-states.filter.blending.w.html]
expected: TIMEOUT

Some files were not shown because too many files have changed in this diff Show more