mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Sync WPT with upstream (07-01-2024) (#31018)
* Update web-platform-tests to revision b'ecbab417501c89bca2265314e35719a950b07e02' * update expectation for service-worker-registration.https.html.ini The expectation of CRASH was added during the import seemingly due to an intermittent crash in CI. The test is no longer crashing. --------- Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
parent
79a0f76d26
commit
527119aebb
180 changed files with 2043 additions and 336 deletions
|
@ -7,7 +7,7 @@
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Opening a blob URL in a new window immediately before revoking it works.]
|
[Opening a blob URL in a new window immediately before revoking it works.]
|
||||||
expected: TIMEOUT
|
expected: FAIL
|
||||||
|
|
||||||
[Opening a blob URL in a noopener about:blank window immediately before revoking it works.]
|
[Opening a blob URL in a noopener about:blank window immediately before revoking it works.]
|
||||||
expected: TIMEOUT
|
expected: TIMEOUT
|
||||||
|
|
|
@ -8,5 +8,8 @@
|
||||||
[[data-expected-height\] 3]
|
[[data-expected-height\] 3]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[[data-expected-height\] 4]
|
[[data-expected-height\] 1]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[[data-expected-height\] 2]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
[mix-blend-mode-animation.html]
|
[mix-blend-mode-animation.html]
|
||||||
expected: FAIL
|
expected: TIMEOUT
|
||||||
|
|
|
@ -10,3 +10,9 @@
|
||||||
|
|
||||||
[Test an animation name that is the same as a possible running state.]
|
[Test an animation name that is the same as a possible running state.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
[Test an animation name that is the same as a possible animation timing-function.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Test an animation name that is the same as a possible animation iteration-count.]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -67,3 +67,12 @@
|
||||||
|
|
||||||
[Default animation value]
|
[Default animation value]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
[Property animation value 'ease-in-out']
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Property animation value 'none, none']
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Animation with a delay but no duration]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
[color-mix-currentcolor-background-repaint-parent.html]
|
||||||
|
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
||||||
|
[color-mix-currentcolor-background-repaint.html]
|
||||||
|
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
||||||
|
[color-mix-currentcolor-border-repaint-parent.html]
|
||||||
|
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
||||||
|
[color-mix-currentcolor-border-repaint.html]
|
||||||
|
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
||||||
|
[color-mix-currentcolor-outline-repaint-parent.html]
|
||||||
|
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
||||||
|
[color-mix-currentcolor-outline-repaint.html]
|
||||||
|
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
||||||
|
[at-supports-selector-webkit-slider-thumb.tentative.html]
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
||||||
|
[font-size-adjust-reload.html]
|
||||||
|
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
||||||
|
[no-transition-from-ua-to-blocking-stylesheet.html]
|
||||||
|
expected: TIMEOUT
|
|
@ -4,3 +4,6 @@
|
||||||
|
|
||||||
[throws if handleEvent is thruthy and not callable]
|
[throws if handleEvent is thruthy and not callable]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
[looks up handleEvent method on every event dispatch]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
[MediaQueryList-addListener-removeListener.html]
|
[MediaQueryList-addListener-removeListener.html]
|
||||||
[listeners are called when <iframe> is resized]
|
[listeners are called when <iframe> is resized]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
[listeners are called correct number of times]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -58,3 +58,9 @@
|
||||||
|
|
||||||
[Unknown pseudo-element with a known identifier: view-transition-new(name)]
|
[Unknown pseudo-element with a known identifier: view-transition-new(name)]
|
||||||
expected: PRECONDITION_FAILED
|
expected: PRECONDITION_FAILED
|
||||||
|
|
||||||
|
[Resolution of width is correct when pseudo-element argument is ignored (due to no colon)]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Resolution of width is correct when pseudo-element argument is invalid (due to a trailing token)]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -1,2 +1,24 @@
|
||||||
[HTMLModElement.html]
|
[HTMLModElement.html]
|
||||||
expected: ERROR
|
[cite on ins use HTMLModElement must enqueue an attributeChanged reaction when adding cite content attribute]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[cite on ins use HTMLModElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[dateTime on ins use HTMLModElement must enqueue an attributeChanged reaction when adding datetime content attribute]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[dateTime on ins use HTMLModElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[cite on del use HTMLModElement must enqueue an attributeChanged reaction when adding cite content attribute]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[cite on del use HTMLModElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[dateTime on del use HTMLModElement must enqueue an attributeChanged reaction when adding datetime content attribute]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[dateTime on del use HTMLModElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -1,2 +1,6 @@
|
||||||
[HTMLOptGroupElement.html]
|
[HTMLOptGroupElement.html]
|
||||||
expected: ERROR
|
[label on HTMLOptGroupElement must enqueue an attributeChanged reaction when adding a new attribute]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[label on HTMLOptGroupElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
[webkit-transition-end-event.html]
|
[webkit-transition-end-event.html]
|
||||||
|
expected: TIMEOUT
|
||||||
[dispatchEvent of an transitionend event does not trigger a prefixed event handler or listener]
|
[dispatchEvent of an transitionend event does not trigger a prefixed event handler or listener]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -12,16 +13,25 @@
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[event types for prefixed and unprefixed transitionend event listeners should be named appropriately]
|
[event types for prefixed and unprefixed transitionend event listeners should be named appropriately]
|
||||||
expected: FAIL
|
expected: NOTRUN
|
||||||
|
|
||||||
[ontransitionend and onwebkittransitionend are not aliases]
|
[ontransitionend and onwebkittransitionend are not aliases]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[webkitTransitionEnd event listener should trigger for an animation]
|
[webkitTransitionEnd event listener should trigger for an animation]
|
||||||
expected: FAIL
|
expected: TIMEOUT
|
||||||
|
|
||||||
[dispatchEvent of a webkitTransitionEnd event does trigger a prefixed event handler or listener]
|
[dispatchEvent of a webkitTransitionEnd event does trigger a prefixed event handler or listener]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[onwebkittransitionend event handler should not trigger if an unprefixed event handler also exists]
|
[onwebkittransitionend event handler should not trigger if an unprefixed event handler also exists]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
[webkitTransitionEnd event listener should not trigger if an unprefixed listener also exists]
|
||||||
|
expected: NOTRUN
|
||||||
|
|
||||||
|
[webkitTransitionEnd event listener should not trigger if an unprefixed event handler also exists]
|
||||||
|
expected: NOTRUN
|
||||||
|
|
||||||
|
[webkitTransitionEnd event listener is case sensitive]
|
||||||
|
expected: NOTRUN
|
||||||
|
|
|
@ -146,15 +146,3 @@
|
||||||
|
|
||||||
[list-style-image sec-fetch-site - HTTPS downgrade-upgrade]
|
[list-style-image sec-fetch-site - HTTPS downgrade-upgrade]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[background-image sec-fetch-site - Not sent to non-trustworthy same-origin destination]
|
|
||||||
expected: TIMEOUT
|
|
||||||
|
|
||||||
[border-image sec-fetch-site - Not sent to non-trustworthy cross-site destination]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[background-image sec-fetch-site - HTTPS downgrade (header not sent)]
|
|
||||||
expected: TIMEOUT
|
|
||||||
|
|
||||||
[border-image sec-fetch-site - HTTPS downgrade (header not sent)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
[media.html]
|
||||||
|
[Should not load audio with dangling markup in URL]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Should not load video with dangling markup in URL]
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,18 @@
|
||||||
|
[option.html]
|
||||||
|
[ <form action="/resource-timing/resources/document-navigated.html" method="post"> <input type="submit"> <select name="dangling"><option> ]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[ <div> <form action="/resource-timing/resources/document-navigated.html" method="post"> <input type="submit"> <select name="dangling"><option> ]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[ <form action="/resource-timing/resources/document-navigated.html" method="post" id="form"> <input type="submit"> </form> <select name="dangling" form="form"><option> ]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[ <form action="/resource-timing/resources/document-navigated.html" method="post"> <input type="submit"> <select name="dangling"><option label="yay"> ]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[ <div> <form action="/resource-timing/resources/document-navigated.html" method="post"> <input type="submit"> <select name="dangling"><option label="yay"> ]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[ <form action="/resource-timing/resources/document-navigated.html" method="post" id="form"> <input type="submit"> </form> <select name="dangling" form="form"><option label="yay"> ]
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
||||||
|
[textarea.html]
|
||||||
|
[ <form action="/resource-timing/resources/document-navigated.html" method="post"> <input type="submit"> <textarea name="dangling"> ]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[ <div> <form action="/resource-timing/resources/document-navigated.html" method="post"> <input type="submit"> <textarea name="dangling"> ]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[ <form action="/resource-timing/resources/document-navigated.html" method="post" id="form"> <input type="submit"> </form> <textarea name="dangling" form="form"> ]
|
||||||
|
expected: FAIL
|
|
@ -4,3 +4,6 @@
|
||||||
|
|
||||||
[Navigating to a different document with form submission]
|
[Navigating to a different document with form submission]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
[Navigating to a different document with link click]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -7,3 +7,6 @@
|
||||||
|
|
||||||
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='about:blank#foo']
|
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='about:blank#foo']
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='about:blank']
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -4,3 +4,15 @@
|
||||||
|
|
||||||
[Test javascript URL string return values in direct and indirect (target) frame contexts. 9]
|
[Test javascript URL string return values in direct and indirect (target) frame contexts. 9]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
[0041 set in href="" targeting a frame and clicked]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[0080 00FF set in href="" targeting a frame and clicked]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[0080 00FF 0100 set in href="" targeting a frame and clicked]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[D83D DE0D set in href="" targeting a frame and clicked]
|
||||||
|
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 +0,0 @@
|
||||||
[navigation-unload-same-origin-fragment.html]
|
|
||||||
[Tests that a fragment navigation in the unload handler will not block the initial navigation]
|
|
||||||
expected: FAIL
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
[navigation-unload-same-origin.window.html]
|
||||||
|
[Same-origin navigation started from unload handler must be ignored]
|
||||||
|
expected: FAIL
|
|
@ -1,3 +1,3 @@
|
||||||
[traverse_the_history_3.html]
|
[traverse_the_history_2.html]
|
||||||
[Multiple history traversals, last would be aborted]
|
[Multiple history traversals, last would be aborted]
|
||||||
expected: FAIL
|
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
||||||
[traverse_the_history_3.html]
|
|
||||||
[Multiple history traversals, last would be aborted]
|
|
||||||
expected: FAIL
|
|
|
@ -1,3 +0,0 @@
|
||||||
[traverse_the_history_5.html]
|
|
||||||
[Multiple history traversals, last would be aborted]
|
|
||||||
expected: FAIL
|
|
|
@ -37,3 +37,6 @@
|
||||||
|
|
||||||
[Window replaceable attribute: screenTop]
|
[Window replaceable attribute: screenTop]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
[Window attribute: onmove]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
[canvas.2d.disconnected.html]
|
[canvas.2d.disconnected.html]
|
||||||
expected: FAIL
|
expected: CRASH
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
[document-base-url-window-initiator-is-not-opener.https.window.html]
|
[document-base-url-window-initiator-is-not-opener.https.window.html]
|
||||||
|
expected: TIMEOUT
|
||||||
[window.open() gets base url from initiator not opener.]
|
[window.open() gets base url from initiator not opener.]
|
||||||
expected: [FAIL, PASS, TIMEOUT]
|
expected: [FAIL, PASS, TIMEOUT]
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
[iframe_sandbox_popups_escaping-1.html]
|
[iframe_sandbox_popups_escaping-1.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
|
expected: TIMEOUT
|
||||||
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
|
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
|
||||||
expected: FAIL
|
expected: TIMEOUT
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
[iframe_sandbox_popups_nonescaping-1.html]
|
[iframe_sandbox_popups_nonescaping-1.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: TIMEOUT
|
|
||||||
[Check that popups from a sandboxed iframe do not escape the sandbox]
|
[Check that popups from a sandboxed iframe do not escape the sandbox]
|
||||||
expected: NOTRUN
|
expected: FAIL
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[iframe_sandbox_popups_nonescaping-2.html]
|
[iframe_sandbox_popups_nonescaping-2.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: CRASH
|
expected: TIMEOUT
|
||||||
[Check that popups from a sandboxed iframe do not escape the sandbox]
|
[Check that popups from a sandboxed iframe do not escape the sandbox]
|
||||||
expected: NOTRUN
|
expected: NOTRUN
|
||||||
|
|
|
@ -181,6 +181,3 @@
|
||||||
|
|
||||||
[text/plain: \\r\\n in name (formdata event)]
|
[text/plain: \\r\\n in name (formdata event)]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[text/plain: single quote in name (normal form)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -179,8 +179,5 @@
|
||||||
[application/x-www-form-urlencoded: double quote in filename (formdata event)]
|
[application/x-www-form-urlencoded: double quote in filename (formdata event)]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[application/x-www-form-urlencoded: Basic File test (formdata event)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[application/x-www-form-urlencoded: single quote in name (formdata event)]
|
[application/x-www-form-urlencoded: single quote in name (formdata event)]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
|
@ -11,3 +11,6 @@
|
||||||
|
|
||||||
[Check that rel=noopener with target=_parent does a normal load]
|
[Check that rel=noopener with target=_parent does a normal load]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
[Check that rel=noopener with target=_self does a normal load]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
[DOMContentLoaded-defer.html]
|
||||||
|
[The end: DOMContentLoaded and defer scripts]
|
||||||
|
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
||||||
[module-delayed.html]
|
|
||||||
[async document.write in a module]
|
|
||||||
expected: FAIL
|
|
|
@ -1,10 +1,9 @@
|
||||||
[promise-job-entry-different-function-realm.html]
|
[promise-job-entry-different-function-realm.html]
|
||||||
expected: TIMEOUT
|
|
||||||
[Fulfillment handler on fulfilled promise]
|
[Fulfillment handler on fulfilled promise]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Rejection handler on pending-then-rejected promise]
|
[Rejection handler on pending-then-rejected promise]
|
||||||
expected: TIMEOUT
|
expected: FAIL
|
||||||
|
|
||||||
[Thenable resolution]
|
[Thenable resolution]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
@ -13,4 +12,4 @@
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Fulfillment handler on pending-then-fulfilled promise]
|
[Fulfillment handler on pending-then-fulfilled promise]
|
||||||
expected: TIMEOUT
|
expected: FAIL
|
||||||
|
|
|
@ -94,10 +94,10 @@
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[mime-type 16 : text/html;charset=\x0bgbk]
|
[mime-type 16 : text/html;charset=\x0bgbk]
|
||||||
expected: TIMEOUT
|
expected: FAIL
|
||||||
|
|
||||||
[mime-type 17 : text/html;charset=\x0cgbk]
|
[mime-type 17 : text/html;charset=\x0cgbk]
|
||||||
expected: NOTRUN
|
expected: TIMEOUT
|
||||||
|
|
||||||
[mime-type 18 : text/html;\x0bcharset=gbk]
|
[mime-type 18 : text/html;\x0bcharset=gbk]
|
||||||
expected: NOTRUN
|
expected: NOTRUN
|
||||||
|
|
|
@ -943,3 +943,9 @@
|
||||||
|
|
||||||
[X SNR (-7.45917280407153 dB) is not greater than or equal to 65.737. Got -7.45917280407153.]
|
[X SNR (-7.45917280407153 dB) is not greater than or equal to 65.737. Got -7.45917280407153.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
[X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[15073\]\t2.6916700000000000e+7\t6.4605611562728882e-1\t2.6916699353943884e+7\t4.1663098147146381e+7\t3.8985999999999999e-3\n\t[15074\]\t2.5936898589134216e-1\t5.9696805477142334e-1\t3.3759906888008118e-1\t5.6552283858697683e-1\t3.8985999999999999e-3\n\tMax AbsError of 2.6916699353943884e+7 at index of 15073.\n\tMax RelError of 4.1663098147146381e+7 at index of 15073.\n]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[X SNR (-105.16635012965943 dB) is not greater than or equal to 65.737. Got -105.16635012965943.]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[018.html]
|
||||||
|
expected: TIMEOUT
|
||||||
|
[origin of the script that invoked the method, javascript:]
|
||||||
|
expected: TIMEOUT
|
|
@ -1,4 +0,0 @@
|
||||||
[017.html]
|
|
||||||
expected: TIMEOUT
|
|
||||||
[origin of the script that invoked the method, about:blank]
|
|
||||||
expected: TIMEOUT
|
|
|
@ -1,3 +1,4 @@
|
||||||
[import-in-moduleworker.html]
|
[import-in-moduleworker.html]
|
||||||
|
expected: ERROR
|
||||||
[Base URL in module dedicated workers: import]
|
[Base URL in module dedicated workers: import]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
|
@ -2191,6 +2191,13 @@
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"fieldset-first-line-crash.html": [
|
||||||
|
"096558db61b598007870d941f28edde609ae4246",
|
||||||
|
[
|
||||||
|
null,
|
||||||
|
{}
|
||||||
|
]
|
||||||
|
],
|
||||||
"grid-definition": {
|
"grid-definition": {
|
||||||
"grid-add-item-with-positioned-items-crash.html": [
|
"grid-add-item-with-positioned-items-crash.html": [
|
||||||
"7b2ed99f223ed4333c265f242b3f043afd9232b6",
|
"7b2ed99f223ed4333c265f242b3f043afd9232b6",
|
||||||
|
@ -4638,6 +4645,13 @@
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"crashtests": {
|
"crashtests": {
|
||||||
|
"chrome-bug-1512988.html": [
|
||||||
|
"babe3ca704118e1b3441868cd26cbc405f4965cc",
|
||||||
|
[
|
||||||
|
null,
|
||||||
|
{}
|
||||||
|
]
|
||||||
|
],
|
||||||
"orthogonal-percent-height-multicol-crash.html": [
|
"orthogonal-percent-height-multicol-crash.html": [
|
||||||
"aca93d23fc067ee64eb54f91fec5dbebb16d94d6",
|
"aca93d23fc067ee64eb54f91fec5dbebb16d94d6",
|
||||||
[
|
[
|
||||||
|
@ -5932,16 +5946,16 @@
|
||||||
},
|
},
|
||||||
"canvas": {
|
"canvas": {
|
||||||
"element": {
|
"element": {
|
||||||
"filters": {
|
|
||||||
"svg-filter-crash.html": [
|
|
||||||
"f64379c79241409ab55535596f4cbad894f45b42",
|
|
||||||
[
|
|
||||||
null,
|
|
||||||
{}
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"manual": {
|
"manual": {
|
||||||
|
"filters": {
|
||||||
|
"svg-filter-crash.html": [
|
||||||
|
"f64379c79241409ab55535596f4cbad894f45b42",
|
||||||
|
[
|
||||||
|
null,
|
||||||
|
{}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
"wide-gamut-canvas": {
|
"wide-gamut-canvas": {
|
||||||
"imagedata-no-color-settings-crash.html": [
|
"imagedata-no-color-settings-crash.html": [
|
||||||
"b21eaf72abec2fc9da5d9a48c9ef483a143ec830",
|
"b21eaf72abec2fc9da5d9a48c9ef483a143ec830",
|
||||||
|
@ -140892,7 +140906,7 @@
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"color-mix-currentcolor-background-repaint-parent.html": [
|
"color-mix-currentcolor-background-repaint-parent.html": [
|
||||||
"eb0b979800baabe1895b1e6c0e09bbfd317ceb63",
|
"af894546942453cb50b30334a6a49ab3383d2418",
|
||||||
[
|
[
|
||||||
null,
|
null,
|
||||||
[
|
[
|
||||||
|
@ -140905,7 +140919,7 @@
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"color-mix-currentcolor-background-repaint.html": [
|
"color-mix-currentcolor-background-repaint.html": [
|
||||||
"04578125cd55045dd525a7fca5fb6524f22e53ee",
|
"e584c4f9a838847e4f606c300ee31ef2677ec5a1",
|
||||||
[
|
[
|
||||||
null,
|
null,
|
||||||
[
|
[
|
||||||
|
@ -140918,7 +140932,7 @@
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"color-mix-currentcolor-border-repaint-parent.html": [
|
"color-mix-currentcolor-border-repaint-parent.html": [
|
||||||
"0e2c627532a02cd91c59c0b68be937c895c4a20b",
|
"a8d55ace8fce3e01e9c15e354342d298b627c07b",
|
||||||
[
|
[
|
||||||
null,
|
null,
|
||||||
[
|
[
|
||||||
|
@ -140931,7 +140945,7 @@
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"color-mix-currentcolor-border-repaint.html": [
|
"color-mix-currentcolor-border-repaint.html": [
|
||||||
"f8ac80f5152eba5738b9f25b9bbdc6f0694b63ed",
|
"aeacd72d3d27d26a4cfca69c382c3565e2979971",
|
||||||
[
|
[
|
||||||
null,
|
null,
|
||||||
[
|
[
|
||||||
|
@ -140944,7 +140958,7 @@
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"color-mix-currentcolor-outline-repaint-parent.html": [
|
"color-mix-currentcolor-outline-repaint-parent.html": [
|
||||||
"69d42c1808cd0435e8cceec5a848d0c348b75be5",
|
"e13880560637dd6483b58230d925d76084182505",
|
||||||
[
|
[
|
||||||
null,
|
null,
|
||||||
[
|
[
|
||||||
|
@ -140957,7 +140971,7 @@
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"color-mix-currentcolor-outline-repaint.html": [
|
"color-mix-currentcolor-outline-repaint.html": [
|
||||||
"764a1af93223b64f93c0e639366babec42ce818c",
|
"87f87b0edb7fe9aab0e32537cce90ebeb8f97262",
|
||||||
[
|
[
|
||||||
null,
|
null,
|
||||||
[
|
[
|
||||||
|
@ -158369,6 +158383,19 @@
|
||||||
{}
|
{}
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
|
"at-supports-selector-webkit-slider-thumb.tentative.html": [
|
||||||
|
"3f777a7574a6d493c4d8a2fc2360c65cd1048ff4",
|
||||||
|
[
|
||||||
|
null,
|
||||||
|
[
|
||||||
|
[
|
||||||
|
"/css/css-conditional/at-supports-001-ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
{}
|
||||||
|
]
|
||||||
|
],
|
||||||
"css-supports-001.xht": [
|
"css-supports-001.xht": [
|
||||||
"9221309d45fd637e613a1c11519a09fa105a4830",
|
"9221309d45fd637e613a1c11519a09fa105a4830",
|
||||||
[
|
[
|
||||||
|
@ -164211,7 +164238,7 @@
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"content-visibility-with-popover-top-layer-004.html": [
|
"content-visibility-with-popover-top-layer-004.html": [
|
||||||
"24fef4f67e9d673a0b4098f760412bc01d993a95",
|
"bbf4567e37d4c1df68ce9119ec3952722324f12e",
|
||||||
[
|
[
|
||||||
null,
|
null,
|
||||||
[
|
[
|
||||||
|
@ -164224,7 +164251,7 @@
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"content-visibility-with-popover-top-layer-005.html": [
|
"content-visibility-with-popover-top-layer-005.html": [
|
||||||
"76b736a6379e2fc1f59223eb169ee363f4ab28e4",
|
"264d7b317e0a3fb2fc655c6cceda29d2fe252f9d",
|
||||||
[
|
[
|
||||||
null,
|
null,
|
||||||
[
|
[
|
||||||
|
@ -164315,7 +164342,7 @@
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"content-visibility-with-top-layer-004.html": [
|
"content-visibility-with-top-layer-004.html": [
|
||||||
"218251fdcdb5731f808bd16c41e76a3b4cb8c42a",
|
"e21b11e92db1fe8e7684536d04371ae077c8e66a",
|
||||||
[
|
[
|
||||||
null,
|
null,
|
||||||
[
|
[
|
||||||
|
@ -164328,7 +164355,7 @@
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"content-visibility-with-top-layer-005.html": [
|
"content-visibility-with-top-layer-005.html": [
|
||||||
"c1cb1bcde35e73f0fc33b54e6d2b30e71d330307",
|
"5283aea19734d1349622a249715c0a190d1ebad5",
|
||||||
[
|
[
|
||||||
null,
|
null,
|
||||||
[
|
[
|
||||||
|
@ -220595,6 +220622,32 @@
|
||||||
{}
|
{}
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
|
"rounded-overflow-clip-visible.html": [
|
||||||
|
"65e7f055a3907da79701f1f8d68f6527d7c69181",
|
||||||
|
[
|
||||||
|
null,
|
||||||
|
[
|
||||||
|
[
|
||||||
|
"/css/css-overflow/rounded-overflow-clip-visible-ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
{}
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"rounded-overflow-visible-clip.html": [
|
||||||
|
"8bd727e1cfd6fd62674bdeb1fdf08af0b6b0b1c4",
|
||||||
|
[
|
||||||
|
null,
|
||||||
|
[
|
||||||
|
[
|
||||||
|
"/css/css-overflow/rounded-overflow-visible-clip-ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
{}
|
||||||
|
]
|
||||||
|
],
|
||||||
"scrollable-overflow-input-001.html": [
|
"scrollable-overflow-input-001.html": [
|
||||||
"1b58803079f8b60b68eb1c57a0c522962e0a8019",
|
"1b58803079f8b60b68eb1c57a0c522962e0a8019",
|
||||||
[
|
[
|
||||||
|
@ -293102,6 +293155,19 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
|
"modify-style-via-cssom.html": [
|
||||||
|
"6f026607bc5c24eb8f3cf41166025da3d212cf85",
|
||||||
|
[
|
||||||
|
null,
|
||||||
|
[
|
||||||
|
[
|
||||||
|
"/css/css-view-transitions/modify-style-via-cssom-ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
{}
|
||||||
|
]
|
||||||
|
],
|
||||||
"multiline-span-with-overflowing-text-and-box-decorations.html": [
|
"multiline-span-with-overflowing-text-and-box-decorations.html": [
|
||||||
"e166b3c9dfe66370a4800ff6cac37e236100d62d",
|
"e166b3c9dfe66370a4800ff6cac37e236100d62d",
|
||||||
[
|
[
|
||||||
|
@ -312614,6 +312680,19 @@
|
||||||
{}
|
{}
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
|
"svg-feimage-002.html": [
|
||||||
|
"b462ba91ad0b5847304e2a190ca0985aa8ace886",
|
||||||
|
[
|
||||||
|
null,
|
||||||
|
[
|
||||||
|
[
|
||||||
|
"/css/filter-effects/reference/svg-feimage-ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
{}
|
||||||
|
]
|
||||||
|
],
|
||||||
"svg-feoffset-001.html": [
|
"svg-feoffset-001.html": [
|
||||||
"3d8118b387d938b588e8e88ad5ec87a5343e4f72",
|
"3d8118b387d938b588e8e88ad5ec87a5343e4f72",
|
||||||
[
|
[
|
||||||
|
@ -320168,6 +320247,34 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"focus": {
|
||||||
|
"focus-large-element-in-overflow-hidden-container.html": [
|
||||||
|
"31d2a8bce9fd75ebd8862480c7a297868abd7c24",
|
||||||
|
[
|
||||||
|
null,
|
||||||
|
[
|
||||||
|
[
|
||||||
|
"/focus/focus-large-element-in-overflow-hidden-container-ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
{}
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"focus-visible-element-in-overflow-hidden-container.html": [
|
||||||
|
"22f5c3349d8c88c456d60fab2adcc0404d4ce05d",
|
||||||
|
[
|
||||||
|
null,
|
||||||
|
[
|
||||||
|
[
|
||||||
|
"/focus/focus-visible-element-in-overflow-hidden-container-ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
{}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
"forced-colors-mode": {
|
"forced-colors-mode": {
|
||||||
"backplate": {
|
"backplate": {
|
||||||
"forced-colors-mode-backplate-01.html": [
|
"forced-colors-mode-backplate-01.html": [
|
||||||
|
@ -341776,6 +341883,19 @@
|
||||||
{}
|
{}
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
|
"use-encoding.svg": [
|
||||||
|
"e376fa18b776fac3af12cd159de0307cb1ac5f6d",
|
||||||
|
[
|
||||||
|
null,
|
||||||
|
[
|
||||||
|
[
|
||||||
|
"/svg/struct/reftests/reference/green-100x100.svg",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
{}
|
||||||
|
]
|
||||||
|
],
|
||||||
"use-external-resource-with-revalidation.tentative.html": [
|
"use-external-resource-with-revalidation.tentative.html": [
|
||||||
"d899165fa9ccef15d893b599ec6a8f4e005bcb36",
|
"d899165fa9ccef15d893b599ec6a8f4e005bcb36",
|
||||||
[
|
[
|
||||||
|
@ -346115,7 +346235,7 @@
|
||||||
[]
|
[]
|
||||||
],
|
],
|
||||||
".taskcluster.yml": [
|
".taskcluster.yml": [
|
||||||
"d9e5581861ee278401e9037fe11773c15f207993",
|
"53518a9498a7cd3dafcc6f0a0ca5b952c0fd9330",
|
||||||
[]
|
[]
|
||||||
],
|
],
|
||||||
".well-known": {
|
".well-known": {
|
||||||
|
@ -394308,11 +394428,11 @@
|
||||||
[]
|
[]
|
||||||
],
|
],
|
||||||
"spacer-with-popover-top-layer-ref.html": [
|
"spacer-with-popover-top-layer-ref.html": [
|
||||||
"5ae45afe9ebe7f47c72edeb259db92f4058fe60d",
|
"6c4c65f58c32679f7396cf6cf9ae094b32546c23",
|
||||||
[]
|
[]
|
||||||
],
|
],
|
||||||
"spacer-with-top-layer-ref.html": [
|
"spacer-with-top-layer-ref.html": [
|
||||||
"7cf1f1581b7710b32d8072fc9128ab9169d090da",
|
"b5cb1f108e5229c69645702f878c43dde37512bb",
|
||||||
[]
|
[]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -396283,7 +396403,7 @@
|
||||||
},
|
},
|
||||||
"css-flexbox": {
|
"css-flexbox": {
|
||||||
"META.yml": [
|
"META.yml": [
|
||||||
"0bcad0b51f759e6ea9a05e2fee919677bc790dd3",
|
"503fc08f57614916ba42660b1dbf5acbe0f267ee",
|
||||||
[]
|
[]
|
||||||
],
|
],
|
||||||
"abspos": {
|
"abspos": {
|
||||||
|
@ -406003,7 +406123,7 @@
|
||||||
},
|
},
|
||||||
"css-grid": {
|
"css-grid": {
|
||||||
"META.yml": [
|
"META.yml": [
|
||||||
"e49946f4f7012e2aefbc2fb01573a2e01a903e55",
|
"55f9d72fa50fc5b9378511c74b84873da740b15b",
|
||||||
[]
|
[]
|
||||||
],
|
],
|
||||||
"README.md": [
|
"README.md": [
|
||||||
|
@ -411960,6 +412080,14 @@
|
||||||
[]
|
[]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"rounded-overflow-clip-visible-ref.html": [
|
||||||
|
"3a25b794d8d4136c2a7c8c94e5d9eb80daceedc7",
|
||||||
|
[]
|
||||||
|
],
|
||||||
|
"rounded-overflow-visible-clip-ref.html": [
|
||||||
|
"a97633ed3bd7c094d06743534789226165ca8a05",
|
||||||
|
[]
|
||||||
|
],
|
||||||
"scrollable-overflow-input-001-ref.html": [
|
"scrollable-overflow-input-001-ref.html": [
|
||||||
"151843a72c00616dfb7ad723be6b1d3435cde65b",
|
"151843a72c00616dfb7ad723be6b1d3435cde65b",
|
||||||
[]
|
[]
|
||||||
|
@ -422611,7 +422739,7 @@
|
||||||
},
|
},
|
||||||
"css-ui": {
|
"css-ui": {
|
||||||
"META.yml": [
|
"META.yml": [
|
||||||
"7ce4b54a22c78576dc2318ebd651dfd1cce374ad",
|
"81011208b5f9813225354369c533174728fd500e",
|
||||||
[]
|
[]
|
||||||
],
|
],
|
||||||
"README.md": [
|
"README.md": [
|
||||||
|
@ -424816,6 +424944,10 @@
|
||||||
"1df26bb375248b014906c54efb426f2cf4bf9035",
|
"1df26bb375248b014906c54efb426f2cf4bf9035",
|
||||||
[]
|
[]
|
||||||
],
|
],
|
||||||
|
"modify-style-via-cssom-ref.html": [
|
||||||
|
"dd93e0b498c3650812eb126fb6d7422a715a474f",
|
||||||
|
[]
|
||||||
|
],
|
||||||
"multiline-span-with-overflowing-text-and-box-decorations-ref.html": [
|
"multiline-span-with-overflowing-text-and-box-decorations-ref.html": [
|
||||||
"ca9efc52d6e412d2eb2ee3511b5f3845a36854b8",
|
"ca9efc52d6e412d2eb2ee3511b5f3845a36854b8",
|
||||||
[]
|
[]
|
||||||
|
@ -436086,6 +436218,14 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"security": {
|
"security": {
|
||||||
|
"dangling-markup": {
|
||||||
|
"resources": {
|
||||||
|
"helper.js": [
|
||||||
|
"100bcba7b5184a12955c6c99ce21c483301ef446",
|
||||||
|
[]
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
"support": {
|
"support": {
|
||||||
"embedded-credential-window.sub.html": [
|
"embedded-credential-window.sub.html": [
|
||||||
"20d307e9188405dcec011042487aa2c7354930bf",
|
"20d307e9188405dcec011042487aa2c7354930bf",
|
||||||
|
@ -436221,6 +436361,14 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"focus": {
|
"focus": {
|
||||||
|
"focus-large-element-in-overflow-hidden-container-ref.html": [
|
||||||
|
"856f7940b60aca9f924bfa85b61a55c188428aee",
|
||||||
|
[]
|
||||||
|
],
|
||||||
|
"focus-visible-element-in-overflow-hidden-container-ref.html": [
|
||||||
|
"d9c41abb6595ff57b26e019953c8c1da8483e6fe",
|
||||||
|
[]
|
||||||
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"activeelement-after-calling-window-focus-inner.html": [
|
"activeelement-after-calling-window-focus-inner.html": [
|
||||||
"1fa14d4b8a24de267e2ffa0b37bdeefc78c00562",
|
"1fa14d4b8a24de267e2ffa0b37bdeefc78c00562",
|
||||||
|
@ -470832,11 +470980,11 @@
|
||||||
[]
|
[]
|
||||||
],
|
],
|
||||||
"requirements_mypy.txt": [
|
"requirements_mypy.txt": [
|
||||||
"af20e5a9a7698689b470db18fc4fef843bc532b1",
|
"c3db2292af599ad62a749c6d7baa3fd75136e48e",
|
||||||
[]
|
[]
|
||||||
],
|
],
|
||||||
"requirements_pytest.txt": [
|
"requirements_pytest.txt": [
|
||||||
"93ec70d7e6115f59c11d0d956bdb822346895c54",
|
"9034cda71908a5d6f2744b122b001d8a037459e0",
|
||||||
[]
|
[]
|
||||||
],
|
],
|
||||||
"requirements_tests.txt": [
|
"requirements_tests.txt": [
|
||||||
|
@ -480577,7 +480725,7 @@
|
||||||
[]
|
[]
|
||||||
],
|
],
|
||||||
"virtualenv.py": [
|
"virtualenv.py": [
|
||||||
"742f572c34a59d031fa36b7d7155af5b44fcf19c",
|
"f1fad7327013d8de1036a7589762f2fdb99b8cfc",
|
||||||
[]
|
[]
|
||||||
],
|
],
|
||||||
"wpt.py": [
|
"wpt.py": [
|
||||||
|
@ -480799,7 +480947,7 @@
|
||||||
[]
|
[]
|
||||||
],
|
],
|
||||||
"base.py": [
|
"base.py": [
|
||||||
"7ef9c9b54cb4180b4ae91c5ff0e631eba6380559",
|
"7abb1660bae88841967e974c6934e4406bf5cee1",
|
||||||
[]
|
[]
|
||||||
],
|
],
|
||||||
"executorchrome.py": [
|
"executorchrome.py": [
|
||||||
|
@ -483970,7 +484118,7 @@
|
||||||
[]
|
[]
|
||||||
],
|
],
|
||||||
"helpers.js": [
|
"helpers.js": [
|
||||||
"56d941a3ed89382eb4d6a863444a9d57c5edccfe",
|
"5b30749bf377ca03aaa791b3a815033f9460cbda",
|
||||||
[]
|
[]
|
||||||
],
|
],
|
||||||
"resources": {
|
"resources": {
|
||||||
|
@ -484142,7 +484290,7 @@
|
||||||
[]
|
[]
|
||||||
],
|
],
|
||||||
"video-encoder-utils.js": [
|
"video-encoder-utils.js": [
|
||||||
"855531a76a6e3bedb263b0931e0160ceedda6552",
|
"0838260d31bc8f90d2d294341f078bef544d29bd",
|
||||||
[]
|
[]
|
||||||
],
|
],
|
||||||
"videoFrame-construction.crossOriginIsolated.https.any.js.headers": [
|
"videoFrame-construction.crossOriginIsolated.https.any.js.headers": [
|
||||||
|
@ -485074,7 +485222,7 @@
|
||||||
[]
|
[]
|
||||||
],
|
],
|
||||||
"fixtures.py": [
|
"fixtures.py": [
|
||||||
"d7ca4d0fab7f593e773a5014dd00edf8eab85dc4",
|
"7468e8b251f8f6f6e203d2a314f9480e397940e2",
|
||||||
[]
|
[]
|
||||||
],
|
],
|
||||||
"fixtures_bidi.py": [
|
"fixtures_bidi.py": [
|
||||||
|
@ -485086,7 +485234,7 @@
|
||||||
[]
|
[]
|
||||||
],
|
],
|
||||||
"helpers.py": [
|
"helpers.py": [
|
||||||
"dbc5abc2475cf53c4d24add726a12a2ff47175c5",
|
"0a8e1dc1a4f1d15873db3bc6663bcd1a64ebef40",
|
||||||
[]
|
[]
|
||||||
],
|
],
|
||||||
"html": {
|
"html": {
|
||||||
|
@ -527978,7 +528126,7 @@
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"computed-style-animation-parsing.html": [
|
"computed-style-animation-parsing.html": [
|
||||||
"15a1665be5ee13c66c434f6da48af42ac622baff",
|
"db51106fa8d83c73cfb57e0515e90340a6fb3f6f",
|
||||||
[
|
[
|
||||||
null,
|
null,
|
||||||
{}
|
{}
|
||||||
|
@ -528095,7 +528243,7 @@
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"animation-computed.html": [
|
"animation-computed.html": [
|
||||||
"f8d34b889ba19dfc7d9fd4d644da499b979d4166",
|
"2a70585aadcd148889a9d27ddd97be01968e951f",
|
||||||
[
|
[
|
||||||
null,
|
null,
|
||||||
{}
|
{}
|
||||||
|
@ -530570,7 +530718,7 @@
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"scope-nesting.html": [
|
"scope-nesting.html": [
|
||||||
"44e5b7536aed6c3e33cbdf32640270f55cbcac83",
|
"d299ba30370516a526ff96c971c9d459589f5514",
|
||||||
[
|
[
|
||||||
null,
|
null,
|
||||||
{}
|
{}
|
||||||
|
@ -541752,7 +541900,7 @@
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"clip-path-computed.html": [
|
"clip-path-computed.html": [
|
||||||
"8ec27a1472eac7cd5e0b4420a96f0b1c7ccfc793",
|
"481c1140b4d0c7564c89cf04d25b9228e5af9d86",
|
||||||
[
|
[
|
||||||
null,
|
null,
|
||||||
{}
|
{}
|
||||||
|
@ -545283,6 +545431,13 @@
|
||||||
{}
|
{}
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
|
"focused-element-nested-anchor.html": [
|
||||||
|
"727da4046e69c926da7cb74c7a74bd5600f3599b",
|
||||||
|
[
|
||||||
|
null,
|
||||||
|
{}
|
||||||
|
]
|
||||||
|
],
|
||||||
"focused-element-outside-scroller.html": [
|
"focused-element-outside-scroller.html": [
|
||||||
"73a5944856b19ff55219e446299513d0d65d589e",
|
"73a5944856b19ff55219e446299513d0d65d589e",
|
||||||
[
|
[
|
||||||
|
@ -559552,7 +559707,7 @@
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"getComputedStyle-pseudo.html": [
|
"getComputedStyle-pseudo.html": [
|
||||||
"35c5efe3fa83bd800e29714f3bc84ab3ded3244e",
|
"c07347a1973cf2fa9105907bbdd0015081bed417",
|
||||||
[
|
[
|
||||||
null,
|
null,
|
||||||
{}
|
{}
|
||||||
|
@ -563366,6 +563521,13 @@
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"parsing": {
|
"parsing": {
|
||||||
|
"invalid-pseudos.html": [
|
||||||
|
"a09572b6517a4e50b2babadcba90c15b49aa8191",
|
||||||
|
[
|
||||||
|
null,
|
||||||
|
{}
|
||||||
|
]
|
||||||
|
],
|
||||||
"parse-anplusb.html": [
|
"parse-anplusb.html": [
|
||||||
"b7cfd293515b67d5aa66bfe7b62262e1b64c0942",
|
"b7cfd293515b67d5aa66bfe7b62262e1b64c0942",
|
||||||
[
|
[
|
||||||
|
@ -564386,7 +564548,7 @@
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"HTMLModElement.html": [
|
"HTMLModElement.html": [
|
||||||
"850fe170a50d21c1a5cb5a042f05bd2fb062d3fd",
|
"cfdbba446477ff0f34cf3071493db0eda3e6e000",
|
||||||
[
|
[
|
||||||
null,
|
null,
|
||||||
{}
|
{}
|
||||||
|
@ -564400,7 +564562,7 @@
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"HTMLOptGroupElement.html": [
|
"HTMLOptGroupElement.html": [
|
||||||
"afa31bb465f33debae79cbc0cbef4de0db382680",
|
"ca34e81e3bbd78747a1c134e5b76ebe0cd24b288",
|
||||||
[
|
[
|
||||||
null,
|
null,
|
||||||
{}
|
{}
|
||||||
|
@ -603094,20 +603256,43 @@
|
||||||
{}
|
{}
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"dangling-markup-mitigation-data-url.tentative.sub.html": [
|
"dangling-markup": {
|
||||||
"f27735daa1dd650726525d72a48b91d58d62535b",
|
"dangling-markup-mitigation-data-url.tentative.sub.html": [
|
||||||
[
|
"f27735daa1dd650726525d72a48b91d58d62535b",
|
||||||
null,
|
[
|
||||||
{}
|
null,
|
||||||
|
{}
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"dangling-markup-mitigation.tentative.html": [
|
||||||
|
"61a931608ba5f3dc7f53f3f7a14ef5111737b07d",
|
||||||
|
[
|
||||||
|
null,
|
||||||
|
{}
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"media.html": [
|
||||||
|
"2649edcf32008566c8d05352d42057fdedd4fa39",
|
||||||
|
[
|
||||||
|
null,
|
||||||
|
{}
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"option.html": [
|
||||||
|
"f528bed999b4edb969948122bc3a64ab6429bfd7",
|
||||||
|
[
|
||||||
|
null,
|
||||||
|
{}
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"textarea.html": [
|
||||||
|
"c4b334edc99e867a393d9d1660ec3fea5c3cb84a",
|
||||||
|
[
|
||||||
|
null,
|
||||||
|
{}
|
||||||
|
]
|
||||||
]
|
]
|
||||||
],
|
},
|
||||||
"dangling-markup-mitigation.tentative.html": [
|
|
||||||
"61a931608ba5f3dc7f53f3f7a14ef5111737b07d",
|
|
||||||
[
|
|
||||||
null,
|
|
||||||
{}
|
|
||||||
]
|
|
||||||
],
|
|
||||||
"embedded-credentials.tentative.sub.html": [
|
"embedded-credentials.tentative.sub.html": [
|
||||||
"ca5ee1c87bd7c6764783c9c12a0fd8dd3d839a8e",
|
"ca5ee1c87bd7c6764783c9c12a0fd8dd3d839a8e",
|
||||||
[
|
[
|
||||||
|
@ -620032,7 +620217,7 @@
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"window-properties.https.html": [
|
"window-properties.https.html": [
|
||||||
"c61fb04ae24ab8ec4c9c385dc99e25f35891b756",
|
"2fb408cdc9967ddc069e6686833cd74f04afba10",
|
||||||
[
|
[
|
||||||
null,
|
null,
|
||||||
{}
|
{}
|
||||||
|
@ -669109,6 +669294,15 @@
|
||||||
{}
|
{}
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
|
"event-handler-onmove.html": [
|
||||||
|
"e4454a20a15fa2ae20d4caf1574f0b97be7dbc45",
|
||||||
|
[
|
||||||
|
null,
|
||||||
|
{
|
||||||
|
"testdriver": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
],
|
||||||
"event-handler-onresize.html": [
|
"event-handler-onresize.html": [
|
||||||
"0e44e7272f02513c6de0c5aecc96f09005ad7396",
|
"0e44e7272f02513c6de0c5aecc96f09005ad7396",
|
||||||
[
|
[
|
||||||
|
@ -688210,7 +688404,7 @@
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"permissions-policy-frame-policy-allowed-for-self.https.sub.html": [
|
"permissions-policy-frame-policy-allowed-for-self.https.sub.html": [
|
||||||
"1aa219bffe8883f19a57314f2c54b0fc4f0df04d",
|
"563b7a80ebeb138680dff508d8cb0e0f2d6f79d1",
|
||||||
[
|
[
|
||||||
null,
|
null,
|
||||||
{
|
{
|
||||||
|
@ -688228,7 +688422,7 @@
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"permissions-policy-frame-policy-allowed-for-some.https.sub.html": [
|
"permissions-policy-frame-policy-allowed-for-some.https.sub.html": [
|
||||||
"a27018e98f16589151e368fe922edcbc3475ea6d",
|
"4515679c184aa7cc3e4b5caafee306f653ba626d",
|
||||||
[
|
[
|
||||||
null,
|
null,
|
||||||
{
|
{
|
||||||
|
@ -688237,7 +688431,7 @@
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"permissions-policy-frame-policy-disallowed-for-all.https.sub.html": [
|
"permissions-policy-frame-policy-disallowed-for-all.https.sub.html": [
|
||||||
"e7869b1ea1a25309f47fadc01c9732fb3e77d8a9",
|
"8d5c3f43f439ca633234bcc873750c1ac0cea6a5",
|
||||||
[
|
[
|
||||||
null,
|
null,
|
||||||
{
|
{
|
||||||
|
@ -743927,8 +744121,34 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
|
"public-key-credential-creation-options-from-json.https.window.js": [
|
||||||
|
"c0f1a08cf903b8b0f504df08e56be00c3a1e3248",
|
||||||
|
[
|
||||||
|
"webauthn/public-key-credential-creation-options-from-json.https.window.html",
|
||||||
|
{
|
||||||
|
"script_metadata": [
|
||||||
|
[
|
||||||
|
"script",
|
||||||
|
"/resources/testdriver.js"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"script",
|
||||||
|
"/resources/testdriver-vendor.js"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"script",
|
||||||
|
"/resources/utils.js"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"script",
|
||||||
|
"helpers.js"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
],
|
||||||
"public-key-credential-to-json.https.window.js": [
|
"public-key-credential-to-json.https.window.js": [
|
||||||
"1fbd4341cc597eb1f0a5140a5fd8f608056fb255",
|
"8ef25132197dda690d7ad36f63307f4a4f8ef7f1",
|
||||||
[
|
[
|
||||||
"webauthn/public-key-credential-to-json.https.window.html",
|
"webauthn/public-key-credential-to-json.https.window.html",
|
||||||
{
|
{
|
||||||
|
@ -745818,7 +746038,7 @@
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"per-frame-qp-encoding.https.any.js": [
|
"per-frame-qp-encoding.https.any.js": [
|
||||||
"81cc6c27d4ff4045fdae6399b549eac2f02f6436",
|
"8ec96c3f7035d4d02953dea5a2185fe63844df9a",
|
||||||
[
|
[
|
||||||
"webcodecs/per-frame-qp-encoding.https.any.html?av1",
|
"webcodecs/per-frame-qp-encoding.https.any.html?av1",
|
||||||
{
|
{
|
||||||
|
@ -800588,12 +800808,10 @@
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"invalid.py": [
|
"invalid.py": [
|
||||||
"2a90af4da0b1b6e63b5cb01d4e9f013e287a8fe1",
|
"744bc0f7f79f86722fbf2f05bb8475c6cdfc9e23",
|
||||||
[
|
[
|
||||||
null,
|
null,
|
||||||
{
|
{}
|
||||||
"timeout": "long"
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"viewport.py": [
|
"viewport.py": [
|
||||||
|
@ -800658,12 +800876,10 @@
|
||||||
"input": {
|
"input": {
|
||||||
"perform_actions": {
|
"perform_actions": {
|
||||||
"invalid.py": [
|
"invalid.py": [
|
||||||
"f1e8c3c441a51a7bab58e0f9962f5548f11f6eb4",
|
"4ae3039f473e16ebe6350196822e8e5e7a4c00e3",
|
||||||
[
|
[
|
||||||
null,
|
null,
|
||||||
{
|
{}
|
||||||
"timeout": "long"
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"key.py": [
|
"key.py": [
|
||||||
|
@ -801110,12 +801326,10 @@
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"invalid.py": [
|
"invalid.py": [
|
||||||
"9de343955c8a260203f0a0beee962e0aa2ddaaf6",
|
"af94e86efe10c3e353f952111a3054d9d7525cff",
|
||||||
[
|
[
|
||||||
null,
|
null,
|
||||||
{
|
{}
|
||||||
"timeout": "long"
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"invalid_tentative.py": [
|
"invalid_tentative.py": [
|
||||||
|
@ -801624,12 +801838,10 @@
|
||||||
},
|
},
|
||||||
"element_clear": {
|
"element_clear": {
|
||||||
"clear.py": [
|
"clear.py": [
|
||||||
"22c07b6a8ce241a7166511c539765f1cd959edcb",
|
"9a0549ce4f25e17170b2a45ea1e89926c88dcb36",
|
||||||
[
|
[
|
||||||
null,
|
null,
|
||||||
{
|
{}
|
||||||
"timeout": "long"
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"user_prompts.py": [
|
"user_prompts.py": [
|
||||||
|
@ -802066,7 +802278,7 @@
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"stress.py": [
|
"stress.py": [
|
||||||
"b907a31f17e0167ff27a4e8ceb2ad44cd372b537",
|
"cbc5e28c903ed140d8a99d703be2b355e03536ae",
|
||||||
[
|
[
|
||||||
null,
|
null,
|
||||||
{
|
{
|
||||||
|
@ -802458,7 +802670,7 @@
|
||||||
},
|
},
|
||||||
"maximize_window": {
|
"maximize_window": {
|
||||||
"maximize.py": [
|
"maximize.py": [
|
||||||
"3cbd47043f5db726f8df04cc41fc51dacbc6120c",
|
"3a20a0d5589bd222c17530ad650311555d71ded9",
|
||||||
[
|
[
|
||||||
null,
|
null,
|
||||||
{
|
{
|
||||||
|
@ -802467,7 +802679,7 @@
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"stress.py": [
|
"stress.py": [
|
||||||
"986f6346e908d9cde7c66daa1069ab4920ac76b3",
|
"23f048e846b7b60f52d1f5424e4e7538c4538f4c",
|
||||||
[
|
[
|
||||||
null,
|
null,
|
||||||
{
|
{
|
||||||
|
@ -802487,7 +802699,7 @@
|
||||||
},
|
},
|
||||||
"minimize_window": {
|
"minimize_window": {
|
||||||
"minimize.py": [
|
"minimize.py": [
|
||||||
"ed02280a135f2b436bdef250d3511d5432efeea1",
|
"2ad5333ec54a79fd8306c17f093046a87b5aaf25",
|
||||||
[
|
[
|
||||||
null,
|
null,
|
||||||
{
|
{
|
||||||
|
@ -802496,7 +802708,7 @@
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"stress.py": [
|
"stress.py": [
|
||||||
"8990f12669d70aa9693d798c6d75105c6075c3d6",
|
"f9c8304bdc00a01481877de0452bb2d7f72448ac",
|
||||||
[
|
[
|
||||||
null,
|
null,
|
||||||
{
|
{
|
||||||
|
@ -802658,12 +802870,10 @@
|
||||||
},
|
},
|
||||||
"perform_actions": {
|
"perform_actions": {
|
||||||
"invalid.py": [
|
"invalid.py": [
|
||||||
"b0302131a0ac28b9c704806deaf4585f39919126",
|
"f000477376e7ccded56168f2e9f3d373cbd675aa",
|
||||||
[
|
[
|
||||||
null,
|
null,
|
||||||
{
|
{}
|
||||||
"timeout": "long"
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"key.py": [
|
"key.py": [
|
||||||
|
@ -802739,12 +802949,10 @@
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"pointer_mouse.py": [
|
"pointer_mouse.py": [
|
||||||
"914e9f65608cd66ebbcd439a5b933ed3e03c5006",
|
"f8683ce45156c7d79c49753eca04c55ffc2b4f16",
|
||||||
[
|
[
|
||||||
null,
|
null,
|
||||||
{
|
{}
|
||||||
"timeout": "long"
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"pointer_origin.py": [
|
"pointer_origin.py": [
|
||||||
|
@ -802762,21 +802970,17 @@
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"pointer_pen.py": [
|
"pointer_pen.py": [
|
||||||
"b846f7e7ed59350cbb72f7faa3746cc7742d4664",
|
"bf71a20c4d2ce89ffc40c4338deaefb5a4f41ddd",
|
||||||
[
|
[
|
||||||
null,
|
null,
|
||||||
{
|
{}
|
||||||
"timeout": "long"
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"pointer_touch.py": [
|
"pointer_touch.py": [
|
||||||
"ab49f1eed6d117a1b913e47763d6bf348429e6d8",
|
"b85b2e6ef38195d26e0e580edf34a141efc19eba",
|
||||||
[
|
[
|
||||||
null,
|
null,
|
||||||
{
|
{}
|
||||||
"timeout": "long"
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"pointer_tripleclick.py": [
|
"pointer_tripleclick.py": [
|
||||||
|
@ -802787,12 +802991,10 @@
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"sequence.py": [
|
"sequence.py": [
|
||||||
"f6c12220c450146a7a491b0fa9172264114debdc",
|
"7751762768c7aa4f6a9388318b881b5a302a165f",
|
||||||
[
|
[
|
||||||
null,
|
null,
|
||||||
{
|
{}
|
||||||
"timeout": "long"
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"user_prompts.py": [
|
"user_prompts.py": [
|
||||||
|
@ -802882,12 +803084,10 @@
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"sequence.py": [
|
"sequence.py": [
|
||||||
"65ad39fcbf788f4d1f0a9a032f161f8dc74875d8",
|
"348f81694605a38990f0309100ca610e9683e68b",
|
||||||
[
|
[
|
||||||
null,
|
null,
|
||||||
{
|
{}
|
||||||
"timeout": "long"
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -802920,7 +803120,7 @@
|
||||||
},
|
},
|
||||||
"set_window_rect": {
|
"set_window_rect": {
|
||||||
"set.py": [
|
"set.py": [
|
||||||
"af37c2f70d32c30f2aed2f88883c70249ba96865",
|
"5295c44fddb5d8503b2c6a743080f53c7724441b",
|
||||||
[
|
[
|
||||||
null,
|
null,
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
[mix-blend-mode-animation.html]
|
[mix-blend-mode-animation.html]
|
||||||
expected: FAIL
|
expected: TIMEOUT
|
||||||
|
|
|
@ -10,3 +10,9 @@
|
||||||
|
|
||||||
[Test an animation name that is the same as a possible animation direction.]
|
[Test an animation name that is the same as a possible animation direction.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
[Test an animation name that is the same as a possible animation timing-function.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Test an animation name that is the same as a possible animation iteration-count.]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -34,3 +34,12 @@
|
||||||
|
|
||||||
[Default animation value]
|
[Default animation value]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
[Property animation value 'ease-in-out']
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Property animation value 'none, none']
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Animation with a delay but no duration]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
[color-mix-currentcolor-background-repaint-parent.html]
|
||||||
|
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
||||||
|
[color-mix-currentcolor-background-repaint.html]
|
||||||
|
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
||||||
|
[color-mix-currentcolor-border-repaint-parent.html]
|
||||||
|
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
||||||
|
[color-mix-currentcolor-border-repaint.html]
|
||||||
|
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
||||||
|
[color-mix-currentcolor-outline-repaint-parent.html]
|
||||||
|
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
||||||
|
[color-mix-currentcolor-outline-repaint.html]
|
||||||
|
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
||||||
|
[at-supports-selector-webkit-slider-thumb.tentative.html]
|
||||||
|
expected: FAIL
|
|
@ -137,15 +137,9 @@
|
||||||
[Matching font-style: 'oblique -21deg' should prefer 'oblique 0deg' over 'oblique 30deg 60deg']
|
[Matching font-style: 'oblique -21deg' should prefer 'oblique 0deg' over 'oblique 30deg 60deg']
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Matching font-style: 'oblique -20deg' should prefer 'oblique 0deg' over 'oblique 30deg 60deg']
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Matching font-style: 'oblique -21deg' should prefer 'oblique 30deg 60deg' over 'oblique 40deg 50deg']
|
[Matching font-style: 'oblique -21deg' should prefer 'oblique 30deg 60deg' over 'oblique 40deg 50deg']
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Matching font-weight: '430' should prefer '420 440' over '450 460']
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Matching font-weight: '430' should prefer '450 460' over '500']
|
[Matching font-weight: '430' should prefer '450 460' over '500']
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -164,9 +158,6 @@
|
||||||
[Matching font-style: 'italic' should prefer 'oblique 0deg' over 'oblique -60deg -30deg']
|
[Matching font-style: 'italic' should prefer 'oblique 0deg' over 'oblique -60deg -30deg']
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Matching font-style: 'oblique 21deg' should prefer 'oblique 40deg 50deg' over 'oblique 20deg']
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Matching font-style: 'oblique 10deg' should prefer 'italic' over 'oblique 0deg']
|
[Matching font-style: 'oblique 10deg' should prefer 'italic' over 'oblique 0deg']
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -185,9 +176,6 @@
|
||||||
[Matching font-style: 'oblique -21deg' should prefer 'oblique -10deg' over 'italic']
|
[Matching font-style: 'oblique -21deg' should prefer 'oblique -10deg' over 'italic']
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Matching font-weight: '430' should prefer '350 399' over '340 398']
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Matching font-weight: '501' should prefer '450 460' over '390 410']
|
[Matching font-weight: '501' should prefer '450 460' over '390 410']
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -245,12 +233,6 @@
|
||||||
[Matching font-stretch: '100%' should prefer '110% 120%' over '115% 116%']
|
[Matching font-stretch: '100%' should prefer '110% 120%' over '115% 116%']
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Matching font-stretch: '90%' should prefer '60% 70%' over '110% 140%']
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Matching font-style: 'italic' should prefer 'normal' over 'oblique 0deg']
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Matching font-style: 'oblique 21deg' should prefer 'oblique 10deg' over 'italic']
|
[Matching font-style: 'oblique 21deg' should prefer 'oblique 10deg' over 'italic']
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -296,9 +278,6 @@
|
||||||
[Matching font-style: 'oblique 10deg' should prefer 'oblique 0deg' over 'oblique -50deg -20deg']
|
[Matching font-style: 'oblique 10deg' should prefer 'oblique 0deg' over 'oblique -50deg -20deg']
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Matching font-style: 'oblique 0deg' should prefer 'oblique 5deg' over 'oblique 15deg 20deg']
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Matching font-style: 'oblique -21deg' should prefer 'oblique -21deg' over 'oblique -60deg -40deg']
|
[Matching font-style: 'oblique -21deg' should prefer 'oblique -21deg' over 'oblique -60deg -40deg']
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -308,9 +287,6 @@
|
||||||
[Matching font-style: 'oblique 20deg' should prefer 'oblique 20deg' over 'oblique 30deg 60deg']
|
[Matching font-style: 'oblique 20deg' should prefer 'oblique 20deg' over 'oblique 30deg 60deg']
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Matching font-style: 'oblique 20deg' should prefer 'oblique 40deg 50deg' over 'oblique 10deg']
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Matching font-style: 'oblique 20deg' should prefer 'oblique -50deg -20deg' over 'oblique -40deg -30deg']
|
[Matching font-style: 'oblique 20deg' should prefer 'oblique -50deg -20deg' over 'oblique -40deg -30deg']
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
[no-transition-from-ua-to-blocking-stylesheet.html]
|
||||||
|
expected: TIMEOUT
|
|
@ -52,3 +52,6 @@
|
||||||
|
|
||||||
[Unknown pseudo-element with a known identifier: view-transition-new(name)]
|
[Unknown pseudo-element with a known identifier: view-transition-new(name)]
|
||||||
expected: PRECONDITION_FAILED
|
expected: PRECONDITION_FAILED
|
||||||
|
|
||||||
|
[Resolution of width is correct when pseudo-element argument is invalid (due to a trailing token)]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -1,2 +1,24 @@
|
||||||
[HTMLModElement.html]
|
[HTMLModElement.html]
|
||||||
expected: ERROR
|
[cite on ins use HTMLModElement must enqueue an attributeChanged reaction when adding cite content attribute]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[cite on ins use HTMLModElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[dateTime on ins use HTMLModElement must enqueue an attributeChanged reaction when adding datetime content attribute]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[dateTime on ins use HTMLModElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[cite on del use HTMLModElement must enqueue an attributeChanged reaction when adding cite content attribute]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[cite on del use HTMLModElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[dateTime on del use HTMLModElement must enqueue an attributeChanged reaction when adding datetime content attribute]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[dateTime on del use HTMLModElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -1,2 +1,6 @@
|
||||||
[HTMLOptGroupElement.html]
|
[HTMLOptGroupElement.html]
|
||||||
expected: ERROR
|
[label on HTMLOptGroupElement must enqueue an attributeChanged reaction when adding a new attribute]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[label on HTMLOptGroupElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
[webkit-transition-end-event.html]
|
[webkit-transition-end-event.html]
|
||||||
|
expected: TIMEOUT
|
||||||
[dispatchEvent of an transitionend event does not trigger a prefixed event handler or listener]
|
[dispatchEvent of an transitionend event does not trigger a prefixed event handler or listener]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -12,16 +13,25 @@
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[event types for prefixed and unprefixed transitionend event listeners should be named appropriately]
|
[event types for prefixed and unprefixed transitionend event listeners should be named appropriately]
|
||||||
expected: FAIL
|
expected: NOTRUN
|
||||||
|
|
||||||
[ontransitionend and onwebkittransitionend are not aliases]
|
[ontransitionend and onwebkittransitionend are not aliases]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[webkitTransitionEnd event listener should trigger for an animation]
|
[webkitTransitionEnd event listener should trigger for an animation]
|
||||||
expected: FAIL
|
expected: TIMEOUT
|
||||||
|
|
||||||
[dispatchEvent of a webkitTransitionEnd event does trigger a prefixed event handler or listener]
|
[dispatchEvent of a webkitTransitionEnd event does trigger a prefixed event handler or listener]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[onwebkittransitionend event handler should not trigger if an unprefixed event handler also exists]
|
[onwebkittransitionend event handler should not trigger if an unprefixed event handler also exists]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
[webkitTransitionEnd event listener should not trigger if an unprefixed listener also exists]
|
||||||
|
expected: NOTRUN
|
||||||
|
|
||||||
|
[webkitTransitionEnd event listener should not trigger if an unprefixed event handler also exists]
|
||||||
|
expected: NOTRUN
|
||||||
|
|
||||||
|
[webkitTransitionEnd event listener is case sensitive]
|
||||||
|
expected: NOTRUN
|
||||||
|
|
|
@ -185,3 +185,6 @@
|
||||||
|
|
||||||
[border-image sec-fetch-site - HTTPS downgrade (header not sent)]
|
[border-image sec-fetch-site - HTTPS downgrade (header not sent)]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
[background-image sec-fetch-site - HTTPS downgrade (header not sent)]
|
||||||
|
expected: TIMEOUT
|
||||||
|
|
|
@ -41,6 +41,3 @@
|
||||||
|
|
||||||
[sec-fetch-site - HTTPS downgrade-upgrade, no attributes]
|
[sec-fetch-site - HTTPS downgrade-upgrade, no attributes]
|
||||||
expected: NOTRUN
|
expected: NOTRUN
|
||||||
|
|
||||||
[sec-fetch-site - Not sent to non-trustworthy same-origin destination, no attributes]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
[dangling-markup-mitigation-data-url.tentative.sub.html]
|
[dangling-markup-mitigation-data-url.tentative.sub.html]
|
||||||
type: testharness
|
|
||||||
[<img id="dangling" src="data:image/svg+xml;utf8,\\n <svg width='1' height='1' xmlns='http://www.w3.org/2000/svg'>\\n <rect width='100%' height='100%' fill='rebeccapurple'/>\\n <rect x='10%' y='10%' width='80%' height='80%' fill='lightgreen'/>\\n </svg>">]
|
[<img id="dangling" src="data:image/svg+xml;utf8,\\n <svg width='1' height='1' xmlns='http://www.w3.org/2000/svg'>\\n <rect width='100%' height='100%' fill='rebeccapurple'/>\\n <rect x='10%' y='10%' width='80%' height='80%' fill='lightgreen'/>\\n </svg>">]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[<iframe id="dangling"\\n src="data:text/html,\\n <img\\n onload='window.parent.postMessage("loaded", "*");'\\n onerror='window.parent.postMessage("error", "*");'\\n src='http://web-platform.test:8000/images/green-256x256.png?&amp;#10;<'>\\n ">\\n </iframe>]
|
|
||||||
expected: TIMEOUT
|
|
||||||
|
|
||||||
[<iframe id="dangling"\\n src="data:text/html,\\n <img\\n onload='window.parent.postMessage("loaded", "*");'\\n onerror='window.parent.postMessage("error", "*");'\\n src='http://web-platform.test:8000/images/gr een-256x256.png?<'>\\n ">\\n </iframe>]
|
[<iframe id="dangling"\\n src="data:text/html,\\n <img\\n onload='window.parent.postMessage("loaded", "*");'\\n onerror='window.parent.postMessage("error", "*");'\\n src='http://web-platform.test:8000/images/gr een-256x256.png?<'>\\n ">\\n </iframe>]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -23,4 +19,3 @@
|
||||||
|
|
||||||
[<iframe id="dangling"\\n src="\\rdata:text/html,\\n <img\\n onload='window.parent.postMessage("loaded", "*");'\\n onerror='window.parent.postMessage("error", "*");'\\n src='http://web-platform.test:8000/images/gr een-256x256.png?<'>\\n ">\\n </iframe>]
|
[<iframe id="dangling"\\n src="\\rdata:text/html,\\n <img\\n onload='window.parent.postMessage("loaded", "*");'\\n onerror='window.parent.postMessage("error", "*");'\\n src='http://web-platform.test:8000/images/gr een-256x256.png?<'>\\n ">\\n </iframe>]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
[dangling-markup-mitigation.tentative.html]
|
[dangling-markup-mitigation.tentative.html]
|
||||||
type: testharness
|
|
||||||
[Fetch: /images/gre\\nen-1x1.png?img=<]
|
[Fetch: /images/gre\\nen-1x1.png?img=<]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
[media.html]
|
||||||
|
[Should not load audio with dangling markup in URL]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Should not load video with dangling markup in URL]
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,18 @@
|
||||||
|
[option.html]
|
||||||
|
[ <form action="/resource-timing/resources/document-navigated.html" method="post"> <input type="submit"> <select name="dangling"><option> ]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[ <div> <form action="/resource-timing/resources/document-navigated.html" method="post"> <input type="submit"> <select name="dangling"><option> ]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[ <form action="/resource-timing/resources/document-navigated.html" method="post" id="form"> <input type="submit"> </form> <select name="dangling" form="form"><option> ]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[ <form action="/resource-timing/resources/document-navigated.html" method="post"> <input type="submit"> <select name="dangling"><option label="yay"> ]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[ <div> <form action="/resource-timing/resources/document-navigated.html" method="post"> <input type="submit"> <select name="dangling"><option label="yay"> ]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[ <form action="/resource-timing/resources/document-navigated.html" method="post" id="form"> <input type="submit"> </form> <select name="dangling" form="form"><option label="yay"> ]
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
||||||
|
[textarea.html]
|
||||||
|
[ <form action="/resource-timing/resources/document-navigated.html" method="post"> <input type="submit"> <textarea name="dangling"> ]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[ <div> <form action="/resource-timing/resources/document-navigated.html" method="post"> <input type="submit"> <textarea name="dangling"> ]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[ <form action="/resource-timing/resources/document-navigated.html" method="post" id="form"> <input type="submit"> </form> <textarea name="dangling" form="form"> ]
|
||||||
|
expected: FAIL
|
|
@ -5,8 +5,5 @@
|
||||||
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='about:blank?foo']
|
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='about:blank?foo']
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='about:blank']
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='about:blank#foo']
|
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='about:blank#foo']
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
|
@ -10,6 +10,3 @@
|
||||||
|
|
||||||
[load event does not fire on window.open('about:blank?foo')]
|
[load event does not fire on window.open('about:blank?foo')]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[load event does not fire on window.open('about:blank')]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -4,6 +4,3 @@
|
||||||
|
|
||||||
[Test javascript URL string return values in direct and indirect (target) frame contexts. 9]
|
[Test javascript URL string return values in direct and indirect (target) frame contexts. 9]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[0041 set in href="" targeting a frame and clicked]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
[navigation-unload-same-origin.window.html]
|
||||||
|
[Same-origin navigation started from unload handler must be ignored]
|
||||||
|
expected: FAIL
|
|
@ -1,3 +1,3 @@
|
||||||
[traverse_the_history_5.html]
|
[traverse_the_history_2.html]
|
||||||
[Multiple history traversals, last would be aborted]
|
[Multiple history traversals, last would be aborted]
|
||||||
expected: FAIL
|
expected: FAIL
|
|
@ -40,3 +40,6 @@
|
||||||
|
|
||||||
[Window method: createImageBitmap]
|
[Window method: createImageBitmap]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
[Window attribute: onmove]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
[document-base-url-window-initiator-is-not-opener.https.window.html]
|
[document-base-url-window-initiator-is-not-opener.https.window.html]
|
||||||
|
expected: TIMEOUT
|
||||||
[window.open() gets base url from initiator not opener.]
|
[window.open() gets base url from initiator not opener.]
|
||||||
expected: [FAIL, PASS, TIMEOUT]
|
expected: [FAIL, PASS, TIMEOUT]
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
[autofocus-dialog.html]
|
[autofocus-dialog.html]
|
||||||
expected: TIMEOUT
|
|
||||||
[<dialog> can contain autofocus, without stopping page autofocus content from working]
|
[<dialog> can contain autofocus, without stopping page autofocus content from working]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[<dialog>-contained autofocus element gets focused when the dialog is shown]
|
[<dialog>-contained autofocus element gets focused when the dialog is shown]
|
||||||
expected: TIMEOUT
|
expected: FAIL
|
||||||
|
|
|
@ -181,3 +181,6 @@
|
||||||
|
|
||||||
[multipart/form-data: 0x00 in name (normal form)]
|
[multipart/form-data: 0x00 in name (normal form)]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
[multipart/form-data: \\r\\n in value (normal form)]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -181,3 +181,6 @@
|
||||||
|
|
||||||
[application/x-www-form-urlencoded: \\r\\n in filename (formdata event)]
|
[application/x-www-form-urlencoded: \\r\\n in filename (formdata event)]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
[application/x-www-form-urlencoded: backslash in value (normal form)]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[async-script.html?reload]
|
||||||
|
expected: ERROR
|
||||||
|
|
||||||
|
[async-script.html?default]
|
|
@ -0,0 +1,3 @@
|
||||||
|
[DOMContentLoaded-defer.html]
|
||||||
|
[The end: DOMContentLoaded and defer scripts]
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[module-tla-delayed.html]
|
||||||
|
[document.write in an imported module]
|
||||||
|
expected: FAIL
|
|
@ -2,3 +2,6 @@
|
||||||
expected: TIMEOUT
|
expected: TIMEOUT
|
||||||
[The incumbent settings object while executing the compiled callback via Web IDL's invoke must be that of the node document]
|
[The incumbent settings object while executing the compiled callback via Web IDL's invoke must be that of the node document]
|
||||||
expected: TIMEOUT
|
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
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
[promise-job-entry-different-function-realm.html]
|
[promise-job-entry-different-function-realm.html]
|
||||||
expected: TIMEOUT
|
|
||||||
[Fulfillment handler on fulfilled promise]
|
[Fulfillment handler on fulfilled promise]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Rejection handler on pending-then-rejected promise]
|
[Rejection handler on pending-then-rejected promise]
|
||||||
expected: TIMEOUT
|
expected: FAIL
|
||||||
|
|
||||||
[Thenable resolution]
|
[Thenable resolution]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
@ -13,4 +12,4 @@
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Fulfillment handler on pending-then-fulfilled promise]
|
[Fulfillment handler on pending-then-fulfilled promise]
|
||||||
expected: TIMEOUT
|
expected: FAIL
|
||||||
|
|
|
@ -1,10 +1,25 @@
|
||||||
[nested-context-navigations-iframe.html]
|
[nested-context-navigations-iframe.html]
|
||||||
expected: TIMEOUT
|
expected: TIMEOUT
|
||||||
[Test that iframe refreshes are not observable by the parent]
|
[Test that iframe refreshes are not observable by the parent]
|
||||||
expected: TIMEOUT
|
expected: NOTRUN
|
||||||
|
|
||||||
[Test that crossorigin iframe refreshes are not observable by the parent]
|
[Test that crossorigin iframe refreshes are not observable by the parent]
|
||||||
expected: NOTRUN
|
expected: NOTRUN
|
||||||
|
|
||||||
[Test that cross-site iframe refreshes are not observable by the parent]
|
[Test that cross-site iframe refreshes are not observable by the parent]
|
||||||
expected: NOTRUN
|
expected: NOTRUN
|
||||||
|
|
||||||
|
[Test that crossorigin iframe navigations are not observable by the parent, even after history navigations by the parent]
|
||||||
|
expected: TIMEOUT
|
||||||
|
|
||||||
|
[Test that cross-site iframe navigations are not observable by the parent, even after history navigations by the parent]
|
||||||
|
expected: NOTRUN
|
||||||
|
|
||||||
|
[Test that iframe navigations are not observable by the parent]
|
||||||
|
expected: NOTRUN
|
||||||
|
|
||||||
|
[Test that crossorigin iframe navigations are not observable by the parent]
|
||||||
|
expected: NOTRUN
|
||||||
|
|
||||||
|
[Test that cross-site iframe navigations are not observable by the parent]
|
||||||
|
expected: NOTRUN
|
||||||
|
|
|
@ -703,3 +703,6 @@
|
||||||
|
|
||||||
[X SNR (-392.77607973643745 dB) is not greater than or equal to 65.737. Got -392.77607973643745.]
|
[X SNR (-392.77607973643745 dB) is not greater than or equal to 65.737. Got -392.77607973643745.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
[X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[15073\]\t-1.7331029795529246e-29\t6.4605611562728882e-1\t6.4605611562728882e-1\t1.0000000000000000e+0\t3.8985999999999999e-3\n\t[15074\]\t2.5936898589134216e-1\t5.9696805477142334e-1\t3.3759906888008118e-1\t5.6552283858697683e-1\t3.8985999999999999e-3\n\tMax AbsError of 6.4605611562728882e-1 at index of 15073.\n\tMax RelError of 1.0000000000000000e+0 at index of 15073.\n]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
[017.html]
|
|
||||||
expected: TIMEOUT
|
|
||||||
[origin of the script that invoked the method, about:blank]
|
|
||||||
expected: TIMEOUT
|
|
4
tests/wpt/meta/webmessaging/with-ports/018.html.ini
Normal file
4
tests/wpt/meta/webmessaging/with-ports/018.html.ini
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
[018.html]
|
||||||
|
expected: TIMEOUT
|
||||||
|
[origin of the script that invoked the method, javascript:]
|
||||||
|
expected: TIMEOUT
|
|
@ -1,4 +0,0 @@
|
||||||
[017.html]
|
|
||||||
expected: TIMEOUT
|
|
||||||
[origin of the script that invoked the method, about:blank]
|
|
||||||
expected: TIMEOUT
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[localstorage-about-blank-3P-iframe-opens-3P-window.partitioned.tentative.html]
|
||||||
|
expected: TIMEOUT
|
||||||
|
[StorageKey: test 3P about:blank window opened from a 3P iframe]
|
||||||
|
expected: TIMEOUT
|
|
@ -1,3 +1,4 @@
|
||||||
[import-in-moduleworker.html]
|
[import-in-moduleworker.html]
|
||||||
|
expected: ERROR
|
||||||
[Base URL in module dedicated workers: import]
|
[Base URL in module dedicated workers: import]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue