mirror of
https://github.com/servo/servo.git
synced 2025-08-16 10:55:34 +01:00
Update web-platform-tests to revision b'5049a31d2a7eebd7bca08317e56664021a8bd36c' (#31085)
This commit is contained in:
parent
efe4071a5b
commit
e7d2d23e1e
325 changed files with 10541 additions and 1595 deletions
|
@ -1,4 +1,5 @@
|
|||
[about-srcdoc-navigation-blocked.window.html]
|
||||
expected: TIMEOUT
|
||||
[Navigations to about:srcdoc via window.location must be blocked]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -7,3 +7,6 @@
|
|||
|
||||
[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
|
||||
|
|
|
@ -10,3 +10,6 @@
|
|||
|
||||
[load event does not fire on window.open('about:blank?foo')]
|
||||
expected: FAIL
|
||||
|
||||
[load event does not fire on window.open('about:blank')]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
[javascript-url-referrer.window.html]
|
||||
expected: TIMEOUT
|
||||
[unsafe-url referrer policy used to create the starting page]
|
||||
expected: FAIL
|
||||
|
||||
[origin referrer policy used to create the starting page]
|
||||
expected: FAIL
|
||||
|
||||
[no-referrer referrer policy used to create the starting page]
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
[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
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[navigation-unload-cross-origin.sub.window.html]
|
||||
[Cross-origin navigation started from unload handler must be ignored]
|
||||
expected: FAIL
|
|
@ -1,3 +1,3 @@
|
|||
[traverse_the_history_2.html]
|
||||
[traverse_the_history_3.html]
|
||||
[Multiple history traversals, last would be aborted]
|
||||
expected: FAIL
|
|
@ -118,3 +118,9 @@
|
|||
|
||||
[aria-valuetext attribute reflects.]
|
||||
expected: FAIL
|
||||
|
||||
[aria-braillelabel attribute reflects.]
|
||||
expected: FAIL
|
||||
|
||||
[aria-brailleroledescription attribute reflects.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
[iframe_sandbox_popups_nonescaping-2.html]
|
||||
expected: TIMEOUT
|
||||
[Check that popups from a sandboxed iframe do not escape the sandbox]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
[iframe_sandbox_popups_nonescaping-3.html]
|
||||
expected: TIMEOUT
|
||||
[Check that popups from a sandboxed iframe do not escape the sandbox]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -8,9 +8,6 @@
|
|||
[application/x-www-form-urlencoded: Basic File test (formdata event)]
|
||||
expected: FAIL
|
||||
|
||||
[application/x-www-form-urlencoded: 0x00 in value (formdata event)]
|
||||
expected: FAIL
|
||||
|
||||
[application/x-www-form-urlencoded: 0x00 in filename (normal form)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -19,3 +19,9 @@
|
|||
|
||||
[If you: a) show a popover=auto (call it D), then b) show a non-descendent popover=hint of D (call it T), then c) hide D, then T should be left showing. (Non-nested popover=hint can stay open when unrelated popover=autos are hidden)]
|
||||
expected: FAIL
|
||||
|
||||
[You can nest hint popovers]
|
||||
expected: FAIL
|
||||
|
||||
[If you: a) show a popover=auto (call it D), then b) show a non-descendent popover=hint of D (call it T), then c) hide D, then T should be hidden. (Non-nested popover=hint gets hidden when unrelated popover=autos are hidden)]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[module-tla-delayed.html]
|
||||
[document.write in an imported module]
|
||||
expected: FAIL
|
|
@ -2,6 +2,3 @@
|
|||
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
|
||||
|
|
|
@ -133,3 +133,21 @@
|
|||
|
||||
[not shadowed beforetoggle (window)]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed pagereveal (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed pagereveal removal (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed pagereveal (document.createElement("body"))]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed pagereveal removal (document.createElement("body"))]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed pagereveal (window)]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed pagereveal removal (window)]
|
||||
expected: FAIL
|
||||
|
|
|
@ -133,3 +133,21 @@
|
|||
|
||||
[not shadowed beforetoggle (window)]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed pagereveal (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed pagereveal removal (document.body)]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed pagereveal (document.createElement("frameset"))]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed pagereveal removal (document.createElement("frameset"))]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed pagereveal (window)]
|
||||
expected: FAIL
|
||||
|
||||
[shadowed pagereveal removal (window)]
|
||||
expected: FAIL
|
||||
|
|
|
@ -76,3 +76,15 @@
|
|||
|
||||
[beforetoggle is unaffected on a windowless frameset]
|
||||
expected: FAIL
|
||||
|
||||
[Return null when getting the pagereveal event handler of a windowless body]
|
||||
expected: FAIL
|
||||
|
||||
[Ignore setting of pagereveal window event handlers on windowless body]
|
||||
expected: FAIL
|
||||
|
||||
[Return null when getting the pagereveal event handler of a windowless frameset]
|
||||
expected: FAIL
|
||||
|
||||
[Ignore setting of pagereveal window event handlers on windowless frameset]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue