mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Update web-platform-tests to revision b'3b3beee1bf2469013583bafe702f2d4821d76c1f' (#33000)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
71898dae17
commit
1af3ad8a74
244 changed files with 5852 additions and 2215 deletions
1513
tests/wpt/meta/MANIFEST.json
vendored
1513
tests/wpt/meta/MANIFEST.json
vendored
File diff suppressed because it is too large
Load diff
12
tests/wpt/meta/css/css-conditional/idlharness.html.ini
vendored
Normal file
12
tests/wpt/meta/css/css-conditional/idlharness.html.ini
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
[idlharness.html]
|
||||
[CSSMediaRule interface: attribute matches]
|
||||
expected: FAIL
|
||||
|
||||
[CSSMediaRule interface: cssMediaRule must inherit property "matches" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[CSSSupportsRule interface: attribute matches]
|
||||
expected: FAIL
|
||||
|
||||
[CSSSupportsRule interface: cssSupportsRule must inherit property "matches" with the proper type]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-sizing/fit-content-max-inline-size.tentative.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-sizing/fit-content-max-inline-size.tentative.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[fit-content-max-inline-size.tentative.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-sizing/fit-content-min-inline-size.tentative.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-sizing/fit-content-min-inline-size.tentative.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[fit-content-min-inline-size.tentative.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-sizing/intrinsic-percent-replaced-dynamic-011.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-sizing/intrinsic-percent-replaced-dynamic-011.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[intrinsic-percent-replaced-dynamic-011.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-sizing/intrinsic-percent-replaced-dynamic-012.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-sizing/intrinsic-percent-replaced-dynamic-012.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[intrinsic-percent-replaced-dynamic-012.html]
|
||||
expected: FAIL
|
|
@ -19,3 +19,6 @@
|
|||
|
||||
[value at progress 0.75 in animation of "width" from "calc-size(fit-content, 20px)" to "calc-size(calc-size(fit-content, 3 * size + 10px), min(size + 20px, size * 2 - 30px) + size * 2 + 80px)"]
|
||||
expected: FAIL
|
||||
|
||||
[value at progress 0.75 in animation of "height" from "auto" to "calc-size(any, 0px)"]
|
||||
expected: FAIL
|
||||
|
|
39
tests/wpt/meta/css/css-values/calc-size/calc-size-height-box-sizing.html.ini
vendored
Normal file
39
tests/wpt/meta/css/css-values/calc-size/calc-size-height-box-sizing.html.ini
vendored
Normal file
|
@ -0,0 +1,39 @@
|
|||
[calc-size-height-box-sizing.html]
|
||||
[resolved height with styles {"height":"auto","box-sizing":"border-box"}]
|
||||
expected: FAIL
|
||||
|
||||
[resolved height with styles {"height":"calc-size(auto, size)","box-sizing":"border-box"}]
|
||||
expected: FAIL
|
||||
|
||||
[resolved height with styles {"height":"calc-size(auto, size * 2)"}]
|
||||
expected: FAIL
|
||||
|
||||
[resolved height with styles {"height":"calc-size(auto, size * 2)","box-sizing":"content-box"}]
|
||||
expected: FAIL
|
||||
|
||||
[resolved height with styles {"height":"calc-size(auto, size * 2)","box-sizing":"border-box"}]
|
||||
expected: FAIL
|
||||
|
||||
[resolved height with styles {"height":"calc-size(min-content, size * 2)"}]
|
||||
expected: FAIL
|
||||
|
||||
[resolved height with styles {"height":"calc-size(fit-content, size * 2)","box-sizing":"border-box"}]
|
||||
expected: FAIL
|
||||
|
||||
[resolved height with styles {"min-height":"calc-size(min-content, size * 2)"}]
|
||||
expected: FAIL
|
||||
|
||||
[resolved height with styles {"min-height":"calc-size(fit-content, size * 2)","box-sizing":"border-box"}]
|
||||
expected: FAIL
|
||||
|
||||
[resolved height with styles {"height":"200px","max-height":"calc-size(min-content, size * 2)"}]
|
||||
expected: FAIL
|
||||
|
||||
[resolved height with styles {"height":"200px","max-height":"calc-size(fit-content, size * 2)","box-sizing":"border-box"}]
|
||||
expected: FAIL
|
||||
|
||||
[resolved height with styles {"height":"calc-size(11px, size * 2)"}]
|
||||
expected: FAIL
|
||||
|
||||
[resolved height with styles {"height":"calc-size(11px, size * 2)","box-sizing":"border-box"}]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-values/calc-size/calc-size-min-max-sizes-001.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-values/calc-size/calc-size-min-max-sizes-001.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[calc-size-min-max-sizes-001.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-values/calc-size/calc-size-min-max-sizes-002.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-values/calc-size/calc-size-min-max-sizes-002.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[calc-size-min-max-sizes-002.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-values/calc-size/calc-size-min-max-sizes-004.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-values/calc-size/calc-size-min-max-sizes-004.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[calc-size-min-max-sizes-004.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-values/calc-size/calc-size-min-max-sizes-005.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-values/calc-size/calc-size-min-max-sizes-005.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[calc-size-min-max-sizes-005.html]
|
||||
expected: FAIL
|
|
@ -61,3 +61,15 @@
|
|||
|
||||
[computedStyleMap serialization of width: calc-size(calc-size(30px))]
|
||||
expected: FAIL
|
||||
|
||||
[computedStyleMap serialization of width: calc-size(any, 30px)]
|
||||
expected: FAIL
|
||||
|
||||
[computedStyleMap serialization of width: calc-size(any, min(30px, 2em))]
|
||||
expected: FAIL
|
||||
|
||||
[computedStyleMap serialization of width: calc-size(calc-size(any, 30px), size)]
|
||||
expected: FAIL
|
||||
|
||||
[computedStyleMap serialization of width: calc-size(calc-size(fit-content, size * 2), size)]
|
||||
expected: FAIL
|
||||
|
|
39
tests/wpt/meta/css/css-values/calc-size/calc-size-width-box-sizing.html.ini
vendored
Normal file
39
tests/wpt/meta/css/css-values/calc-size/calc-size-width-box-sizing.html.ini
vendored
Normal file
|
@ -0,0 +1,39 @@
|
|||
[calc-size-width-box-sizing.html]
|
||||
[resolved width with styles {"width":"auto","box-sizing":"border-box"}]
|
||||
expected: FAIL
|
||||
|
||||
[resolved width with styles {"width":"calc-size(auto, size)","box-sizing":"border-box"}]
|
||||
expected: FAIL
|
||||
|
||||
[resolved width with styles {"width":"calc-size(auto, size * 2)"}]
|
||||
expected: FAIL
|
||||
|
||||
[resolved width with styles {"width":"calc-size(auto, size * 2)","box-sizing":"content-box"}]
|
||||
expected: FAIL
|
||||
|
||||
[resolved width with styles {"width":"calc-size(auto, size * 2)","box-sizing":"border-box"}]
|
||||
expected: FAIL
|
||||
|
||||
[resolved width with styles {"width":"calc-size(min-content, size * 2)"}]
|
||||
expected: FAIL
|
||||
|
||||
[resolved width with styles {"width":"calc-size(fit-content, size * 2)","box-sizing":"border-box"}]
|
||||
expected: FAIL
|
||||
|
||||
[resolved width with styles {"min-width":"calc-size(min-content, size * 2)"}]
|
||||
expected: FAIL
|
||||
|
||||
[resolved width with styles {"min-width":"calc-size(max-content, size * 2)","box-sizing":"border-box"}]
|
||||
expected: FAIL
|
||||
|
||||
[resolved width with styles {"width":"200px","max-width":"calc-size(max-content, size * 2)"}]
|
||||
expected: FAIL
|
||||
|
||||
[resolved width with styles {"width":"200px","max-width":"calc-size(min-content, size * 2)","box-sizing":"border-box"}]
|
||||
expected: FAIL
|
||||
|
||||
[resolved width with styles {"width":"calc-size(11px, size * 2)"}]
|
||||
expected: FAIL
|
||||
|
||||
[resolved width with styles {"width":"calc-size(11px, size * 2)","box-sizing":"border-box"}]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[cap-invalidation.html]
|
||||
[CSS Values and Units Test: cap invalidation]
|
||||
expected: FAIL
|
|
@ -1,16 +1,6 @@
|
|||
[MediaQueryList-addListener-handleEvent.html]
|
||||
expected: TIMEOUT
|
||||
[throws if handleEvent is falsy and not callable]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[throws if handleEvent is thruthy and not callable]
|
||||
expected: NOTRUN
|
||||
|
||||
[doesn't look up handleEvent method on callable event listeners]
|
||||
expected: NOTRUN
|
||||
|
||||
[rethrows errors when getting handleEvent]
|
||||
expected: NOTRUN
|
||||
|
||||
[looks up handleEvent method on every event dispatch]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,16 +1,3 @@
|
|||
[MediaQueryList-addListener-removeListener.html]
|
||||
expected: TIMEOUT
|
||||
[listeners are called when <iframe> is resized]
|
||||
expected: FAIL
|
||||
|
||||
[listener that was added twice is called only once]
|
||||
expected: NOTRUN
|
||||
|
||||
[listeners are called in order their MQLs were created]
|
||||
expected: NOTRUN
|
||||
|
||||
[removing listener from one MQL doesn't remove it from all MQLs]
|
||||
expected: NOTRUN
|
||||
|
||||
[MediaQueryList::removeListener removes added listener]
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
[MediaQueryList-extends-EventTarget-interop.html]
|
||||
[removeEventListener (capture) doesn't remove listener added with addListener]
|
||||
expected: FAIL
|
||||
|
||||
[removeListener doesn't remove listener added with addEventListener (capture)]
|
||||
expected: FAIL
|
||||
|
||||
[capturing event listener fires before non-capturing listener at target]
|
||||
expected: FAIL
|
|
@ -1,13 +1,7 @@
|
|||
[MediaQueryList-extends-EventTarget.html]
|
||||
expected: TIMEOUT
|
||||
[addEventListener "once" option is respected]
|
||||
expected: NOTRUN
|
||||
expected: TIMEOUT
|
||||
|
||||
[removeEventListener removes listener]
|
||||
expected: NOTRUN
|
||||
|
||||
[listeners with different type are not called]
|
||||
expected: NOTRUN
|
||||
|
||||
[listeners for "change" type are called]
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
[MediaQueryListEvent.html]
|
||||
expected: TIMEOUT
|
||||
[constructor of "change" event]
|
||||
expected: NOTRUN
|
||||
|
||||
[argument of onchange]
|
||||
expected: TIMEOUT
|
6
tests/wpt/meta/css/cssom/idlharness.html.ini
vendored
6
tests/wpt/meta/css/cssom/idlharness.html.ini
vendored
|
@ -598,3 +598,9 @@
|
|||
|
||||
[CSSPageDescriptors interface: attribute orientation]
|
||||
expected: FAIL
|
||||
|
||||
[CSSPageDescriptors interface: attribute pageOrientation]
|
||||
expected: FAIL
|
||||
|
||||
[CSSPageDescriptors interface: attribute page-orientation]
|
||||
expected: FAIL
|
||||
|
|
|
@ -217,3 +217,6 @@
|
|||
|
||||
[Newline normalization - \\n\\r in FormData filename (formdata)]
|
||||
expected: FAIL
|
||||
|
||||
[Single value - name is missing]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
[empty-iframe-load-event.html]
|
||||
[Check execution order from nested timeout]
|
||||
expected: FAIL
|
||||
|
||||
[Check execution order on load handler]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[navigation-unload-cross-origin.sub.window.html]
|
||||
[Cross-origin navigation started from unload handler must be ignored]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[traverse_the_history_3.html]
|
||||
[Multiple history traversals, last would be aborted]
|
||||
expected: FAIL
|
2
tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.after-rasterization.html.ini
vendored
Normal file
2
tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.after-rasterization.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[2d.reset.after-rasterization.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.after-rasterization.w.html.ini
vendored
Normal file
2
tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.after-rasterization.w.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[2d.reset.after-rasterization.w.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[the-anchor-attribute-004.tentative.html]
|
||||
[the-anchor-attribute-004]
|
||||
expected: FAIL
|
|
@ -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]
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
expected: FAIL
|
||||
|
||||
[<dialog>-contained autofocus element gets focused when the dialog is shown]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,19 +1,15 @@
|
|||
[supported-elements.html]
|
||||
expected: TIMEOUT
|
||||
[Contenteditable element should support autofocus]
|
||||
expected: FAIL
|
||||
|
||||
[Host element with delegatesFocus including no focusable descendants should be skipped]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Element with tabindex should support autofocus]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[Area element should support autofocus]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Host element with delegatesFocus should support autofocus]
|
||||
expected: NOTRUN
|
||||
|
||||
[Non-HTMLElement should not support autofocus]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[iframe_sandbox_popups_escaping-2.html]
|
||||
expected: CRASH
|
||||
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[iframe_sandbox_popups_escaping-3.html]
|
||||
expected: CRASH
|
||||
expected: TIMEOUT
|
||||
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +1,15 @@
|
|||
[image-decode-with-quick-attach.html]
|
||||
[HTMLImageElement.prototype.decode(), attach to DOM before promise resolves.: src in empty picture not cached]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement.prototype.decode(), attach to DOM before promise resolves.: srcset in empty picture]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement.prototype.decode(), attach to DOM before promise resolves.: src in picture with source not cached]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement.prototype.decode(), attach to DOM before promise resolves.: src in picture with source cached]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement.prototype.decode(), attach to DOM before promise resolves.: srcset in picture with source]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[current-request-microtask-002.html]
|
||||
[Current request microtask handling with multiple tasks.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[closed-listbox-rendering.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[select-option-images.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[selectedoptionelement-attr.tentative.html]
|
||||
[The selectedoptionelement attribute should set up an association between a select and a selectedoption.]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[selectlist-option-arbitrary-content-not-displayed.tentative.html]
|
||||
expected: FAIL
|
3
tests/wpt/meta/html/webappapis/update-rendering/child-document-raf-order.html.ini
vendored
Normal file
3
tests/wpt/meta/html/webappapis/update-rendering/child-document-raf-order.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[child-document-raf-order.html]
|
||||
[Ordering of steps in "Update the Rendering" - child document requestAnimationFrame order]
|
||||
expected: FAIL
|
1
tests/wpt/meta/url/failure.html.ini
vendored
1
tests/wpt/meta/url/failure.html.ini
vendored
|
@ -1,4 +1,5 @@
|
|||
[failure.html]
|
||||
expected: CRASH
|
||||
[Location's href: a// should throw]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue