From 35b828da755fdf714a082834917ae584d1942efa Mon Sep 17 00:00:00 2001 From: WPT Sync Bot Date: Sun, 16 Jun 2019 10:25:29 +0000 Subject: [PATCH] Update web-platform-tests to revision 4100d1d51b885185c50902397f7d203d89efc24c --- .../FileAPI/url/url-with-fetch.any.js.ini | 3 + tests/wpt/metadata/MANIFEST.json | 340 +++++++++++++++--- .../text-underline-offset-001.html.ini | 2 + .../matchMedia-display-none-iframe.html.ini | 2 - .../backdrop-filter-plus-filter.html.ini | 2 + .../fetch/content-type/response.window.js.ini | 18 +- .../fetch/content-type/script.window.js.ini | 13 +- .../nosniff/parsing-nosniff.window.js.ini | 6 + ...ml.ini => traverse_the_history_4.html.ini} | 2 +- ...s-negative-innerwidth-innerheight.html.ini | 19 + ...features-negative-screenx-screeny.html.ini | 19 + .../open-features-negative-top-left.html.ini | 19 + ...en-features-negative-width-height.html.ini | 19 + .../open-features-non-integer-height.html.ini | 34 +- ...-features-non-integer-innerheight.html.ini | 28 +- ...n-features-non-integer-innerwidth.html.ini | 28 +- .../open-features-non-integer-left.html.ini | 28 +- ...open-features-non-integer-screenx.html.ini | 28 +- ...open-features-non-integer-screeny.html.ini | 28 +- .../open-features-non-integer-width.html.ini | 34 +- .../tests/set_window_rect/set.py.ini | 3 + .../Worker/Worker-constructor.html.ini | 2 - .../css/transition_calc_implicit.html.ini | 2 - .../web-platform-tests/.azure-pipelines.yml | 38 +- ...g-grid-container-containing-block-001.html | 1 + ...positioning-grid-container-parent-001.html | 1 + ...positioned-children-writing-modes-001.html | 1 + .../grid-positioned-items-background-001.html | 1 + ...d-positioned-items-background-rtl-001.html | 1 + ...id-positioned-items-implicit-grid-001.html | 1 + ...sitioned-items-implicit-grid-line-001.html | 1 + ...ned-items-unknown-named-grid-line-001.html | 1 + .../grid-sizing-positioned-items-001.html | 1 + ...should-not-create-implicit-tracks-001.html | 1 + ...id-items-should-not-take-up-space-001.html | 1 + .../css-overflow/overfow-outside-padding.html | 69 ++++ .../text-underline-offset-001-notref.html | 32 ++ .../text-underline-offset-002-ref.html | 33 ++ .../text-underline-offset-001.html | 40 +++ .../text-underline-offset-002.html | 43 +++ ...tComputedStyle-width-scroll.tentative.html | 26 ++ .../backdrop-filter-edge-clipping.html | 62 ++++ .../backdrop-filter-plus-filter-ref.html | 49 +++ .../backdrop-filter-plus-filter.html | 45 +++ .../track-webvtt-non-snap-to-lines-ref.html | 8 +- .../track-webvtt-non-snap-to-lines.html | 2 +- ...tt-two-cue-layout-after-first-end-ref.html | 8 +- ...webvtt-two-cue-layout-after-first-end.html | 24 +- .../interfaces/geometry.idl | 1 + .../web-platform-tests/interfaces/web-nfc.idl | 2 +- .../web-platform-tests/interfaces/webrtc.idl | 2 +- .../web-platform-tests/interfaces/webxr.idl | 24 +- .../root-margin-root-element.html | 90 +++++ .../direction/direction-overall-ref.html | 51 +++ .../direction/direction-overall.html | 61 ++++ .../direction/direction-token-ref.html | 20 ++ .../direction/direction-token.html | 23 ++ .../direction/direction.html | 38 ++ .../media-source/mediasource-play.html | 1 + ...aStream-MediaElement-firstframe.https.html | 7 +- ...iaStream-MediaElement-srcObject.https.html | 255 +++++++++++-- .../mediasession/setactionhandler.html | 1 + .../fetch-event-async-respond-with.https.html | 6 +- .../change-sync-for-nested-use-ref.html | 16 + .../reftests/change-sync-for-nested-use.html | 30 ++ .../wpt/web-platform-tests/tools/lint/lint.py | 10 +- .../web-platform-tests/tools/lint/rules.py | 5 + .../tools/lint/tests/test_path_lints.py | 14 +- .../tools/wptrunner/setup.py | 1 - .../Element-insertAdjacentText.tentative.html | 37 ++ ...sertion-into-script-element.tentative.html | 67 ++++ .../NFCErrorEvent_constructor.https.html | 9 + .../NFCReadingEvent_constructor.https.html | 23 ++ .../web-nfc/NFCWriter_push.https.html | 13 - .../web-nfc/idlharness.https.window.js | 2 +- .../webrtc/idlharness.https.window.js | 2 +- ...es_overlapping_completely_move_up-ref.html | 24 +- ...ues_overlapping_partially_move_up-ref.html | 28 +- .../align_center_position_gt_50-ref.html | 4 +- .../align_center_position_lt_50-ref.html | 4 +- ...sition_lt_50_size_gt_maximum_size-ref.html | 4 +- .../align_center_wrapped-ref.html | 2 +- .../align_end_wrapped-ref.html | 2 +- .../align_start_wrapped-ref.html | 2 +- .../bidi/start_alignment-ref.html | 41 +++ .../bidi/start_alignment.html | 19 + .../navigate_cue_position-1.html | 2 +- .../navigate_cue_position-ref-1.html | 4 +- .../2_cues_overlapping_completely_move_up.vtt | 4 +- .../2_cues_overlapping_partially_move_up.vtt | 4 +- .../support/start_alignment.vtt | 5 + 91 files changed, 1837 insertions(+), 292 deletions(-) create mode 100644 tests/wpt/metadata/css/css-text-decor/text-underline-offset-001.html.ini delete mode 100644 tests/wpt/metadata/css/cssom-view/matchMedia-display-none-iframe.html.ini create mode 100644 tests/wpt/metadata/css/filter-effects/backdrop-filter-plus-filter.html.ini rename tests/wpt/metadata/html/browsers/history/the-history-interface/{traverse_the_history_5.html.ini => traverse_the_history_4.html.ini} (71%) delete mode 100644 tests/wpt/metadata/workers/constructors/Worker/Worker-constructor.html.ini delete mode 100644 tests/wpt/mozilla/meta/css/transition_calc_implicit.html.ini create mode 100644 tests/wpt/web-platform-tests/css/css-overflow/overfow-outside-padding.html create mode 100644 tests/wpt/web-platform-tests/css/css-text-decor/reference/text-underline-offset-001-notref.html create mode 100644 tests/wpt/web-platform-tests/css/css-text-decor/reference/text-underline-offset-002-ref.html create mode 100644 tests/wpt/web-platform-tests/css/css-text-decor/text-underline-offset-001.html create mode 100644 tests/wpt/web-platform-tests/css/css-text-decor/text-underline-offset-002.html create mode 100644 tests/wpt/web-platform-tests/css/cssom/getComputedStyle-width-scroll.tentative.html create mode 100644 tests/wpt/web-platform-tests/css/filter-effects/backdrop-filter-edge-clipping.html create mode 100644 tests/wpt/web-platform-tests/css/filter-effects/backdrop-filter-plus-filter-ref.html create mode 100644 tests/wpt/web-platform-tests/css/filter-effects/backdrop-filter-plus-filter.html create mode 100644 tests/wpt/web-platform-tests/intersection-observer/root-margin-root-element.html create mode 100644 tests/wpt/web-platform-tests/mathml/presentation-markup/direction/direction-overall-ref.html create mode 100644 tests/wpt/web-platform-tests/mathml/presentation-markup/direction/direction-overall.html create mode 100644 tests/wpt/web-platform-tests/mathml/presentation-markup/direction/direction-token-ref.html create mode 100644 tests/wpt/web-platform-tests/mathml/presentation-markup/direction/direction-token.html create mode 100644 tests/wpt/web-platform-tests/mathml/presentation-markup/direction/direction.html create mode 100644 tests/wpt/web-platform-tests/svg/render/reftests/change-sync-for-nested-use-ref.html create mode 100644 tests/wpt/web-platform-tests/svg/render/reftests/change-sync-for-nested-use.html create mode 100644 tests/wpt/web-platform-tests/trusted-types/Element-insertAdjacentText.tentative.html create mode 100644 tests/wpt/web-platform-tests/trusted-types/block-text-node-insertion-into-script-element.tentative.html create mode 100644 tests/wpt/web-platform-tests/webvtt/rendering/cues-with-video/processing-model/bidi/start_alignment-ref.html create mode 100644 tests/wpt/web-platform-tests/webvtt/rendering/cues-with-video/processing-model/bidi/start_alignment.html create mode 100644 tests/wpt/web-platform-tests/webvtt/rendering/cues-with-video/processing-model/support/start_alignment.vtt diff --git a/tests/wpt/metadata/FileAPI/url/url-with-fetch.any.js.ini b/tests/wpt/metadata/FileAPI/url/url-with-fetch.any.js.ini index 947e223fb28f..3b874fc17488 100644 --- a/tests/wpt/metadata/FileAPI/url/url-with-fetch.any.js.ini +++ b/tests/wpt/metadata/FileAPI/url/url-with-fetch.any.js.ini @@ -34,3 +34,6 @@ [Revoke blob URL after creating Request, will fetch] expected: FAIL + [Revoke blob URL after calling fetch, fetch should succeed] + expected: FAIL + diff --git a/tests/wpt/metadata/MANIFEST.json b/tests/wpt/metadata/MANIFEST.json index b61081ad02dc..a8f266ecbb8b 100644 --- a/tests/wpt/metadata/MANIFEST.json +++ b/tests/wpt/metadata/MANIFEST.json @@ -141767,6 +141767,30 @@ {} ] ], + "css/css-text-decor/text-underline-offset-001.html": [ + [ + "css/css-text-decor/text-underline-offset-001.html", + [ + [ + "/css/css-text-decor/reference/text-underline-offset-001-notref.html", + "!=" + ] + ], + {} + ] + ], + "css/css-text-decor/text-underline-offset-002.html": [ + [ + "css/css-text-decor/text-underline-offset-002.html", + [ + [ + "/css/css-text-decor/reference/text-underline-offset-002-ref.html", + "==" + ] + ], + {} + ] + ], "css/css-text/boundary-shaping/boundary-shaping-001.html": [ [ "css/css-text/boundary-shaping/boundary-shaping-001.html", @@ -176977,6 +177001,18 @@ {} ] ], + "css/filter-effects/backdrop-filter-edge-clipping.html": [ + [ + "css/filter-effects/backdrop-filter-edge-clipping.html", + [ + [ + "/css/filter-effects/backdrop-filter-paint-order-ref.html", + "==" + ] + ], + {} + ] + ], "css/filter-effects/backdrop-filter-edge-pixels.html": [ [ "css/filter-effects/backdrop-filter-edge-pixels.html", @@ -177049,6 +177085,18 @@ {} ] ], + "css/filter-effects/backdrop-filter-plus-filter.html": [ + [ + "css/filter-effects/backdrop-filter-plus-filter.html", + [ + [ + "/css/filter-effects/backdrop-filter-plus-filter-ref.html", + "==" + ] + ], + {} + ] + ], "css/filter-effects/backdrop-filter-reference-filter.html": [ [ "css/filter-effects/backdrop-filter-reference-filter.html", @@ -201125,6 +201173,30 @@ {} ] ], + "mathml/presentation-markup/direction/direction-overall.html": [ + [ + "mathml/presentation-markup/direction/direction-overall.html", + [ + [ + "/mathml/presentation-markup/direction/direction-overall-ref.html", + "==" + ] + ], + {} + ] + ], + "mathml/presentation-markup/direction/direction-token.html": [ + [ + "mathml/presentation-markup/direction/direction-token.html", + [ + [ + "/mathml/presentation-markup/direction/direction-token-ref.html", + "==" + ] + ], + {} + ] + ], "mathml/presentation-markup/fractions/frac-bar-001.html": [ [ "mathml/presentation-markup/fractions/frac-bar-001.html", @@ -202805,6 +202877,18 @@ {} ] ], + "svg/render/reftests/change-sync-for-nested-use.html": [ + [ + "svg/render/reftests/change-sync-for-nested-use.html", + [ + [ + "/svg/render/reftests/change-sync-for-nested-use-ref.html", + "==" + ] + ], + {} + ] + ], "svg/render/reftests/filter-effects-on-pattern.html": [ [ "svg/render/reftests/filter-effects-on-pattern.html", @@ -203705,6 +203789,18 @@ {} ] ], + "webvtt/rendering/cues-with-video/processing-model/bidi/start_alignment.html": [ + [ + "webvtt/rendering/cues-with-video/processing-model/bidi/start_alignment.html", + [ + [ + "/webvtt/rendering/cues-with-video/processing-model/bidi/start_alignment-ref.html", + "==" + ] + ], + {} + ] + ], "webvtt/rendering/cues-with-video/processing-model/bidi/u002E_LF_u05D0.html": [ [ "webvtt/rendering/cues-with-video/processing-model/bidi/u002E_LF_u05D0.html", @@ -250843,6 +250939,12 @@ "css/css-text-decor/reference/text-emphasis-style-string-001-ref.xht": [ [] ], + "css/css-text-decor/reference/text-underline-offset-001-notref.html": [ + [] + ], + "css/css-text-decor/reference/text-underline-offset-002-ref.html": [ + [] + ], "css/css-text/META.yml": [ [] ], @@ -256672,6 +256774,9 @@ "css/filter-effects/backdrop-filter-paint-order-ref.html": [ [] ], + "css/filter-effects/backdrop-filter-plus-filter-ref.html": [ + [] + ], "css/filter-effects/backdrop-filter-update-ref.html": [ [] ], @@ -270598,6 +270703,12 @@ "mathml/README.md": [ [] ], + "mathml/presentation-markup/direction/direction-overall-ref.html": [ + [] + ], + "mathml/presentation-markup/direction/direction-token-ref.html": [ + [] + ], "mathml/presentation-markup/fractions/frac-bar-001-ref.html": [ [] ], @@ -277804,6 +277915,9 @@ "svg/render/reftests/blending-svg-root-ref.html": [ [] ], + "svg/render/reftests/change-sync-for-nested-use-ref.html": [ + [] + ], "svg/render/reftests/filter-effects-on-pattern-ref.html": [ [] ], @@ -284044,6 +284158,9 @@ "webvtt/rendering/cues-with-video/processing-model/bidi/bidi_ruby-ref.html": [ [] ], + "webvtt/rendering/cues-with-video/processing-model/bidi/start_alignment-ref.html": [ + [] + ], "webvtt/rendering/cues-with-video/processing-model/bidi/u002E_LF_u05D0-ref.html": [ [] ], @@ -284878,6 +284995,9 @@ "webvtt/rendering/cues-with-video/processing-model/support/size_50.vtt": [ [] ], + "webvtt/rendering/cues-with-video/processing-model/support/start_alignment.vtt": [ + [] + ], "webvtt/rendering/cues-with-video/processing-model/support/test.vtt": [ [] ], @@ -312312,6 +312432,12 @@ {} ] ], + "css/css-overflow/overfow-outside-padding.html": [ + [ + "css/css-overflow/overfow-outside-padding.html", + {} + ] + ], "css/css-overflow/parsing/block-ellipsis-invalid.html": [ [ "css/css-overflow/parsing/block-ellipsis-invalid.html", @@ -321670,6 +321796,12 @@ {} ] ], + "css/cssom/getComputedStyle-width-scroll.tentative.html": [ + [ + "css/cssom/getComputedStyle-width-scroll.tentative.html", + {} + ] + ], "css/cssom/historical.html": [ [ "css/cssom/historical.html", @@ -355971,6 +356103,12 @@ {} ] ], + "intersection-observer/root-margin-root-element.html": [ + [ + "intersection-observer/root-margin-root-element.html", + {} + ] + ], "intersection-observer/root-margin-rounding.html": [ [ "intersection-observer/root-margin-rounding.html", @@ -356625,6 +356763,12 @@ } ] ], + "mathml/presentation-markup/direction/direction.html": [ + [ + "mathml/presentation-markup/direction/direction.html", + {} + ] + ], "mathml/presentation-markup/fractions/frac-1.html": [ [ "mathml/presentation-markup/fractions/frac-1.html", @@ -357198,7 +357342,9 @@ "media-source/mediasource-play.html": [ [ "media-source/mediasource-play.html", - {} + { + "timeout": "long" + } ] ], "media-source/mediasource-preload.html": [ @@ -393910,6 +394056,12 @@ {} ] ], + "trusted-types/Element-insertAdjacentText.tentative.html": [ + [ + "trusted-types/Element-insertAdjacentText.tentative.html", + {} + ] + ], "trusted-types/Element-outerHTML.tentative.html": [ [ "trusted-types/Element-outerHTML.tentative.html", @@ -394150,6 +394302,12 @@ {} ] ], + "trusted-types/block-text-node-insertion-into-script-element.tentative.html": [ + [ + "trusted-types/block-text-node-insertion-into-script-element.tentative.html", + {} + ] + ], "trusted-types/idlharness.window.js": [ [ "trusted-types/idlharness.window.html", @@ -432133,7 +432291,7 @@ }, "paths": { ".azure-pipelines.yml": [ - "1a8950b870fbad7bb343889c9cf5f091bb56a3fa", + "80748691d6fd3c16a659c4c6c57115ca9341a38e", "support" ], ".codecov.yml": [ @@ -547105,11 +547263,11 @@ "testharness" ], "css/css-grid/abspos/absolute-positioning-grid-container-containing-block-001.html": [ - "e456af8ce0a30b430ab2696c892c6fde8884007c", + "4be43ddba2dec27a1dd2d1af95402e5158c7c9e6", "testharness" ], "css/css-grid/abspos/absolute-positioning-grid-container-parent-001.html": [ - "a7a38ad0a0ab8c8fa13b7fac0a75268e1a026cbb", + "7025ccf55e9d70e5fa3db5159cd975e061003837", "testharness" ], "css/css-grid/abspos/descendant-static-position-001-ref.html": [ @@ -547161,7 +547319,7 @@ "support" ], "css/css-grid/abspos/grid-positioned-children-writing-modes-001.html": [ - "eb855279ca8b2be674180dd5240ed3860663ae45", + "d63b1894927bf12cec6b918b100d62ff8a7ed103", "reftest" ], "css/css-grid/abspos/grid-positioned-item-dynamic-change-001.html": [ @@ -547201,7 +547359,7 @@ "support" ], "css/css-grid/abspos/grid-positioned-items-background-001.html": [ - "19ee662e04e12e77ac0eec52b8da951ef1f27b5c", + "54146bce2581db8749ea75622edfdcd148d266bb", "reftest" ], "css/css-grid/abspos/grid-positioned-items-background-rtl-001-ref.html": [ @@ -547209,7 +547367,7 @@ "support" ], "css/css-grid/abspos/grid-positioned-items-background-rtl-001.html": [ - "9ed046b421533c12cf905dd175c682458279e10a", + "97ec1052f4be3ce0b26491c60d3c02184328dd12", "reftest" ], "css/css-grid/abspos/grid-positioned-items-content-alignment-001.html": [ @@ -547237,11 +547395,11 @@ "testharness" ], "css/css-grid/abspos/grid-positioned-items-implicit-grid-001.html": [ - "71f096aa74b9d9e012b115a21825843aa0d41e79", + "4b1a3d0f342f84b3a901513ce99bfcc96b635511", "testharness" ], "css/css-grid/abspos/grid-positioned-items-implicit-grid-line-001.html": [ - "7b8fa4ef7bd632fcbcfae5084cb41e8424f4363f", + "8fc8918ee68b215da3e93fb73282ab8e0b2ef287", "testharness" ], "css/css-grid/abspos/grid-positioned-items-padding-001.html": [ @@ -547249,7 +547407,7 @@ "testharness" ], "css/css-grid/abspos/grid-positioned-items-unknown-named-grid-line-001.html": [ - "6e61f7c2de36a1d799aba0de6d10c52147d406d6", + "663dab45b3dbe76075c6a32a3e7b0b6a59213181", "testharness" ], "css/css-grid/abspos/grid-positioned-items-within-grid-implicit-track-001.html": [ @@ -547257,7 +547415,7 @@ "testharness" ], "css/css-grid/abspos/grid-sizing-positioned-items-001.html": [ - "0e8cd3369f7f154725f746ce4725940bec746582", + "e74b2b96fe62e102f4313c00bcc730bec76a667a", "testharness" ], "css/css-grid/abspos/orthogonal-positioned-grid-descendants-001.html": [ @@ -547629,11 +547787,11 @@ "reftest" ], "css/css-grid/abspos/positioned-grid-items-should-not-create-implicit-tracks-001.html": [ - "5ef006ae137c5604e9b53e322aeec60bf4841e55", + "adb4a7acf27514550682429e998feadb2af5676d", "testharness" ], "css/css-grid/abspos/positioned-grid-items-should-not-take-up-space-001.html": [ - "597e778019b6276cdfd01676f2abf6f521faff29", + "50f9984370baa88d2940b5457b54067a9497a812", "testharness" ], "css/css-grid/abspos/positioned-grid-items-sizing-001-ref.html": [ @@ -554172,6 +554330,10 @@ "f425636c3bb4297e4e6564d1c2629dc10dde5607", "testharness" ], + "css/css-overflow/overfow-outside-padding.html": [ + "792f7b87351bfcbda7baecc67ea6dedc2b05f3a5", + "testharness" + ], "css/css-overflow/parsing/block-ellipsis-invalid.html": [ "2b9c059a45d0e315a350e0c09fd7cd86be72c61e", "testharness" @@ -562280,6 +562442,14 @@ "6bf79ba4527f99af740bdeca945449e8f9ed7a57", "support" ], + "css/css-text-decor/reference/text-underline-offset-001-notref.html": [ + "c56078a32ae26647c8aece448ce1d6b268f38abd", + "support" + ], + "css/css-text-decor/reference/text-underline-offset-002-ref.html": [ + "ed2e3cefff82a120c3d33f504fd8d6ee78d9fe8c", + "support" + ], "css/css-text-decor/text-decoration-001-manual.html": [ "9b620132697dfbf68f0d10575afaf7d902e649da", "manual" @@ -562720,6 +562890,14 @@ "1c108faabd33fbbd4827bb1fca9a3d4834037deb", "testharness" ], + "css/css-text-decor/text-underline-offset-001.html": [ + "41a7d418a21db617dfc13ad501c72a209be35302", + "reftest" + ], + "css/css-text-decor/text-underline-offset-002.html": [ + "56ba764a0fa035fcc41c993f4462acf4c2ccacfd", + "reftest" + ], "css/css-text-decor/text-underline-offset-computed.html": [ "32dfd24fbaa5633c60d9307d78847f9cae3e9b97", "testharness" @@ -587900,6 +588078,10 @@ "12ad5e89653564f91006c78baeac353c12865c00", "testharness" ], + "css/cssom/getComputedStyle-width-scroll.tentative.html": [ + "8f629c70161b436758044eafc8fc42648f38f3dd", + "testharness" + ], "css/cssom/historical.html": [ "44f3f6c8f15a13b2c32dad2672ea9383330e8082", "testharness" @@ -588336,6 +588518,10 @@ "bc25b25944f47d6f053580939752803f0b929c99", "reftest" ], + "css/filter-effects/backdrop-filter-edge-clipping.html": [ + "5d09c414497de3d1d34bf2a6032c94c87a9bdb82", + "reftest" + ], "css/filter-effects/backdrop-filter-edge-pixels-ref.html": [ "bbd562856f7a0ee305874575935c66e8b4830c1d", "support" @@ -588380,6 +588566,14 @@ "88531532fc33296e8c8eca5452da04d5d612662d", "reftest" ], + "css/filter-effects/backdrop-filter-plus-filter-ref.html": [ + "bf476ea63f81a6caca33dd8d27b8208b3ae52c4e", + "support" + ], + "css/filter-effects/backdrop-filter-plus-filter.html": [ + "3a2d8feaeefc82c20afd3de2c2cf9ce9bf6aed11", + "reftest" + ], "css/filter-effects/backdrop-filter-reference-filter.html": [ "6c61a9620aa82d23375fd31900d87bcfd873a5e1", "reftest" @@ -622117,11 +622311,11 @@ "testharness" ], "html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-non-snap-to-lines-ref.html": [ - "92c1e9fedf9aead22f80dbe5575e46d427288e96", + "137a9334f286f418b8d0c3b35ed995e956f22c76", "support" ], "html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-non-snap-to-lines.html": [ - "0da8c6f83d54195c6ccea34bdd8d1af6cad6c2b6", + "ec350ff44d56c601f508485d0227ba9855394917", "reftest" ], "html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-positioning.html": [ @@ -622149,11 +622343,11 @@ "testharness" ], "html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-two-cue-layout-after-first-end-ref.html": [ - "c0415367cc13be70aba2076bf6b445b553ee4b5d", + "1c8f751c2cebba1a89f2f1b06e0deb73236e7b5b", "support" ], "html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-two-cue-layout-after-first-end.html": [ - "c90313c887c07f05101f5ceaec698954be1510be", + "df816ffe2b9b0fd4cfd8021ea6d4c98f3872e128", "reftest" ], "html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-unsupported-markup.html": [ @@ -631353,7 +631547,7 @@ "support" ], "interfaces/geometry.idl": [ - "b5b56e780542ec0e623b47fc6a8b76dd0c3bb6f1", + "5d5fe4fc2c48305c0ea7e9ce0859af3700d9b14c", "support" ], "interfaces/gyroscope.idl": [ @@ -631621,7 +631815,7 @@ "support" ], "interfaces/web-nfc.idl": [ - "26f32a04ac981db772d26f34cbe3a40cdc78a83f", + "a50d53b57cd1bfa0fb44b8921c215dbc8d51279f", "support" ], "interfaces/web-share.idl": [ @@ -631661,7 +631855,7 @@ "support" ], "interfaces/webrtc.idl": [ - "4b5d1c1c581869cdfcefab4584c2b05b2dcb1f86", + "b18d4ac2b46e2b9924820ab227d21b78a86fa349", "support" ], "interfaces/webusb.idl": [ @@ -631673,7 +631867,7 @@ "support" ], "interfaces/webxr.idl": [ - "9b48a0f904026752510d90e05b85652062d87088", + "f9bfdce58425350d1404c4beaac719e04c94a498", "support" ], "interfaces/worklets.idl": [ @@ -631808,6 +632002,10 @@ "295bbf047e6523313ce74f2e383ed769c0d5c81b", "support" ], + "intersection-observer/root-margin-root-element.html": [ + "6016d45bdf52ab8455ff20edc7da8fdcef3a24b9", + "testharness" + ], "intersection-observer/root-margin-rounding.html": [ "f5e33230199eb77a16f8fe99eeb1c9c1618c3e19", "testharness" @@ -632360,6 +632558,26 @@ "9524d275e479ba2db2aaaab9fdbc1203c79009cb", "support" ], + "mathml/presentation-markup/direction/direction-overall-ref.html": [ + "1f823e5b0c359cb5347ee0d1165571ee8286753b", + "support" + ], + "mathml/presentation-markup/direction/direction-overall.html": [ + "7f377e540f4388088a401fb6995947d488d3f76f", + "reftest" + ], + "mathml/presentation-markup/direction/direction-token-ref.html": [ + "95f182bc8c716e84e1e76cfce7013a16cf4c5ada", + "support" + ], + "mathml/presentation-markup/direction/direction-token.html": [ + "a02793cc84ac61c814b6f884869ae8a920a2b748", + "reftest" + ], + "mathml/presentation-markup/direction/direction.html": [ + "05ea8b74fb5fcdeb994cfc6d80dc88d2cd8ccde4", + "testharness" + ], "mathml/presentation-markup/fractions/frac-1.html": [ "6b9fb2844298cbc228f91a23c6439e0f67f4f20b", "testharness" @@ -633217,7 +633435,7 @@ "testharness" ], "media-source/mediasource-play.html": [ - "62fb04681ae2feffcf568b14548811baf3ea3037", + "2129b8f4730fcba72d27958016355887e36c6ff9", "testharness" ], "media-source/mediasource-preload.html": [ @@ -633837,7 +634055,7 @@ "testharness" ], "mediacapture-streams/MediaStream-MediaElement-firstframe.https.html": [ - "1c6292458865bdeb3cfb5a64a7d4e4c9c215c866", + "714ae01b19ccc23dad2d601a8843adc44bb7b842", "testharness" ], "mediacapture-streams/MediaStream-MediaElement-preload-none-manual.https.html": [ @@ -633845,7 +634063,7 @@ "manual" ], "mediacapture-streams/MediaStream-MediaElement-srcObject.https.html": [ - "4b9a3c8246d04aafff5877fc78001a5f9d00f82d", + "3b16006e0f52ca966c0298bef59a10a19e4038a3", "testharness" ], "mediacapture-streams/MediaStream-add-audio-track.https.html": [ @@ -633957,7 +634175,7 @@ "testharness" ], "mediasession/setactionhandler.html": [ - "dc7c3359e122db46f93aad4ef91daed1495f36ec", + "06d145b37d1603680ef61de4b2953f5bfc4ed650", "testharness" ], "mimesniff/META.yml": [ @@ -658413,7 +658631,7 @@ "testharness" ], "service-workers/service-worker/fetch-event-async-respond-with.https.html": [ - "ae64fcb9a5445843afb75679d0dafa45a3366677", + "d9147f85494c21e54d39a4fd7af16efa1a126384", "testharness" ], "service-workers/service-worker/fetch-event-is-history-backward-navigation-manual.https.html": [ @@ -665504,6 +665722,14 @@ "7cbf68d39a05d9b3e27f2613b65eaf64f63ed54b", "reftest" ], + "svg/render/reftests/change-sync-for-nested-use-ref.html": [ + "e52fa18d3f305a2933df180dac7f8f331d885b3c", + "support" + ], + "svg/render/reftests/change-sync-for-nested-use.html": [ + "9a6e13435094eabc055d451e05de58c80c4fe679", + "reftest" + ], "svg/render/reftests/filter-effects-on-pattern-ref.html": [ "a61f17bf199374af3b6d106d3f5a72bc532449b8", "support" @@ -666489,11 +666715,11 @@ "support" ], "tools/lint/lint.py": [ - "6a71dc860feb47d7c57df48a0fbfb12791f7b9f7", + "062c6a42d0f91836aaba5b308854ea6b5896b9aa", "support" ], "tools/lint/rules.py": [ - "685bac3474ecf00a22e130dae78d3e6d384dc877", + "9b78f3495b2291044243170c54af5c3cd6b61046", "support" ], "tools/lint/tests/__init__.py": [ @@ -666641,7 +666867,7 @@ "support" ], "tools/lint/tests/test_path_lints.py": [ - "9f6f49e14a12e65979b7fcccc70e405cda213afb", + "558b0ed4f648f41e7888d33b04c97bce720ca5da", "support" ], "tools/localpaths.py": [ @@ -671349,7 +671575,7 @@ "support" ], "tools/wptrunner/setup.py": [ - "0a16aa537b33b211622ef7799c149a135c7c4660", + "ab96bd10357cd6b3022364d471e5cebf0cb652dd", "support" ], "tools/wptrunner/test/metadata/testharness/firefox/__dir__.ini": [ @@ -672292,6 +672518,10 @@ "6a9329b3fbf2fdfb4f00ce2acde7c38d6843d92f", "testharness" ], + "trusted-types/Element-insertAdjacentText.tentative.html": [ + "f6221362c17d6231e0921d866b1cdc642fea9d39", + "testharness" + ], "trusted-types/Element-outerHTML.tentative.html": [ "c8daddfe9955196bf0b69410263cb7c01e473e5e", "testharness" @@ -672456,6 +672686,10 @@ "c66a16d5c00535c3def556afc5daff3a7614c62c", "testharness" ], + "trusted-types/block-text-node-insertion-into-script-element.tentative.html": [ + "a6aa061f7307330e027c3e8b26e6b931cee2bb7c", + "testharness" + ], "trusted-types/idlharness.window.js": [ "de13697764ed487060de3dd425cd39cba73ff13b", "testharness" @@ -675189,7 +675423,7 @@ "support" ], "web-nfc/NFCErrorEvent_constructor.https.html": [ - "8a08fe0a70edaebb542a4d2ec3f033476fc8b865", + "1cc9ce160be46955a9b15485ee4c040605722961", "testharness" ], "web-nfc/NFCReader-manual.https.html": [ @@ -675229,11 +675463,11 @@ "manual" ], "web-nfc/NFCReadingEvent_constructor.https.html": [ - "6cfcc0d3bddae2430152504fce839d1b96b12ce0", + "460e92b2508ba438a058d5ce9ab34db0d24349cf", "testharness" ], "web-nfc/NFCWriter_push.https.html": [ - "5badeb4083855549c9d9f241391ac6e0948f01e2", + "b1559b30fec513aaa5b8fa46f104c98388fcf166", "testharness" ], "web-nfc/NFCWriter_push_signal-manual.https.html": [ @@ -675241,7 +675475,7 @@ "manual" ], "web-nfc/idlharness.https.window.js": [ - "ab0d6cd191a5b576674c0c038087ef17ece4cdfd", + "c19458aed83f505472e35c8f3affa3247a814989", "testharness" ], "web-nfc/nfc_hw_disabled-manual.https.html": [ @@ -678449,7 +678683,7 @@ "testharness" ], "webrtc/idlharness.https.window.js": [ - "66abc25b0840335f8de783c010796942793fb14f", + "85fc7a68b9dff83ce4470b6caa2986932af43b75", "testharness" ], "webrtc/legacy/README.txt": [ @@ -680689,7 +680923,7 @@ "support" ], "webvtt/rendering/cues-with-video/processing-model/2_cues_overlapping_completely_move_up-ref.html": [ - "4be9d6a5c1ca78bbad01a26ea76889654ff5aeba", + "17222bdc7b3cf03cbdc99959c718158860fcf8c6", "support" ], "webvtt/rendering/cues-with-video/processing-model/2_cues_overlapping_completely_move_up.html": [ @@ -680705,7 +680939,7 @@ "reftest" ], "webvtt/rendering/cues-with-video/processing-model/2_cues_overlapping_partially_move_up-ref.html": [ - "d6117b32571459c889503778771016e9347f2b1a", + "22a711af6878bdaf8f9e7ee6d574a6de84c3a788", "support" ], "webvtt/rendering/cues-with-video/processing-model/2_cues_overlapping_partially_move_up.html": [ @@ -680745,7 +680979,7 @@ "reftest" ], "webvtt/rendering/cues-with-video/processing-model/align_center_position_gt_50-ref.html": [ - "9f79bf8e3bf65e1b17ce5acde44217f08196001c", + "c37ae7a7dfadd9481102eb542c7d9b10e5baa323", "support" ], "webvtt/rendering/cues-with-video/processing-model/align_center_position_gt_50.html": [ @@ -680753,7 +680987,7 @@ "reftest" ], "webvtt/rendering/cues-with-video/processing-model/align_center_position_lt_50-ref.html": [ - "cc52e2db73324327c199558ea3ddd963fb01bdc3", + "108495e4b00e52a78a83975f064e6d86ad9a08ba", "support" ], "webvtt/rendering/cues-with-video/processing-model/align_center_position_lt_50.html": [ @@ -680761,7 +680995,7 @@ "reftest" ], "webvtt/rendering/cues-with-video/processing-model/align_center_position_lt_50_size_gt_maximum_size-ref.html": [ - "02a7ae458494cbd6aed63cc55b928d3085dd62f7", + "296369332cf8f542e14548a9b7d884ea810b2634", "support" ], "webvtt/rendering/cues-with-video/processing-model/align_center_position_lt_50_size_gt_maximum_size.html": [ @@ -680769,7 +681003,7 @@ "reftest" ], "webvtt/rendering/cues-with-video/processing-model/align_center_wrapped-ref.html": [ - "d67f0a8c04ae82ba6aaee98e0c0ff3aaaa8002a2", + "55aed284b7a5560b70f5634cf7e7b0ab79852087", "support" ], "webvtt/rendering/cues-with-video/processing-model/align_center_wrapped.html": [ @@ -680785,7 +681019,7 @@ "reftest" ], "webvtt/rendering/cues-with-video/processing-model/align_end_wrapped-ref.html": [ - "70b32cfc9bad2f67d17081aa76d67164bad5f41c", + "eee75f138fdef2d3745f6ce99313c056d45073a7", "support" ], "webvtt/rendering/cues-with-video/processing-model/align_end_wrapped.html": [ @@ -680801,7 +681035,7 @@ "reftest" ], "webvtt/rendering/cues-with-video/processing-model/align_start_wrapped-ref.html": [ - "d3c28fc36194293611c614cbb9525a6c943c31f0", + "45cb287e2f6c8b38731f91bc635d040e5709931f", "support" ], "webvtt/rendering/cues-with-video/processing-model/align_start_wrapped.html": [ @@ -680832,6 +681066,14 @@ "ed2b2e019d6ffb57134e93c18bc1a533e2c386a0", "reftest" ], + "webvtt/rendering/cues-with-video/processing-model/bidi/start_alignment-ref.html": [ + "78ca8979c95a31196d67a16c52ddc49a781cacef", + "support" + ], + "webvtt/rendering/cues-with-video/processing-model/bidi/start_alignment.html": [ + "2b6cd76c20109c39c2a5ed06540a92c782f639b1", + "reftest" + ], "webvtt/rendering/cues-with-video/processing-model/bidi/u002E_LF_u05D0-ref.html": [ "3c968da7c2920fe2efb4d2eb8edd23f417548d82", "support" @@ -681149,11 +681391,11 @@ "reftest" ], "webvtt/rendering/cues-with-video/processing-model/navigate_cue_position-1.html": [ - "0139f0c8339554bc53274c50bebd43500a71c757", + "87f3834e3d788ac998993c996876e761cc0b3b4f", "support" ], "webvtt/rendering/cues-with-video/processing-model/navigate_cue_position-ref-1.html": [ - "fb954a42302781824e320b3ad77f89a38c730895", + "5ee98043ec2da7042943de2b2ac3e5be79dad5a8", "support" ], "webvtt/rendering/cues-with-video/processing-model/navigate_cue_position-ref.html": [ @@ -682637,7 +682879,7 @@ "reftest" ], "webvtt/rendering/cues-with-video/processing-model/support/2_cues_overlapping_completely_move_up.vtt": [ - "d4a9679248215d2a23c3e2937e63d2e59c162a84", + "1ca56e56f6a8be9c485cb11081c30108573a1b54", "support" ], "webvtt/rendering/cues-with-video/processing-model/support/2_cues_overlapping_partially_move_down.vtt": [ @@ -682645,7 +682887,7 @@ "support" ], "webvtt/rendering/cues-with-video/processing-model/support/2_cues_overlapping_partially_move_up.vtt": [ - "6c99ce3b1fe1ab60d41e1afdfb79bd689cba62f7", + "7160f3791ee0cdffd143e29afa8fe869a738b40c", "support" ], "webvtt/rendering/cues-with-video/processing-model/support/align_center.vtt": [ @@ -682808,6 +683050,10 @@ "b165af1533b0cf1688ce3835eeeaccfe348979df", "support" ], + "webvtt/rendering/cues-with-video/processing-model/support/start_alignment.vtt": [ + "9a92729381b3d974ef10dabd720d25f05c984717", + "support" + ], "webvtt/rendering/cues-with-video/processing-model/support/test.vtt": [ "ab71ec59840363d72574ca4d3a44e0892a466de3", "support" diff --git a/tests/wpt/metadata/css/css-text-decor/text-underline-offset-001.html.ini b/tests/wpt/metadata/css/css-text-decor/text-underline-offset-001.html.ini new file mode 100644 index 000000000000..d6c9b16bea38 --- /dev/null +++ b/tests/wpt/metadata/css/css-text-decor/text-underline-offset-001.html.ini @@ -0,0 +1,2 @@ +[text-underline-offset-001.html] + expected: FAIL diff --git a/tests/wpt/metadata/css/cssom-view/matchMedia-display-none-iframe.html.ini b/tests/wpt/metadata/css/cssom-view/matchMedia-display-none-iframe.html.ini deleted file mode 100644 index e6e1f29e2743..000000000000 --- a/tests/wpt/metadata/css/cssom-view/matchMedia-display-none-iframe.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[matchMedia-display-none-iframe.html] - expected: ERROR diff --git a/tests/wpt/metadata/css/filter-effects/backdrop-filter-plus-filter.html.ini b/tests/wpt/metadata/css/filter-effects/backdrop-filter-plus-filter.html.ini new file mode 100644 index 000000000000..80144ff57849 --- /dev/null +++ b/tests/wpt/metadata/css/filter-effects/backdrop-filter-plus-filter.html.ini @@ -0,0 +1,2 @@ +[backdrop-filter-plus-filter.html] + expected: FAIL diff --git a/tests/wpt/metadata/fetch/content-type/response.window.js.ini b/tests/wpt/metadata/fetch/content-type/response.window.js.ini index e9c54d5e3534..76d0244413cf 100644 --- a/tests/wpt/metadata/fetch/content-type/response.window.js.ini +++ b/tests/wpt/metadata/fetch/content-type/response.window.js.ini @@ -249,9 +249,6 @@ [Request: combined response Content-Type: text/html;" " text/plain] expected: NOTRUN - [