Update web-platform-tests to revision b'5049a31d2a7eebd7bca08317e56664021a8bd36c' (#31085)

This commit is contained in:
Servo WPT Sync 2024-01-13 23:22:04 -05:00 committed by GitHub
parent efe4071a5b
commit e7d2d23e1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
325 changed files with 10541 additions and 1595 deletions

View file

@ -118,3 +118,9 @@
[aria-valuetext attribute reflects.]
expected: FAIL
[aria-braillelabel attribute reflects.]
expected: FAIL
[aria-brailleroledescription attribute reflects.]
expected: FAIL

View file

@ -22,3 +22,75 @@
[text changes apply to dir=auto on further ancestor after removing dir=auto from closer ancestor]
expected: FAIL
[directionality of bdi elements: dir=ltr with LTR contents in ltr parent]
expected: FAIL
[directionality of bdi elements: dir=ltr with LTR contents in rtl parent]
expected: FAIL
[directionality of bdi elements: dir=ltr with RTL contents in ltr parent]
expected: FAIL
[directionality of bdi elements: dir=ltr with RTL contents in rtl parent]
expected: FAIL
[directionality of bdi elements: dir=ltr empty in ltr parent]
expected: FAIL
[directionality of bdi elements: dir=ltr empty in rtl parent]
expected: FAIL
[directionality of bdi elements: dir=rtl with LTR contents in ltr parent]
expected: FAIL
[directionality of bdi elements: dir=rtl with LTR contents in rtl parent]
expected: FAIL
[directionality of bdi elements: dir=rtl with RTL contents in ltr parent]
expected: FAIL
[directionality of bdi elements: dir=rtl with RTL contents in rtl parent]
expected: FAIL
[directionality of bdi elements: dir=rtl empty in ltr parent]
expected: FAIL
[directionality of bdi elements: dir=rtl empty in rtl parent]
expected: FAIL
[directionality of bdi elements: dir=auto with LTR contents in ltr parent]
expected: FAIL
[directionality of bdi elements: dir=auto with LTR contents in rtl parent]
expected: FAIL
[directionality of bdi elements: dir=auto with RTL contents in ltr parent]
expected: FAIL
[directionality of bdi elements: dir=auto with RTL contents in rtl parent]
expected: FAIL
[directionality of bdi elements: dir=auto empty in ltr parent]
expected: FAIL
[directionality of bdi elements: dir=auto empty in rtl parent]
expected: FAIL
[directionality of bdi elements: no dir attribute with LTR contents in ltr parent]
expected: FAIL
[directionality of bdi elements: no dir attribute with LTR contents in rtl parent]
expected: FAIL
[directionality of bdi elements: no dir attribute with RTL contents in ltr parent]
expected: FAIL
[directionality of bdi elements: no dir attribute with RTL contents in rtl parent]
expected: FAIL
[directionality of bdi elements: no dir attribute empty in ltr parent]
expected: FAIL
[directionality of bdi elements: no dir attribute empty in rtl parent]
expected: FAIL

View file

@ -1043,9 +1043,6 @@
[CanvasRenderingContext2D interface: calling scrollPathIntoView(Path2D) on document.createElement("canvas").getContext("2d") with too few arguments must throw TypeError]
expected: FAIL
[PromiseRejectionEvent interface: attribute promise]
expected: FAIL
[SharedWorker interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
@ -1853,6 +1850,84 @@
[Element interface: operation setHTMLUnsafe(DOMString)]
expected: FAIL
[ElementInternals interface: attribute states]
expected: FAIL
[CustomStateSet interface: existence and properties of interface object]
expected: FAIL
[CustomStateSet interface object length]
expected: FAIL
[CustomStateSet interface object name]
expected: FAIL
[CustomStateSet interface: existence and properties of interface prototype object]
expected: FAIL
[CustomStateSet interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[CustomStateSet interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[CustomStateSet interface: setlike<DOMString>]
expected: FAIL
[Navigation interface: attribute activation]
expected: FAIL
[NavigationActivation interface: existence and properties of interface object]
expected: FAIL
[NavigationActivation interface object length]
expected: FAIL
[NavigationActivation interface object name]
expected: FAIL
[NavigationActivation interface: existence and properties of interface prototype object]
expected: FAIL
[NavigationActivation interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[NavigationActivation interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[NavigationActivation interface: attribute from]
expected: FAIL
[NavigationActivation interface: attribute entry]
expected: FAIL
[NavigationActivation interface: attribute navigationType]
expected: FAIL
[PageRevealEvent interface: existence and properties of interface object]
expected: FAIL
[PageRevealEvent interface object length]
expected: FAIL
[PageRevealEvent interface object name]
expected: FAIL
[PageRevealEvent interface: existence and properties of interface prototype object]
expected: FAIL
[PageRevealEvent interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[PageRevealEvent interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[PageRevealEvent interface: attribute viewTransition]
expected: FAIL
[SVGSVGElement interface: attribute onpagereveal]
expected: FAIL
[idlharness.https.html?include=(Document|Window)]
[Document interface: documentWithHandlers must inherit property "queryCommandEnabled(DOMString)" with the proper type]
@ -2476,6 +2551,12 @@
[Document interface: calling parseHTMLUnsafe(DOMString) on documentWithHandlers with too few arguments must throw TypeError]
expected: FAIL
[Window interface: attribute onpagereveal]
expected: FAIL
[Window interface: window must inherit property "onpagereveal" with the proper type]
expected: FAIL
[idlharness.https.html?include=HTML.*]
[HTMLTableSectionElement interface: document.createElement("tfoot") must inherit property "align" with the proper type]
@ -4679,3 +4760,15 @@
[HTMLSelectElement interface: document.createElement("select") must inherit property "showPicker()" with the proper type]
expected: FAIL
[HTMLBodyElement interface: attribute onpagereveal]
expected: FAIL
[HTMLBodyElement interface: document.createElement("body") must inherit property "onpagereveal" with the proper type]
expected: FAIL
[HTMLFrameSetElement interface: attribute onpagereveal]
expected: FAIL
[HTMLFrameSetElement interface: document.createElement("frameset") must inherit property "onpagereveal" with the proper type]
expected: FAIL

View file

@ -143,9 +143,6 @@
[DedicatedWorkerGlobalScope interface: self must inherit property "cancelAnimationFrame(unsigned long)" with the proper type]
expected: FAIL
[PromiseRejectionEvent interface: attribute promise]
expected: FAIL
[SharedWorker interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL