From f9972c83e36c1303eca31b5a8a4b714f73b1fcf6 Mon Sep 17 00:00:00 2001 From: WPT Sync Bot Date: Wed, 5 Dec 2018 21:05:42 -0500 Subject: [PATCH] Update web-platform-tests to revision 093a97b6ecc6484c201d704d38b47bef1964d59d --- tests/wpt/metadata/MANIFEST.json | 400 ++++++++++++++++-- ...overflow-wrap-break-word-span-001.html.ini | 2 + ...overflow-wrap-break-word-span-002.html.ini | 4 + .../encoding/single-byte-decoder.html.ini | 18 + .../traverse_the_history_2.html.ini | 4 - .../traverse_the_history_5.html.ini | 4 - .../viewport-change.html.ini | 5 +- ...rse-a-sizes-attribute-quirks-mode.html.ini | 1 + .../the-details-element/toggleEvent.html.ini | 7 - .../parsing/DOMContentLoaded-defer.html.ini | 4 - .../aborted-parser.window.js.ini | 3 + .../unitless-length/limited-quirks.html.ini | 283 ------------- .../quirks/unitless-length/no-quirks.html.ini | 283 ------------- .../css/css-sizing/percentage-min-width.html | 13 + .../overflow-wrap-break-word-004.html | 8 +- .../overflow-wrap-break-word-005.html | 8 +- .../overflow-wrap-break-word-span-001.html | 17 + .../overflow-wrap-break-word-span-002.html | 22 + ...overflow-wrap-break-word-span-001-ref.html | 8 + .../contain-layout-suppress-baseline-002.html | 2 +- .../docs/_writing-tests/testharness.md | 2 +- .../event-timing-bufferbeforeonload.html | 12 +- ...t-timing-onloadthenobserve-firstInput.html | 8 +- .../event-timing-onloadthenobserve.html | 24 +- .../event-timing-retrieve-firstInput.html | 35 ++ .../event-timing/idlharness.any.js | 18 + .../interfaces/event-timing.idl | 18 + .../web-platform-tests/interfaces/web-nfc.idl | 6 +- .../web-platform-tests/interfaces/webxr.idl | 66 +-- .../service-worker/fetch-cors-xhr.https.html | 13 +- .../resources/fetch-cors-xhr-iframe.html | 59 +-- .../storage/estimate-indexeddb.https.any.js | 149 ++++--- .../svg/geometry/parsing/cx-valid.svg | 1 + .../svg/geometry/parsing/cy-valid.svg | 1 + .../svg/geometry/parsing/rx-valid.svg | 1 + .../svg/geometry/parsing/ry-valid.svg | 1 + .../svg/geometry/parsing/x-valid.svg | 1 + .../svg/geometry/parsing/y-valid.svg | 1 + .../parsing/color-interpolation-computed.svg | 21 + .../parsing/color-rendering-computed.svg | 21 + .../svg/painting/parsing/fill-computed.svg | 34 ++ .../parsing/fill-opacity-computed.svg | 2 +- .../painting/parsing/fill-rule-computed.svg | 20 + .../parsing/image-rendering-computed.svg | 21 + .../painting/parsing/marker-end-computed.svg | 28 ++ .../painting/parsing/marker-mid-computed.svg | 28 ++ .../parsing/marker-start-computed.svg | 28 ++ .../painting/parsing/paint-order-computed.svg | 37 ++ .../parsing/shape-rendering-computed.svg | 22 + .../svg/painting/parsing/stroke-computed.svg | 34 ++ .../parsing/stroke-dasharray-computed.svg | 33 ++ .../parsing/stroke-dasharray-valid.svg | 3 +- .../parsing/stroke-dashoffset-computed.svg | 37 ++ .../parsing/stroke-dashoffset-valid.svg | 1 + .../parsing/stroke-linecap-computed.svg | 21 + .../parsing/stroke-linejoin-computed.svg | 22 + .../parsing/stroke-miterlimit-computed.svg | 22 + .../parsing/stroke-opacity-computed.svg | 2 +- .../parsing/stroke-width-computed.svg | 37 +- .../parsing/text-rendering-computed.svg | 22 + .../wptrunner/wptrunner/browsers/sauce.py | 3 +- .../wptrunner/tests/browsers/test_sauce.py | 15 +- .../wptrunner/wptrunner/wptcommandline.py | 4 + .../tools/wptrunner/wptrunner/wptrunner.py | 2 + ...GlobalEventHandlers-onclick.tentative.html | 23 + ...ustedTypePolicy-CSP-no-name.tentative.html | 16 + ...stedTypePolicy-CSP-wildcard.tentative.html | 13 + .../TrustedTypePolicy-CSP.tentative.html | 27 ++ ...TrustedTypePolicy-createXXX.tentative.html | 119 ++++++ .../TrustedTypePolicy-exposed.tentative.html | 25 ++ .../TrustedTypePolicy-name.tentative.html | 31 ++ ...ctory-createPolicy-cspTests.tentative.html | 15 +- ...y-createPolicy-exposedTests.tentative.html | 14 +- ...ssignment-to-Document-write.tentative.html | 7 +- ...ent-to-Element-setAttribute.tentative.html | 12 + ...signment-to-Location-assign.tentative.html | 4 + ...assignment-to-Location-href.tentative.html | 5 +- ...ignment-to-Location-replace.tentative.html | 4 + .../trusted-types/support/helper.sub.js | 7 + 79 files changed, 1530 insertions(+), 824 deletions(-) create mode 100644 tests/wpt/metadata/css/css-text/overflow-wrap/overflow-wrap-break-word-span-001.html.ini create mode 100644 tests/wpt/metadata/css/css-text/overflow-wrap/overflow-wrap-break-word-span-002.html.ini delete mode 100644 tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_2.html.ini delete mode 100644 tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_5.html.ini delete mode 100644 tests/wpt/metadata/html/semantics/interactive-elements/the-details-element/toggleEvent.html.ini delete mode 100644 tests/wpt/metadata/html/syntax/parsing/DOMContentLoaded-defer.html.ini delete mode 100644 tests/wpt/metadata/quirks/unitless-length/limited-quirks.html.ini delete mode 100644 tests/wpt/metadata/quirks/unitless-length/no-quirks.html.ini create mode 100644 tests/wpt/web-platform-tests/css/css-sizing/percentage-min-width.html create mode 100644 tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-break-word-span-001.html create mode 100644 tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-break-word-span-002.html create mode 100644 tests/wpt/web-platform-tests/css/css-text/overflow-wrap/reference/overflow-wrap-break-word-span-001-ref.html create mode 100644 tests/wpt/web-platform-tests/event-timing/event-timing-retrieve-firstInput.html create mode 100644 tests/wpt/web-platform-tests/event-timing/idlharness.any.js create mode 100644 tests/wpt/web-platform-tests/interfaces/event-timing.idl create mode 100644 tests/wpt/web-platform-tests/svg/painting/parsing/color-interpolation-computed.svg create mode 100644 tests/wpt/web-platform-tests/svg/painting/parsing/color-rendering-computed.svg create mode 100644 tests/wpt/web-platform-tests/svg/painting/parsing/fill-computed.svg create mode 100644 tests/wpt/web-platform-tests/svg/painting/parsing/fill-rule-computed.svg create mode 100644 tests/wpt/web-platform-tests/svg/painting/parsing/image-rendering-computed.svg create mode 100644 tests/wpt/web-platform-tests/svg/painting/parsing/marker-end-computed.svg create mode 100644 tests/wpt/web-platform-tests/svg/painting/parsing/marker-mid-computed.svg create mode 100644 tests/wpt/web-platform-tests/svg/painting/parsing/marker-start-computed.svg create mode 100644 tests/wpt/web-platform-tests/svg/painting/parsing/paint-order-computed.svg create mode 100644 tests/wpt/web-platform-tests/svg/painting/parsing/shape-rendering-computed.svg create mode 100644 tests/wpt/web-platform-tests/svg/painting/parsing/stroke-computed.svg create mode 100644 tests/wpt/web-platform-tests/svg/painting/parsing/stroke-dasharray-computed.svg create mode 100644 tests/wpt/web-platform-tests/svg/painting/parsing/stroke-dashoffset-computed.svg create mode 100644 tests/wpt/web-platform-tests/svg/painting/parsing/stroke-linecap-computed.svg create mode 100644 tests/wpt/web-platform-tests/svg/painting/parsing/stroke-linejoin-computed.svg create mode 100644 tests/wpt/web-platform-tests/svg/painting/parsing/stroke-miterlimit-computed.svg create mode 100644 tests/wpt/web-platform-tests/svg/painting/parsing/text-rendering-computed.svg create mode 100644 tests/wpt/web-platform-tests/trusted-types/GlobalEventHandlers-onclick.tentative.html create mode 100644 tests/wpt/web-platform-tests/trusted-types/TrustedTypePolicy-CSP-no-name.tentative.html create mode 100644 tests/wpt/web-platform-tests/trusted-types/TrustedTypePolicy-CSP-wildcard.tentative.html create mode 100644 tests/wpt/web-platform-tests/trusted-types/TrustedTypePolicy-CSP.tentative.html create mode 100644 tests/wpt/web-platform-tests/trusted-types/TrustedTypePolicy-createXXX.tentative.html create mode 100644 tests/wpt/web-platform-tests/trusted-types/TrustedTypePolicy-exposed.tentative.html create mode 100644 tests/wpt/web-platform-tests/trusted-types/TrustedTypePolicy-name.tentative.html diff --git a/tests/wpt/metadata/MANIFEST.json b/tests/wpt/metadata/MANIFEST.json index 47e0039577c..d5d32caa3ea 100644 --- a/tests/wpt/metadata/MANIFEST.json +++ b/tests/wpt/metadata/MANIFEST.json @@ -138745,6 +138745,18 @@ {} ] ], + "css/css-text/overflow-wrap/overflow-wrap-break-word-span-001.html": [ + [ + "/css/css-text/overflow-wrap/overflow-wrap-break-word-span-001.html", + [ + [ + "/css/css-text/overflow-wrap/reference/overflow-wrap-break-word-span-001-ref.html", + "==" + ] + ], + {} + ] + ], "css/css-text/overflow-wrap/overflow-wrap-min-content-size-001.html": [ [ "/css/css-text/overflow-wrap/overflow-wrap-min-content-size-001.html", @@ -173018,7 +173030,7 @@ "/css/vendor-imports/mozilla/mozilla-central-reftests/contain/contain-layout-suppress-baseline-002.html", [ [ - "/css/vendor-imports/mozilla/mozilla-central-reftests/contain/contain-layout-suppress-baseline-001-ref.html", + "/css/vendor-imports/mozilla/mozilla-central-reftests/contain/contain-layout-suppress-baseline-002-ref.html", "==" ] ], @@ -268536,6 +268548,11 @@ {} ] ], + "css/css-text/overflow-wrap/reference/overflow-wrap-break-word-span-001-ref.html": [ + [ + {} + ] + ], "css/css-text/overflow-wrap/reference/overflow-wrap-min-content-size-001-ref.html": [ [ {} @@ -297856,6 +297873,11 @@ {} ] ], + "interfaces/event-timing.idl": [ + [ + {} + ] + ], "interfaces/feature-policy.idl": [ [ {} @@ -343187,6 +343209,12 @@ {} ] ], + "css/css-sizing/percentage-min-width.html": [ + [ + "/css/css-sizing/percentage-min-width.html", + {} + ] + ], "css/css-syntax/charset/page-utf16-css-bomless-utf16.html": [ [ "/css/css-syntax/charset/page-utf16-css-bomless-utf16.html", @@ -344621,6 +344649,12 @@ {} ] ], + "css/css-text/overflow-wrap/overflow-wrap-break-word-span-002.html": [ + [ + "/css/css-text/overflow-wrap/overflow-wrap-break-word-span-002.html", + {} + ] + ], "css/css-text/overflow-wrap/word-wrap-alias.html": [ [ "/css/css-text/overflow-wrap/word-wrap-alias.html", @@ -362001,6 +362035,14 @@ } ] ], + "event-timing/event-timing-retrieve-firstInput.html": [ + [ + "/event-timing/event-timing-retrieve-firstInput.html", + { + "testdriver": true + } + ] + ], "event-timing/event-timing-timingconditions.html": [ [ "/event-timing/event-timing-timingconditions.html", @@ -362009,6 +362051,24 @@ } ] ], + "event-timing/idlharness.any.js": [ + [ + "/event-timing/idlharness.any.html", + {} + ], + [ + "/event-timing/idlharness.any.serviceworker.html", + {} + ], + [ + "/event-timing/idlharness.any.sharedworker.html", + {} + ], + [ + "/event-timing/idlharness.any.worker.html", + {} + ] + ], "eventsource/dedicated-worker/eventsource-close.htm": [ [ "/eventsource/dedicated-worker/eventsource-close.htm", @@ -408497,6 +408557,12 @@ {} ] ], + "svg/painting/parsing/color-interpolation-computed.svg": [ + [ + "/svg/painting/parsing/color-interpolation-computed.svg", + {} + ] + ], "svg/painting/parsing/color-interpolation-invalid.svg": [ [ "/svg/painting/parsing/color-interpolation-invalid.svg", @@ -408509,6 +408575,12 @@ {} ] ], + "svg/painting/parsing/color-rendering-computed.svg": [ + [ + "/svg/painting/parsing/color-rendering-computed.svg", + {} + ] + ], "svg/painting/parsing/color-rendering-invalid.svg": [ [ "/svg/painting/parsing/color-rendering-invalid.svg", @@ -408521,6 +408593,12 @@ {} ] ], + "svg/painting/parsing/fill-computed.svg": [ + [ + "/svg/painting/parsing/fill-computed.svg", + {} + ] + ], "svg/painting/parsing/fill-invalid.svg": [ [ "/svg/painting/parsing/fill-invalid.svg", @@ -408545,6 +408623,12 @@ {} ] ], + "svg/painting/parsing/fill-rule-computed.svg": [ + [ + "/svg/painting/parsing/fill-rule-computed.svg", + {} + ] + ], "svg/painting/parsing/fill-rule-invalid.svg": [ [ "/svg/painting/parsing/fill-rule-invalid.svg", @@ -408563,6 +408647,12 @@ {} ] ], + "svg/painting/parsing/image-rendering-computed.svg": [ + [ + "/svg/painting/parsing/image-rendering-computed.svg", + {} + ] + ], "svg/painting/parsing/image-rendering-invalid.svg": [ [ "/svg/painting/parsing/image-rendering-invalid.svg", @@ -408575,6 +408665,12 @@ {} ] ], + "svg/painting/parsing/marker-end-computed.svg": [ + [ + "/svg/painting/parsing/marker-end-computed.svg", + {} + ] + ], "svg/painting/parsing/marker-end-invalid.svg": [ [ "/svg/painting/parsing/marker-end-invalid.svg", @@ -408587,6 +408683,12 @@ {} ] ], + "svg/painting/parsing/marker-mid-computed.svg": [ + [ + "/svg/painting/parsing/marker-mid-computed.svg", + {} + ] + ], "svg/painting/parsing/marker-mid-invalid.svg": [ [ "/svg/painting/parsing/marker-mid-invalid.svg", @@ -408599,6 +408701,12 @@ {} ] ], + "svg/painting/parsing/marker-start-computed.svg": [ + [ + "/svg/painting/parsing/marker-start-computed.svg", + {} + ] + ], "svg/painting/parsing/marker-start-invalid.svg": [ [ "/svg/painting/parsing/marker-start-invalid.svg", @@ -408611,6 +408719,12 @@ {} ] ], + "svg/painting/parsing/paint-order-computed.svg": [ + [ + "/svg/painting/parsing/paint-order-computed.svg", + {} + ] + ], "svg/painting/parsing/paint-order-invalid.svg": [ [ "/svg/painting/parsing/paint-order-invalid.svg", @@ -408623,6 +408737,12 @@ {} ] ], + "svg/painting/parsing/shape-rendering-computed.svg": [ + [ + "/svg/painting/parsing/shape-rendering-computed.svg", + {} + ] + ], "svg/painting/parsing/shape-rendering-invalid.svg": [ [ "/svg/painting/parsing/shape-rendering-invalid.svg", @@ -408635,6 +408755,18 @@ {} ] ], + "svg/painting/parsing/stroke-computed.svg": [ + [ + "/svg/painting/parsing/stroke-computed.svg", + {} + ] + ], + "svg/painting/parsing/stroke-dasharray-computed.svg": [ + [ + "/svg/painting/parsing/stroke-dasharray-computed.svg", + {} + ] + ], "svg/painting/parsing/stroke-dasharray-invalid.svg": [ [ "/svg/painting/parsing/stroke-dasharray-invalid.svg", @@ -408647,6 +408779,12 @@ {} ] ], + "svg/painting/parsing/stroke-dashoffset-computed.svg": [ + [ + "/svg/painting/parsing/stroke-dashoffset-computed.svg", + {} + ] + ], "svg/painting/parsing/stroke-dashoffset-invalid.svg": [ [ "/svg/painting/parsing/stroke-dashoffset-invalid.svg", @@ -408665,6 +408803,12 @@ {} ] ], + "svg/painting/parsing/stroke-linecap-computed.svg": [ + [ + "/svg/painting/parsing/stroke-linecap-computed.svg", + {} + ] + ], "svg/painting/parsing/stroke-linecap-invalid.svg": [ [ "/svg/painting/parsing/stroke-linecap-invalid.svg", @@ -408677,6 +408821,12 @@ {} ] ], + "svg/painting/parsing/stroke-linejoin-computed.svg": [ + [ + "/svg/painting/parsing/stroke-linejoin-computed.svg", + {} + ] + ], "svg/painting/parsing/stroke-linejoin-invalid.svg": [ [ "/svg/painting/parsing/stroke-linejoin-invalid.svg", @@ -408689,6 +408839,12 @@ {} ] ], + "svg/painting/parsing/stroke-miterlimit-computed.svg": [ + [ + "/svg/painting/parsing/stroke-miterlimit-computed.svg", + {} + ] + ], "svg/painting/parsing/stroke-miterlimit-invalid.svg": [ [ "/svg/painting/parsing/stroke-miterlimit-invalid.svg", @@ -408743,6 +408899,12 @@ {} ] ], + "svg/painting/parsing/text-rendering-computed.svg": [ + [ + "/svg/painting/parsing/text-rendering-computed.svg", + {} + ] + ], "svg/painting/parsing/text-rendering-invalid.svg": [ [ "/svg/painting/parsing/text-rendering-invalid.svg", @@ -409295,6 +409457,12 @@ {} ] ], + "trusted-types/GlobalEventHandlers-onclick.tentative.html": [ + [ + "/trusted-types/GlobalEventHandlers-onclick.tentative.html", + {} + ] + ], "trusted-types/HTMLElement-generic.tentative.html": [ [ "/trusted-types/HTMLElement-generic.tentative.html", @@ -409325,6 +409493,42 @@ {} ] ], + "trusted-types/TrustedTypePolicy-CSP-no-name.tentative.html": [ + [ + "/trusted-types/TrustedTypePolicy-CSP-no-name.tentative.html", + {} + ] + ], + "trusted-types/TrustedTypePolicy-CSP-wildcard.tentative.html": [ + [ + "/trusted-types/TrustedTypePolicy-CSP-wildcard.tentative.html", + {} + ] + ], + "trusted-types/TrustedTypePolicy-CSP.tentative.html": [ + [ + "/trusted-types/TrustedTypePolicy-CSP.tentative.html", + {} + ] + ], + "trusted-types/TrustedTypePolicy-createXXX.tentative.html": [ + [ + "/trusted-types/TrustedTypePolicy-createXXX.tentative.html", + {} + ] + ], + "trusted-types/TrustedTypePolicy-exposed.tentative.html": [ + [ + "/trusted-types/TrustedTypePolicy-exposed.tentative.html", + {} + ] + ], + "trusted-types/TrustedTypePolicy-name.tentative.html": [ + [ + "/trusted-types/TrustedTypePolicy-name.tentative.html", + {} + ] + ], "trusted-types/TrustedTypePolicyFactory-createPolicy-createXYZTests.tentative.html": [ [ "/trusted-types/TrustedTypePolicyFactory-createPolicy-createXYZTests.tentative.html", @@ -566758,6 +566962,10 @@ "fa95069dbf0083b0dc7095d2bb3acf20a6ccf898", "reftest" ], + "css/css-sizing/percentage-min-width.html": [ + "11c34eafc32812da1b4da1552afe08c231cd69db", + "testharness" + ], "css/css-sizing/whitespace-and-break.html": [ "f3ea3764478488b949433daccddf710cd0a91006", "reftest" @@ -570443,17 +570651,25 @@ "reftest" ], "css/css-text/overflow-wrap/overflow-wrap-break-word-004.html": [ - "560ef63b2f94c5eeca83ee5ef63cdfc15fbdfe34", + "b277319cd23831a4911978f450d0bc812aedb695", "reftest" ], "css/css-text/overflow-wrap/overflow-wrap-break-word-005.html": [ - "3ef61bc9eff78b860c0bd2ed5c6bc4c28c168008", + "dd005a816f2febca4c41b52df75372019c5fb451", "reftest" ], "css/css-text/overflow-wrap/overflow-wrap-break-word-fit-content-001.html": [ "bce6c68389c32960d79e8fbbf61f9fa28c733165", "reftest" ], + "css/css-text/overflow-wrap/overflow-wrap-break-word-span-001.html": [ + "0565b8bb75d5feff2352a1dd3eb9a8f8ef0d1bef", + "reftest" + ], + "css/css-text/overflow-wrap/overflow-wrap-break-word-span-002.html": [ + "39426d0420287a730dcac47696bd69520e8a6b72", + "testharness" + ], "css/css-text/overflow-wrap/overflow-wrap-min-content-size-001.html": [ "608d4853a2425d9b4157bbe331fd78763985cecd", "reftest" @@ -570482,6 +570698,10 @@ "30787e204fa7003e85e78fc65a885d0521659545", "support" ], + "css/css-text/overflow-wrap/reference/overflow-wrap-break-word-span-001-ref.html": [ + "0264bcf322f4a6f9af451ffd6bed6e0fbdc46ef2", + "support" + ], "css/css-text/overflow-wrap/reference/overflow-wrap-min-content-size-001-ref.html": [ "99d964777c663fb8ca37be00c162ddfbb82951c9", "support" @@ -595951,7 +596171,7 @@ "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/contain/contain-layout-suppress-baseline-002.html": [ - "eb791427c0c8e6716122bc7957ed5c68c80be52a", + "845290768acbe5b3bd81d4c78e4a4cf61fecc906", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/contain/contain-paint-clip-001-ref.html": [ @@ -604243,7 +604463,7 @@ "support" ], "docs/_writing-tests/testharness.md": [ - "9c21452607e8f3f9e5bbf3ef2fb7771441f4a680", + "c19fe0ee881bb0517ef0617e6412ee6025a5079f", "support" ], "docs/_writing-tests/visual.md": [ @@ -608691,7 +608911,7 @@ "support" ], "event-timing/event-timing-bufferbeforeonload.html": [ - "223f5ed0fb5ce643d9f121f9af136e88a5d9e34d", + "22fc4d547b90da989a292a44535c73d761f61293", "testharness" ], "event-timing/event-timing-crossiframe.html": [ @@ -608707,11 +608927,11 @@ "testharness" ], "event-timing/event-timing-onloadthenobserve-firstInput.html": [ - "16f48411f9f12f17407c29098b97ce5479daed0f", + "22ac4cb45e947ca3555fe57fbde03746397bfcb2", "testharness" ], "event-timing/event-timing-onloadthenobserve.html": [ - "7dc113247cd8cd7ffe452edeaffcc07ba67e516e", + "07cc236cb47258bce490d2b18a29863922617ba1", "testharness" ], "event-timing/event-timing-only-observe-firstInput.html": [ @@ -608722,10 +608942,18 @@ "f38761b469da693f2c14a62c96a4671098cbd4e5", "testharness" ], + "event-timing/event-timing-retrieve-firstInput.html": [ + "ded00e61c75dfb29a200082b0f9d477c09297fd4", + "testharness" + ], "event-timing/event-timing-timingconditions.html": [ "1e5dd2fd65cde654f9223ee3a9180a5adfeb4a57", "testharness" ], + "event-timing/idlharness.any.js": [ + "5ee98548fb6f2209b8c4b5346830c0d723e68170", + "testharness" + ], "event-timing/resources/event-timing-crossiframe-childframe.html": [ "7491fd88cb3c8cbfa849620e3690e4a42e454b9e", "support" @@ -631894,6 +632122,10 @@ "71e80c717b2becc9a005e471553910a26fd0a326", "support" ], + "interfaces/event-timing.idl": [ + "0e12737bcc6e75d643abdd0e6bc44d44bcd8e6af", + "support" + ], "interfaces/feature-policy.idl": [ "c09cc33ce14daefd44db0a84c1a9b39264e856a1", "support" @@ -632195,7 +632427,7 @@ "support" ], "interfaces/web-nfc.idl": [ - "699a31623a335641b8b8be21040f7f80df6555fa", + "d54773be499366806bbd93c7fc119ff7a3a2ff72", "support" ], "interfaces/web-share.idl": [ @@ -632247,7 +632479,7 @@ "support" ], "interfaces/webxr.idl": [ - "5561369931f749224f2dcf87d5fc921af64d82b2", + "7f7b43c222bd3bc4dcab0c618402ff8ff61ae470", "support" ], "interfaces/worklets.idl": [ @@ -658235,7 +658467,7 @@ "testharness" ], "service-workers/service-worker/fetch-cors-xhr.https.html": [ - "397cb81d5462c6a1db7b67c08ad9a5739147745b", + "f8ff445673bd42bafcc29c43eb86967dac1f9792", "testharness" ], "service-workers/service-worker/fetch-csp.https.html": [ @@ -659067,7 +659299,7 @@ "support" ], "service-workers/service-worker/resources/fetch-cors-xhr-iframe.html": [ - "51952a988efe0700276cefa032865c442dfcb6c6", + "d88c5103d35b1880932608bea75d21a8d61cc038", "support" ], "service-workers/service-worker/resources/fetch-csp-iframe.html": [ @@ -661015,7 +661247,7 @@ "support" ], "storage/estimate-indexeddb.https.any.js": [ - "3e34ad19babf53da04974ceafe0fd4cb7be33621", + "c62f5a96c1a2c22142988eabd5b59ce3d3409f95", "testharness" ], "storage/estimate-parallel.https.any.js": [ @@ -661615,7 +661847,7 @@ "testharness" ], "svg/geometry/parsing/cx-valid.svg": [ - "e7f627ac721fcc90597314ef0c97765566c343b3", + "a96fee56555d69297ab833536ed3177cedfd7145", "testharness" ], "svg/geometry/parsing/cy-computed.svg": [ @@ -661627,7 +661859,7 @@ "testharness" ], "svg/geometry/parsing/cy-valid.svg": [ - "4372c36ea225328926030830e895f64858e73784", + "022445662b7d9d519ca28a1eeca47c9199ceafca", "testharness" ], "svg/geometry/parsing/r-computed.svg": [ @@ -661651,7 +661883,7 @@ "testharness" ], "svg/geometry/parsing/rx-valid.svg": [ - "e2b628f1de4bd8e2a3fec98fda1aa76b6af79b87", + "9d156b3cccfd6bb967372bb2c9ade6fc9527efd9", "testharness" ], "svg/geometry/parsing/ry-computed.svg": [ @@ -661663,7 +661895,7 @@ "testharness" ], "svg/geometry/parsing/ry-valid.svg": [ - "4ce5bec4084cf0e6cf1e6744701b756cc18e2f91", + "e92e2cf6410ba4071baa81c18ec4462ba60b42dd", "testharness" ], "svg/geometry/parsing/x-computed.svg": [ @@ -661675,7 +661907,7 @@ "testharness" ], "svg/geometry/parsing/x-valid.svg": [ - "5ff2fbd831d7373faee706538f08528dc4ac8a99", + "2b06f26ac4c2b7ec0bf2b295854dc8d15fed130e", "testharness" ], "svg/geometry/parsing/y-computed.svg": [ @@ -661687,7 +661919,7 @@ "testharness" ], "svg/geometry/parsing/y-valid.svg": [ - "24885ccfc7059dd9e26e57e3839571d2883f73c3", + "aad0e4e2937064224de6a2313379fb43ffdf8322", "testharness" ], "svg/historical.html": [ @@ -664126,6 +664358,10 @@ "47f70336a6f6774805c08c99f37e8ee7c32ecc10", "reftest" ], + "svg/painting/parsing/color-interpolation-computed.svg": [ + "88604d75b069afa3bbf894a5ae6c869e420f940d", + "testharness" + ], "svg/painting/parsing/color-interpolation-invalid.svg": [ "11fd05be070350c13fabbc3f2627ae80a381f389", "testharness" @@ -664134,6 +664370,10 @@ "9465edb232fb30ed7237f48c159a454e672cd76b", "testharness" ], + "svg/painting/parsing/color-rendering-computed.svg": [ + "4d63616c794b8c6666c34d46148cd0edd26c06b9", + "testharness" + ], "svg/painting/parsing/color-rendering-invalid.svg": [ "bfdf95ab2ee9ba336b295a8fa8dcf2a91130cdd1", "testharness" @@ -664142,12 +664382,16 @@ "5f7baa2dd08ace602a0a46a2840cfea1925a4055", "testharness" ], + "svg/painting/parsing/fill-computed.svg": [ + "4678999e8efcfd892e2d83d4ccf252d08ce03ee5", + "testharness" + ], "svg/painting/parsing/fill-invalid.svg": [ "1feb867c3ab9e83f96e0566b53c75aa3dccb0653", "testharness" ], "svg/painting/parsing/fill-opacity-computed.svg": [ - "aa24d3efe8130053ae174a343c074743805794c0", + "4526724b999419cd447d5f1a0acababd9653b425", "testharness" ], "svg/painting/parsing/fill-opacity-invalid.svg": [ @@ -664158,6 +664402,10 @@ "41cfe985d623d682788c538e87502732821ccfc8", "testharness" ], + "svg/painting/parsing/fill-rule-computed.svg": [ + "2b51c9edc4ac9e7cebeb378ad8cccca5b10c1a9b", + "testharness" + ], "svg/painting/parsing/fill-rule-invalid.svg": [ "d89a81acbb1533cfb121f851a005dde64f82d996", "testharness" @@ -664170,6 +664418,10 @@ "d5bb5ceb0f719c31786e3667bdecd01e1fa248d2", "testharness" ], + "svg/painting/parsing/image-rendering-computed.svg": [ + "18662ef835589024e21a0cdba65861400c10b0cd", + "testharness" + ], "svg/painting/parsing/image-rendering-invalid.svg": [ "5c3cc9f054bf4f0b21ba7c48c49fe810d9841615", "testharness" @@ -664178,6 +664430,10 @@ "18402493f3c779b9427b383cc668033ac46c4936", "testharness" ], + "svg/painting/parsing/marker-end-computed.svg": [ + "aa0bc6774a5cea491e36c3432670b3568d50ab7c", + "testharness" + ], "svg/painting/parsing/marker-end-invalid.svg": [ "bc8e5fcc8bab475cdd086f533a7b9d6a82bcff7e", "testharness" @@ -664186,6 +664442,10 @@ "5be036e994637be7abfe4440618cd4bb16b5d5a7", "testharness" ], + "svg/painting/parsing/marker-mid-computed.svg": [ + "074c17c269e136d5fdacf34ec6920507526d141b", + "testharness" + ], "svg/painting/parsing/marker-mid-invalid.svg": [ "25cfbba82eb54a30c09e00580100627ccf0420b5", "testharness" @@ -664194,6 +664454,10 @@ "119fd706b12189342a6ad9d9d94c512df57ccbdc", "testharness" ], + "svg/painting/parsing/marker-start-computed.svg": [ + "e0ad38bbbc8df4563b6a81fba6dcdc54b92c3e1e", + "testharness" + ], "svg/painting/parsing/marker-start-invalid.svg": [ "6c1fdbcd4b577f3d5de2f747d74bb34c670ce3bd", "testharness" @@ -664202,6 +664466,10 @@ "fd6f2d6fe425ec1e4ab5c7ee6425a5e4ead823bc", "testharness" ], + "svg/painting/parsing/paint-order-computed.svg": [ + "0cba453f437a2e10f932ff83b95b6835a4920776", + "testharness" + ], "svg/painting/parsing/paint-order-invalid.svg": [ "5043176dd97bd1d99ea2f9674abfa08f06d7383e", "testharness" @@ -664210,6 +664478,10 @@ "25759d222d15a18ca49645e1ff10a17b50341f58", "testharness" ], + "svg/painting/parsing/shape-rendering-computed.svg": [ + "8dbea5eba6c0b3962c8eec0bc04577762e56a90f", + "testharness" + ], "svg/painting/parsing/shape-rendering-invalid.svg": [ "e20ca879dbaf7744157bca497a581d5f6083fcd5", "testharness" @@ -664218,12 +664490,24 @@ "803609476f8387710391fcc882ef4c6503eb5620", "testharness" ], + "svg/painting/parsing/stroke-computed.svg": [ + "331496b01b8f367dde202715251d52d77a864754", + "testharness" + ], + "svg/painting/parsing/stroke-dasharray-computed.svg": [ + "2e3a74b5728594e7378d47da659e801cfcfec7a9", + "testharness" + ], "svg/painting/parsing/stroke-dasharray-invalid.svg": [ "0c356b6433955588c7b0ed32d9ff8c2eab4c7619", "testharness" ], "svg/painting/parsing/stroke-dasharray-valid.svg": [ - "7301a54e65e2b38fd2e5d83ccb8780fe74ae6295", + "e47ebc62a1296f75c42af980b85073ebe135605b", + "testharness" + ], + "svg/painting/parsing/stroke-dashoffset-computed.svg": [ + "bdb934614c109208326e357ea5b056dd4f754994", "testharness" ], "svg/painting/parsing/stroke-dashoffset-invalid.svg": [ @@ -664231,13 +664515,17 @@ "testharness" ], "svg/painting/parsing/stroke-dashoffset-valid.svg": [ - "921b03a6a6f270307f281eafb609d81fc11f2b99", + "ff913e06e4f849b5b14fac050986f697df9c81d8", "testharness" ], "svg/painting/parsing/stroke-invalid.svg": [ "a976ccb97742bb9aefc94d6cfd9c1e57ee18a06a", "testharness" ], + "svg/painting/parsing/stroke-linecap-computed.svg": [ + "7b5ce96ce5de296af7aed3d85f76d3ba2fee2ccf", + "testharness" + ], "svg/painting/parsing/stroke-linecap-invalid.svg": [ "ba4bd8640e40328f1fe913f497913df3dd7f3219", "testharness" @@ -664246,6 +664534,10 @@ "045c4eef7c708dbb7b33a04104290be8a93bbe2d", "testharness" ], + "svg/painting/parsing/stroke-linejoin-computed.svg": [ + "a8e9aab8eb098cc17d470245bf1cedde7a2c5866", + "testharness" + ], "svg/painting/parsing/stroke-linejoin-invalid.svg": [ "6a6c4282803ae337685c5465362c9dcf8981d354", "testharness" @@ -664254,6 +664546,10 @@ "876b2f67dd665c358a207fa14abfa470b787e31f", "testharness" ], + "svg/painting/parsing/stroke-miterlimit-computed.svg": [ + "d2ec631b168de1f6a53825a00aec84c281ac2ef7", + "testharness" + ], "svg/painting/parsing/stroke-miterlimit-invalid.svg": [ "c1307dab5b8c81e3ee1c68f37750a1466b022135", "testharness" @@ -664263,7 +664559,7 @@ "testharness" ], "svg/painting/parsing/stroke-opacity-computed.svg": [ - "58cb144935a378e25644c40bc5b372799a88e792", + "02bef376f6178062e46b5035fb856db434351dc2", "testharness" ], "svg/painting/parsing/stroke-opacity-invalid.svg": [ @@ -664279,7 +664575,7 @@ "testharness" ], "svg/painting/parsing/stroke-width-computed.svg": [ - "c9284be9a13a633872d9abb670f1c4390b540030", + "71dead0942fc2e660f6ffe239f00ef502c1a8728", "testharness" ], "svg/painting/parsing/stroke-width-invalid.svg": [ @@ -664290,6 +664586,10 @@ "02bca189f74fe91088ebe913f848b80dfc24868c", "testharness" ], + "svg/painting/parsing/text-rendering-computed.svg": [ + "e37f4fed5bbbc231a0d8e0e6989f4f18893c6e6d", + "testharness" + ], "svg/painting/parsing/text-rendering-invalid.svg": [ "92da841cad69b8cce5628439f30da5b189259094", "testharness" @@ -670383,7 +670683,7 @@ "support" ], "tools/wptrunner/wptrunner/browsers/sauce.py": [ - "02cc322aa35efb8db6c7a29ce5b95080f482124e", + "c6863005a0fc7b48d415daaedae63e759f9b2f27", "support" ], "tools/wptrunner/wptrunner/browsers/sauce_setup/edge-prerun.bat": [ @@ -670591,7 +670891,7 @@ "support" ], "tools/wptrunner/wptrunner/tests/browsers/test_sauce.py": [ - "e8542959aa2efbcdc5190afc1c906f0a6717e2c1", + "06a5641d50fbbaed4de9df511c567753ef1a326d", "support" ], "tools/wptrunner/wptrunner/tests/test_chunker.py": [ @@ -670659,7 +670959,7 @@ "support" ], "tools/wptrunner/wptrunner/wptcommandline.py": [ - "6881477a3c04de798ee3c30edfa00384da38961a", + "08810fcc0272d6cf3096c5fc111014fdae85c9e6", "support" ], "tools/wptrunner/wptrunner/wptlogging.py": [ @@ -670719,7 +671019,7 @@ "support" ], "tools/wptrunner/wptrunner/wptrunner.py": [ - "14f6cb9068d02ef92fe776ce8cbc2efa39f505ad", + "7d35c51d90987672e34b8337d381ae7949845c33", "support" ], "tools/wptrunner/wptrunner/wpttest.py": [ @@ -671134,6 +671434,10 @@ "80128cfbf0ebce7d878dd349fc8838b2a6469a16", "testharness" ], + "trusted-types/GlobalEventHandlers-onclick.tentative.html": [ + "6e8c560ebd1dafb4cc2b4509b2340790dade49c2", + "testharness" + ], "trusted-types/HTMLElement-generic.tentative.html": [ "d1fafa70cd2768e7b98b5eab6da9f5eb77175fbc", "testharness" @@ -671158,6 +671462,30 @@ "3a880a53778acb165fd5d957eeaca22685baf2b5", "testharness" ], + "trusted-types/TrustedTypePolicy-CSP-no-name.tentative.html": [ + "2dfec26f5a0432e19fdbd139dadd3908b8acac3f", + "testharness" + ], + "trusted-types/TrustedTypePolicy-CSP-wildcard.tentative.html": [ + "22b87965614fd16d280d5a97f9150d07ccca3d3e", + "testharness" + ], + "trusted-types/TrustedTypePolicy-CSP.tentative.html": [ + "1293493ec1f7780b297d2040274150f0aba32adc", + "testharness" + ], + "trusted-types/TrustedTypePolicy-createXXX.tentative.html": [ + "6a0151ad9bcf7d02b6a98532ba53db509e086f83", + "testharness" + ], + "trusted-types/TrustedTypePolicy-exposed.tentative.html": [ + "e671c6fb61dcb58392c9fb0ac3f4fb37a67698bf", + "testharness" + ], + "trusted-types/TrustedTypePolicy-name.tentative.html": [ + "c121fe4cab50ab52a7159184bfa012e85d555768", + "testharness" + ], "trusted-types/TrustedTypePolicyFactory-createPolicy-createXYZTests.tentative.html": [ "a162d84cd820051d6c5868c35b58cd347b0026e5", "testharness" @@ -671171,7 +671499,7 @@ "testharness" ], "trusted-types/TrustedTypePolicyFactory-createPolicy-cspTests.tentative.html": [ - "9daf20ec1869919603965942fa6a4c99925ac8e9", + "1293493ec1f7780b297d2040274150f0aba32adc", "testharness" ], "trusted-types/TrustedTypePolicyFactory-createPolicy-defaultTests.tentative.html": [ @@ -671179,7 +671507,7 @@ "testharness" ], "trusted-types/TrustedTypePolicyFactory-createPolicy-exposedTests.tentative.html": [ - "af6e04941c3b6206602bc7f547a3b0c9ef555a11", + "137d0f54c8228645aaf184cc64654e1d66ffbaa6", "testharness" ], "trusted-types/TrustedTypePolicyFactory-createPolicy-nameTests.tentative.html": [ @@ -671219,7 +671547,7 @@ "testharness" ], "trusted-types/block-string-assignment-to-Document-write.tentative.html": [ - "0d9ff61c9b305e193f96cebe18810d597aa75158", + "5fa0b194df60c28dad98da828f5d22694d966e0f", "testharness" ], "trusted-types/block-string-assignment-to-Element-insertAdjacentHTML.tentative.html": [ @@ -671231,7 +671559,7 @@ "testharness" ], "trusted-types/block-string-assignment-to-Element-setAttribute.tentative.html": [ - "646997de472ec98491d2d17fc65aeb77c999c03b", + "4d06f014f2934a218b9e54be40fa14b95e0b51a7", "testharness" ], "trusted-types/block-string-assignment-to-Element-setAttributeNS.tentative.html": [ @@ -671243,15 +671571,15 @@ "testharness" ], "trusted-types/block-string-assignment-to-Location-assign.tentative.html": [ - "4ad4af9df5ae86b0bc2ab82d3b5ae062b88d70f6", + "4c295ffa284acb21436f06ecbf06ac4073365efe", "testharness" ], "trusted-types/block-string-assignment-to-Location-href.tentative.html": [ - "fd0a4e5ea0e53c5b85f0bfb6d092c4cd63ceb790", + "86bce7994d6e9e43bddc590519126f4ee266cf06", "testharness" ], "trusted-types/block-string-assignment-to-Location-replace.tentative.html": [ - "9b8cabe58359e664e1ad9d8c43f604f88c7b3784", + "aa3af64e12b1d2b296e8dedd40b9cef749b1431c", "testharness" ], "trusted-types/block-string-assignment-to-Range-createContextualFragment.tentative.html": [ @@ -671267,7 +671595,7 @@ "testharness" ], "trusted-types/support/helper.sub.js": [ - "9ad605975555df539e6444d3b8935197c7925aef", + "bae9d2dc7aa963271bdcc6ae72e4064f10ab8d05", "support" ], "trusted-types/support/worker.js": [ diff --git a/tests/wpt/metadata/css/css-text/overflow-wrap/overflow-wrap-break-word-span-001.html.ini b/tests/wpt/metadata/css/css-text/overflow-wrap/overflow-wrap-break-word-span-001.html.ini new file mode 100644 index 00000000000..83b12ab7bbe --- /dev/null +++ b/tests/wpt/metadata/css/css-text/overflow-wrap/overflow-wrap-break-word-span-001.html.ini @@ -0,0 +1,2 @@ +[overflow-wrap-break-word-span-001.html] + expected: FAIL diff --git a/tests/wpt/metadata/css/css-text/overflow-wrap/overflow-wrap-break-word-span-002.html.ini b/tests/wpt/metadata/css/css-text/overflow-wrap/overflow-wrap-break-word-span-002.html.ini new file mode 100644 index 00000000000..296d7fc187d --- /dev/null +++ b/tests/wpt/metadata/css/css-text/overflow-wrap/overflow-wrap-break-word-span-002.html.ini @@ -0,0 +1,4 @@ +[overflow-wrap-break-word-span-002.html] + [#container 1] + expected: FAIL + diff --git a/tests/wpt/metadata/encoding/single-byte-decoder.html.ini b/tests/wpt/metadata/encoding/single-byte-decoder.html.ini index 6a14d55c4bf..7babafb1e4a 100644 --- a/tests/wpt/metadata/encoding/single-byte-decoder.html.ini +++ b/tests/wpt/metadata/encoding/single-byte-decoder.html.ini @@ -612,5 +612,23 @@ [windows-1254: iso8859-9 (XMLHttpRequest)] expected: TIMEOUT + [windows-1253: x-cp1253 (XMLHttpRequest)] + expected: TIMEOUT + + [windows-1254: cp1254 (XMLHttpRequest)] + expected: TIMEOUT + + [windows-1253: cp1253 (XMLHttpRequest)] + expected: TIMEOUT + + [windows-1252: x-cp1252 (XMLHttpRequest)] + expected: TIMEOUT + + [windows-1252: windows-1252 (XMLHttpRequest)] + expected: TIMEOUT + + [windows-1252: us-ascii (XMLHttpRequest)] + expected: TIMEOUT + [single-byte-decoder.html?TextDecoder] diff --git a/tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_2.html.ini b/tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_2.html.ini deleted file mode 100644 index 75d75b4cda2..00000000000 --- a/tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[traverse_the_history_2.html] - [Multiple history traversals, last would be aborted] - expected: FAIL - diff --git a/tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_5.html.ini b/tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_5.html.ini deleted file mode 100644 index dc2e45516de..00000000000 --- a/tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_5.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[traverse_the_history_5.html] - [Multiple history traversals, last would be aborted] - expected: FAIL - diff --git a/tests/wpt/metadata/html/semantics/embedded-content/the-img-element/environment-changes/viewport-change.html.ini b/tests/wpt/metadata/html/semantics/embedded-content/the-img-element/environment-changes/viewport-change.html.ini index 6b57ca778ee..d1f06eba410 100644 --- a/tests/wpt/metadata/html/semantics/embedded-content/the-img-element/environment-changes/viewport-change.html.ini +++ b/tests/wpt/metadata/html/semantics/embedded-content/the-img-element/environment-changes/viewport-change.html.ini @@ -8,12 +8,9 @@ expected: TIMEOUT [picture: source (max-width:500px) valid image, img broken image, resize to narrow] - expected: TIMEOUT - - [picture: source (max-width:500px) valid image, img valid image, resize to narrow] expected: FAIL - [picture: source (max-width:500px) broken image, img valid image, resize to narrow] + [picture: source (max-width:500px) valid image, img valid image, resize to narrow] expected: FAIL [img (srcset 1 cand) valid image, resize to narrow] diff --git a/tests/wpt/metadata/html/semantics/embedded-content/the-img-element/sizes/parse-a-sizes-attribute-quirks-mode.html.ini b/tests/wpt/metadata/html/semantics/embedded-content/the-img-element/sizes/parse-a-sizes-attribute-quirks-mode.html.ini index a0e0184eb46..ba527d2f01b 100644 --- a/tests/wpt/metadata/html/semantics/embedded-content/the-img-element/sizes/parse-a-sizes-attribute-quirks-mode.html.ini +++ b/tests/wpt/metadata/html/semantics/embedded-content/the-img-element/sizes/parse-a-sizes-attribute-quirks-mode.html.ini @@ -1,4 +1,5 @@ [parse-a-sizes-attribute-quirks-mode.html] + expected: TIMEOUT [ ref sizes="1px" (quirks mode)] expected: FAIL diff --git a/tests/wpt/metadata/html/semantics/interactive-elements/the-details-element/toggleEvent.html.ini b/tests/wpt/metadata/html/semantics/interactive-elements/the-details-element/toggleEvent.html.ini deleted file mode 100644 index 9e522297c94..00000000000 --- a/tests/wpt/metadata/html/semantics/interactive-elements/the-details-element/toggleEvent.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[toggleEvent.html] - [Calling open twice on 'details' fires only one toggle event] - expected: FAIL - - [Setting open=true to opened 'details' element should not fire a toggle event at the 'details' element] - expected: FAIL - diff --git a/tests/wpt/metadata/html/syntax/parsing/DOMContentLoaded-defer.html.ini b/tests/wpt/metadata/html/syntax/parsing/DOMContentLoaded-defer.html.ini deleted file mode 100644 index a9677391662..00000000000 --- a/tests/wpt/metadata/html/syntax/parsing/DOMContentLoaded-defer.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[DOMContentLoaded-defer.html] - [The end: DOMContentLoaded and defer scripts] - expected: FAIL - diff --git a/tests/wpt/metadata/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/aborted-parser.window.js.ini b/tests/wpt/metadata/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/aborted-parser.window.js.ini index c6d49957c4a..ce482a60da8 100644 --- a/tests/wpt/metadata/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/aborted-parser.window.js.ini +++ b/tests/wpt/metadata/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/aborted-parser.window.js.ini @@ -2,3 +2,6 @@ [document.open() after parser is aborted] expected: FAIL + [async document.open() after parser is aborted] + expected: FAIL + diff --git a/tests/wpt/metadata/quirks/unitless-length/limited-quirks.html.ini b/tests/wpt/metadata/quirks/unitless-length/limited-quirks.html.ini deleted file mode 100644 index c7e9c7434f5..00000000000 --- a/tests/wpt/metadata/quirks/unitless-length/limited-quirks.html.ini +++ /dev/null @@ -1,283 +0,0 @@ -[limited-quirks.html] - [top: -\\31 .5] - expected: FAIL - - [bottom: -1A] - expected: FAIL - - [bottom: -1a] - expected: FAIL - - [top: @1] - expected: FAIL - - [top: "1a"] - expected: FAIL - - [top: @a] - expected: FAIL - - [bottom: "1"] - expected: FAIL - - [bottom: -/**/1] - expected: FAIL - - [top: +/**/1] - expected: FAIL - - [bottom: @1a] - expected: FAIL - - [top: 1\\31 ] - expected: FAIL - - [top: url('1')] - expected: FAIL - - [bottom: -\\31 ] - expected: FAIL - - [top: calc(1)] - expected: FAIL - - [top: \\31 ] - expected: FAIL - - [bottom: +1\\31 ] - expected: FAIL - - [bottom: 1\\31 .5] - expected: FAIL - - [bottom: #0001] - expected: FAIL - - [top: calc(2 * 2px)] - expected: FAIL - - [bottom: 1a] - expected: FAIL - - [bottom: A] - expected: FAIL - - [bottom: #01] - expected: FAIL - - [top: +\\31 .5] - expected: FAIL - - [bottom: #1] - expected: FAIL - - [top: -/**/1] - expected: FAIL - - [bottom: +\\31 .5] - expected: FAIL - - [bottom: \\31 ] - expected: FAIL - - [bottom: calc(1)] - expected: FAIL - - [top: #001] - expected: FAIL - - [top: +\\31 ] - expected: FAIL - - [bottom: +\\31 ] - expected: FAIL - - [top: +1.5] - expected: FAIL - - [top: +1\\31 ] - expected: FAIL - - [bottom: @a] - expected: FAIL - - [bottom: @1] - expected: FAIL - - [top: #1] - expected: FAIL - - [top: 1a] - expected: FAIL - - [bottom: +1a] - expected: FAIL - - [bottom: +1A] - expected: FAIL - - [bottom: "a"] - expected: FAIL - - [top: #00001] - expected: FAIL - - [bottom: -1\\31 .5] - expected: FAIL - - [top: "1"] - expected: FAIL - - [bottom: 1.5] - expected: FAIL - - [bottom: -\\31 .5] - expected: FAIL - - [bottom: url('1')] - expected: FAIL - - [bottom: -1.5] - expected: FAIL - - [top: \\31 .5] - expected: FAIL - - [bottom: "1a"] - expected: FAIL - - [bottom: calc(2 * 2px)] - expected: FAIL - - [bottom: +1\\31 .5] - expected: FAIL - - [bottom: 1\\31 ] - expected: FAIL - - [bottom: +/**/1] - expected: FAIL - - [bottom: #00001] - expected: FAIL - - [top: url(1)] - expected: FAIL - - [bottom: #001] - expected: FAIL - - [top: +1\\31 .5] - expected: FAIL - - [top: -1a] - expected: FAIL - - [top: -1A] - expected: FAIL - - [bottom: url(1)] - expected: FAIL - - [top: a] - expected: FAIL - - [top: A] - expected: FAIL - - [top: #000001] - expected: FAIL - - [top: 1] - expected: FAIL - - [top: 1\\31 .5] - expected: FAIL - - [bottom: a] - expected: FAIL - - [bottom: 1] - expected: FAIL - - [bottom: +1] - expected: FAIL - - [bottom: #000001] - expected: FAIL - - [bottom: +a] - expected: FAIL - - [bottom: +A] - expected: FAIL - - [top: 1.5] - expected: FAIL - - [top: +A] - expected: FAIL - - [top: +a] - expected: FAIL - - [top: +1] - expected: FAIL - - [top: -1.5] - expected: FAIL - - [top: -1\\31 .5] - expected: FAIL - - [top: +1a] - expected: FAIL - - [top: +1A] - expected: FAIL - - [top: @1a] - expected: FAIL - - [bottom: \\31 .5] - expected: FAIL - - [top: "a"] - expected: FAIL - - [top: #01] - expected: FAIL - - [bottom: +1.5] - expected: FAIL - - [bottom: -A] - expected: FAIL - - [bottom: -a] - expected: FAIL - - [bottom: -1\\31 ] - expected: FAIL - - [top: #0001] - expected: FAIL - - [bottom: -1] - expected: FAIL - - [top: -\\31 ] - expected: FAIL - - [top: -A] - expected: FAIL - - [top: -a] - expected: FAIL - - [top: -1] - expected: FAIL - - [top: -1\\31 ] - expected: FAIL - diff --git a/tests/wpt/metadata/quirks/unitless-length/no-quirks.html.ini b/tests/wpt/metadata/quirks/unitless-length/no-quirks.html.ini deleted file mode 100644 index 818a429ed39..00000000000 --- a/tests/wpt/metadata/quirks/unitless-length/no-quirks.html.ini +++ /dev/null @@ -1,283 +0,0 @@ -[no-quirks.html] - [top: -\\31 .5] - expected: FAIL - - [bottom: -1A] - expected: FAIL - - [bottom: -1a] - expected: FAIL - - [top: @1] - expected: FAIL - - [top: "1a"] - expected: FAIL - - [top: @a] - expected: FAIL - - [bottom: "1"] - expected: FAIL - - [bottom: -/**/1] - expected: FAIL - - [top: +/**/1] - expected: FAIL - - [bottom: @1a] - expected: FAIL - - [top: 1\\31 ] - expected: FAIL - - [top: url('1')] - expected: FAIL - - [bottom: -\\31 ] - expected: FAIL - - [top: calc(1)] - expected: FAIL - - [top: \\31 ] - expected: FAIL - - [bottom: +1\\31 ] - expected: FAIL - - [bottom: 1\\31 .5] - expected: FAIL - - [bottom: #0001] - expected: FAIL - - [top: calc(2 * 2px)] - expected: FAIL - - [bottom: 1a] - expected: FAIL - - [bottom: A] - expected: FAIL - - [bottom: #01] - expected: FAIL - - [top: +\\31 .5] - expected: FAIL - - [bottom: #1] - expected: FAIL - - [top: -/**/1] - expected: FAIL - - [bottom: +\\31 .5] - expected: FAIL - - [bottom: \\31 ] - expected: FAIL - - [bottom: calc(1)] - expected: FAIL - - [top: #001] - expected: FAIL - - [top: +\\31 ] - expected: FAIL - - [bottom: +\\31 ] - expected: FAIL - - [top: +1.5] - expected: FAIL - - [top: +1\\31 ] - expected: FAIL - - [bottom: @a] - expected: FAIL - - [bottom: @1] - expected: FAIL - - [top: #1] - expected: FAIL - - [top: 1a] - expected: FAIL - - [bottom: +1a] - expected: FAIL - - [bottom: +1A] - expected: FAIL - - [bottom: "a"] - expected: FAIL - - [top: #00001] - expected: FAIL - - [bottom: -1\\31 .5] - expected: FAIL - - [top: "1"] - expected: FAIL - - [bottom: 1.5] - expected: FAIL - - [bottom: -\\31 .5] - expected: FAIL - - [bottom: url('1')] - expected: FAIL - - [bottom: -1.5] - expected: FAIL - - [top: \\31 .5] - expected: FAIL - - [bottom: "1a"] - expected: FAIL - - [bottom: calc(2 * 2px)] - expected: FAIL - - [bottom: +1\\31 .5] - expected: FAIL - - [bottom: 1\\31 ] - expected: FAIL - - [bottom: +/**/1] - expected: FAIL - - [bottom: #00001] - expected: FAIL - - [top: url(1)] - expected: FAIL - - [bottom: #001] - expected: FAIL - - [top: +1\\31 .5] - expected: FAIL - - [top: -1a] - expected: FAIL - - [top: -1A] - expected: FAIL - - [bottom: url(1)] - expected: FAIL - - [top: a] - expected: FAIL - - [top: A] - expected: FAIL - - [top: #000001] - expected: FAIL - - [top: 1] - expected: FAIL - - [top: 1\\31 .5] - expected: FAIL - - [bottom: a] - expected: FAIL - - [bottom: 1] - expected: FAIL - - [bottom: +1] - expected: FAIL - - [bottom: #000001] - expected: FAIL - - [bottom: +a] - expected: FAIL - - [bottom: +A] - expected: FAIL - - [top: 1.5] - expected: FAIL - - [top: +A] - expected: FAIL - - [top: +a] - expected: FAIL - - [top: +1] - expected: FAIL - - [top: -1.5] - expected: FAIL - - [top: -1\\31 .5] - expected: FAIL - - [top: +1a] - expected: FAIL - - [top: +1A] - expected: FAIL - - [top: @1a] - expected: FAIL - - [bottom: \\31 .5] - expected: FAIL - - [top: "a"] - expected: FAIL - - [top: #01] - expected: FAIL - - [bottom: +1.5] - expected: FAIL - - [bottom: -A] - expected: FAIL - - [bottom: -a] - expected: FAIL - - [bottom: -1\\31 ] - expected: FAIL - - [top: #0001] - expected: FAIL - - [bottom: -1] - expected: FAIL - - [top: -\\31 ] - expected: FAIL - - [top: -A] - expected: FAIL - - [top: -a] - expected: FAIL - - [top: -1] - expected: FAIL - - [top: -1\\31 ] - expected: FAIL - diff --git a/tests/wpt/web-platform-tests/css/css-sizing/percentage-min-width.html b/tests/wpt/web-platform-tests/css/css-sizing/percentage-min-width.html new file mode 100644 index 00000000000..11c34eafc32 --- /dev/null +++ b/tests/wpt/web-platform-tests/css/css-sizing/percentage-min-width.html @@ -0,0 +1,13 @@ + + + +

Test passes if there is a filled green square and no red.

+
+
+
+ + + + diff --git a/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-break-word-004.html b/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-break-word-004.html index 560ef63b2f9..b277319cd23 100644 --- a/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-break-word-004.html +++ b/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-break-word-004.html @@ -8,9 +8,10 @@ +
1234567890
diff --git a/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-break-word-span-002.html b/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-break-word-span-002.html new file mode 100644 index 00000000000..39426d04202 --- /dev/null +++ b/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-break-word-span-002.html @@ -0,0 +1,22 @@ + +CSS Text Test: overflow-wrap: break-word + + + + + + +
1234567890
+ + \ No newline at end of file diff --git a/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/reference/overflow-wrap-break-word-span-001-ref.html b/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/reference/overflow-wrap-break-word-span-001-ref.html new file mode 100644 index 00000000000..0264bcf322f --- /dev/null +++ b/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/reference/overflow-wrap-break-word-span-001-ref.html @@ -0,0 +1,8 @@ + + +
12345678
90
diff --git a/tests/wpt/web-platform-tests/css/vendor-imports/mozilla/mozilla-central-reftests/contain/contain-layout-suppress-baseline-002.html b/tests/wpt/web-platform-tests/css/vendor-imports/mozilla/mozilla-central-reftests/contain/contain-layout-suppress-baseline-002.html index eb791427c0c..845290768ac 100644 --- a/tests/wpt/web-platform-tests/css/vendor-imports/mozilla/mozilla-central-reftests/contain/contain-layout-suppress-baseline-002.html +++ b/tests/wpt/web-platform-tests/css/vendor-imports/mozilla/mozilla-central-reftests/contain/contain-layout-suppress-baseline-002.html @@ -6,7 +6,7 @@ - + + + + + + diff --git a/tests/wpt/web-platform-tests/svg/painting/parsing/stroke-dasharray-valid.svg b/tests/wpt/web-platform-tests/svg/painting/parsing/stroke-dasharray-valid.svg index 7301a54e65e..e47ebc62a12 100644 --- a/tests/wpt/web-platform-tests/svg/painting/parsing/stroke-dasharray-valid.svg +++ b/tests/wpt/web-platform-tests/svg/painting/parsing/stroke-dasharray-valid.svg @@ -20,7 +20,8 @@ test_valid_value("stroke-dasharray", "10px"); test_valid_value("stroke-dasharray", "20%"); test_valid_value("stroke-dasharray", "calc(2em + 3ex)"); -test_valid_value("stroke-dasharray", "10px, 20%, 30px"); +test_valid_value("stroke-dasharray", "10pt 20% 30pc 40in", "10pt, 20%, 30pc, 40in"); +test_valid_value("stroke-dasharray", "10vmin, 20vmax, 30em, 40ex"); test_valid_value("stroke-dasharray", "0, 5", ["0, 5", "0px, 5px"]); // Edge/Safari serialize numbers as lengths. ]]> diff --git a/tests/wpt/web-platform-tests/svg/painting/parsing/stroke-dashoffset-computed.svg b/tests/wpt/web-platform-tests/svg/painting/parsing/stroke-dashoffset-computed.svg new file mode 100644 index 00000000000..bdb934614c1 --- /dev/null +++ b/tests/wpt/web-platform-tests/svg/painting/parsing/stroke-dashoffset-computed.svg @@ -0,0 +1,37 @@ + + + SVG Painting: getComputedValue().strokeDashoffset + + + + + + + + + + + diff --git a/tests/wpt/web-platform-tests/svg/painting/parsing/stroke-dashoffset-valid.svg b/tests/wpt/web-platform-tests/svg/painting/parsing/stroke-dashoffset-valid.svg index 921b03a6a6f..ff913e06e4f 100644 --- a/tests/wpt/web-platform-tests/svg/painting/parsing/stroke-dashoffset-valid.svg +++ b/tests/wpt/web-platform-tests/svg/painting/parsing/stroke-dashoffset-valid.svg @@ -17,6 +17,7 @@ test_valid_value("stroke-dashoffset", "0"); test_valid_value("stroke-dashoffset", "10px"); test_valid_value("stroke-dashoffset", "-20%"); test_valid_value("stroke-dashoffset", "30"); +test_valid_value("stroke-dashoffset", "40Q", "40q"); test_valid_value("stroke-dashoffset", "calc(2em + 3ex)"); ]]> diff --git a/tests/wpt/web-platform-tests/svg/painting/parsing/stroke-linecap-computed.svg b/tests/wpt/web-platform-tests/svg/painting/parsing/stroke-linecap-computed.svg new file mode 100644 index 00000000000..7b5ce96ce5d --- /dev/null +++ b/tests/wpt/web-platform-tests/svg/painting/parsing/stroke-linecap-computed.svg @@ -0,0 +1,21 @@ + + + SVG Painting: getComputedValue().strokeLinecap + + + + + + + + + + diff --git a/tests/wpt/web-platform-tests/svg/painting/parsing/stroke-linejoin-computed.svg b/tests/wpt/web-platform-tests/svg/painting/parsing/stroke-linejoin-computed.svg new file mode 100644 index 00000000000..a8e9aab8eb0 --- /dev/null +++ b/tests/wpt/web-platform-tests/svg/painting/parsing/stroke-linejoin-computed.svg @@ -0,0 +1,22 @@ + + + SVG Painting: getComputedValue().strokeLinejoin + + + + + + + + + + diff --git a/tests/wpt/web-platform-tests/svg/painting/parsing/stroke-miterlimit-computed.svg b/tests/wpt/web-platform-tests/svg/painting/parsing/stroke-miterlimit-computed.svg new file mode 100644 index 00000000000..d2ec631b168 --- /dev/null +++ b/tests/wpt/web-platform-tests/svg/painting/parsing/stroke-miterlimit-computed.svg @@ -0,0 +1,22 @@ + + + SVG Painting: getComputedValue().strokeMiterlimit + + + + + + + + + + diff --git a/tests/wpt/web-platform-tests/svg/painting/parsing/stroke-opacity-computed.svg b/tests/wpt/web-platform-tests/svg/painting/parsing/stroke-opacity-computed.svg index 58cb144935a..02bef376f61 100644 --- a/tests/wpt/web-platform-tests/svg/painting/parsing/stroke-opacity-computed.svg +++ b/tests/wpt/web-platform-tests/svg/painting/parsing/stroke-opacity-computed.svg @@ -2,7 +2,7 @@ - SVG Geometry Properties: getComputedValue().strokeOpacity + SVG Painting: getComputedValue().strokeOpacity diff --git a/tests/wpt/web-platform-tests/svg/painting/parsing/stroke-width-computed.svg b/tests/wpt/web-platform-tests/svg/painting/parsing/stroke-width-computed.svg index c9284be9a13..71dead0942f 100644 --- a/tests/wpt/web-platform-tests/svg/painting/parsing/stroke-width-computed.svg +++ b/tests/wpt/web-platform-tests/svg/painting/parsing/stroke-width-computed.svg @@ -2,13 +2,15 @@ - SVG Geometry Properties: getComputedValue().strokeWidth + SVG Painting: getComputedValue().strokeWidth + + @@ -23,5 +25,36 @@ test_computed_value("stroke-width", "calc(10px - 0.5em)", "0px"); test_computed_value("stroke-width", "40%"); test_computed_value("stroke-width", "calc(50% + 60px)"); +const lengthUnits = [ + 'em', + 'ex', + 'ch', + 'rem', + 'vw', + 'vh', + 'vmin', + 'vmax', + 'cm', + 'mm', + 'Q', + 'in', + 'pt', + 'pc', + 'px' +]; + +for (let lengthUnit of lengthUnits) { + const length = '987' + lengthUnit; + test(() => { + const target = document.getElementById('target'); + target.style.strokeWidth = length; + + const ref = document.getElementById('ref'); + ref.style.wordSpacing = length; + + assert_equals(getComputedStyle(target).strokeWidth, getComputedStyle(ref).wordSpacing); + }, 'stroke-width computes ' + lengthUnit + ' lengths'); +} + ]]> diff --git a/tests/wpt/web-platform-tests/svg/painting/parsing/text-rendering-computed.svg b/tests/wpt/web-platform-tests/svg/painting/parsing/text-rendering-computed.svg new file mode 100644 index 00000000000..e37f4fed5bb --- /dev/null +++ b/tests/wpt/web-platform-tests/svg/painting/parsing/text-rendering-computed.svg @@ -0,0 +1,22 @@ + + + SVG Painting: getComputedValue().textRendering + + + + + + + + + + diff --git a/tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/browsers/sauce.py b/tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/browsers/sauce.py index 02cc322aa35..c6863005a0f 100644 --- a/tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/browsers/sauce.py +++ b/tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/browsers/sauce.py @@ -133,6 +133,7 @@ class SauceConnect(): self.sauce_key = kwargs["sauce_key"] self.sauce_tunnel_id = kwargs["sauce_tunnel_id"] self.sauce_connect_binary = kwargs.get("sauce_connect_binary") + self.sauce_connect_args = kwargs.get("sauce_connect_args") self.sauce_init_timeout = kwargs.get("sauce_init_timeout") self.sc_process = None self.temp_dir = None @@ -171,7 +172,7 @@ class SauceConnect(): "--readyfile=./sauce_is_ready", "--tunnel-domains", ",".join(self.env_config.domains_set) - ]) + ] + self.sauce_connect_args) tot_wait = 0 while not os.path.exists('./sauce_is_ready') and self.sc_process.poll() is None: diff --git a/tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/tests/browsers/test_sauce.py b/tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/tests/browsers/test_sauce.py index e8542959aa2..06a5641d50f 100644 --- a/tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/tests/browsers/test_sauce.py +++ b/tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/tests/browsers/test_sauce.py @@ -25,7 +25,8 @@ def test_sauceconnect_success(): sauce_user="aaa", sauce_key="bbb", sauce_tunnel_id="ccc", - sauce_connect_binary="ddd") + sauce_connect_binary="ddd", + sauce_connect_args=[]) with ConfigBuilder(browser_host="example.net") as env_config: sauce_connect(None, env_config) @@ -54,7 +55,8 @@ def test_sauceconnect_failure_exit(readyfile, returncode): sauce_user="aaa", sauce_key="bbb", sauce_tunnel_id="ccc", - sauce_connect_binary="ddd") + sauce_connect_binary="ddd", + sauce_connect_args=[]) with ConfigBuilder(browser_host="example.net") as env_config: sauce_connect(None, env_config) @@ -82,7 +84,8 @@ def test_sauceconnect_cleanup(): sauce_user="aaa", sauce_key="bbb", sauce_tunnel_id="ccc", - sauce_connect_binary="ddd") + sauce_connect_binary="ddd", + sauce_connect_args=[]) with ConfigBuilder(browser_host="example.net") as env_config: sauce_connect(None, env_config) @@ -106,7 +109,8 @@ def test_sauceconnect_failure_never_ready(): sauce_user="aaa", sauce_key="bbb", sauce_tunnel_id="ccc", - sauce_connect_binary="ddd") + sauce_connect_binary="ddd", + sauce_connect_args=[]) with ConfigBuilder(browser_host="example.net") as env_config: sauce_connect(None, env_config) @@ -134,7 +138,8 @@ def test_sauceconnect_tunnel_domains(): sauce_user="aaa", sauce_key="bbb", sauce_tunnel_id="ccc", - sauce_connect_binary="ddd") + sauce_connect_binary="ddd", + sauce_connect_args=[]) with ConfigBuilder(browser_host="example.net", alternate_hosts={"alt": "example.org"}, diff --git a/tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/wptcommandline.py b/tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/wptcommandline.py index 6881477a3c0..08810fcc027 100644 --- a/tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/wptcommandline.py +++ b/tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/wptcommandline.py @@ -302,6 +302,10 @@ scheme host and port.""") help="Number of seconds to wait for Sauce " "Connect tunnel to be available before " "aborting") + sauce_group.add_argument("--sauce-connect-arg", action="append", + default=[], dest="sauce_connect_args", + help="Command-line argument to forward to the " + "Sauce Connect binary (repeatable)") webkit_group = parser.add_argument_group("WebKit-specific") webkit_group.add_argument("--webkit-port", dest="webkit_port", diff --git a/tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/wptrunner.py b/tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/wptrunner.py index 14f6cb9068d..7d35c51d909 100644 --- a/tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/wptrunner.py +++ b/tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/wptrunner.py @@ -284,6 +284,8 @@ def run_tests(config, test_paths, product, **kwargs): logger.suite_end() if repeat_until_unexpected and unexpected_total > 0: break + if len(test_loader.test_ids) == skipped_tests: + break if test_total == 0: if skipped_tests > 0: diff --git a/tests/wpt/web-platform-tests/trusted-types/GlobalEventHandlers-onclick.tentative.html b/tests/wpt/web-platform-tests/trusted-types/GlobalEventHandlers-onclick.tentative.html new file mode 100644 index 00000000000..6e8c560ebd1 --- /dev/null +++ b/tests/wpt/web-platform-tests/trusted-types/GlobalEventHandlers-onclick.tentative.html @@ -0,0 +1,23 @@ + + + + + + + +
+ diff --git a/tests/wpt/web-platform-tests/trusted-types/TrustedTypePolicy-CSP-no-name.tentative.html b/tests/wpt/web-platform-tests/trusted-types/TrustedTypePolicy-CSP-no-name.tentative.html new file mode 100644 index 00000000000..2dfec26f5a0 --- /dev/null +++ b/tests/wpt/web-platform-tests/trusted-types/TrustedTypePolicy-CSP-no-name.tentative.html @@ -0,0 +1,16 @@ + + + + + + + + + diff --git a/tests/wpt/web-platform-tests/trusted-types/TrustedTypePolicy-CSP-wildcard.tentative.html b/tests/wpt/web-platform-tests/trusted-types/TrustedTypePolicy-CSP-wildcard.tentative.html new file mode 100644 index 00000000000..22b87965614 --- /dev/null +++ b/tests/wpt/web-platform-tests/trusted-types/TrustedTypePolicy-CSP-wildcard.tentative.html @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/tests/wpt/web-platform-tests/trusted-types/TrustedTypePolicy-CSP.tentative.html b/tests/wpt/web-platform-tests/trusted-types/TrustedTypePolicy-CSP.tentative.html new file mode 100644 index 00000000000..1293493ec1f --- /dev/null +++ b/tests/wpt/web-platform-tests/trusted-types/TrustedTypePolicy-CSP.tentative.html @@ -0,0 +1,27 @@ + + + + + + + + diff --git a/tests/wpt/web-platform-tests/trusted-types/TrustedTypePolicy-createXXX.tentative.html b/tests/wpt/web-platform-tests/trusted-types/TrustedTypePolicy-createXXX.tentative.html new file mode 100644 index 00000000000..6a0151ad9bc --- /dev/null +++ b/tests/wpt/web-platform-tests/trusted-types/TrustedTypePolicy-createXXX.tentative.html @@ -0,0 +1,119 @@ + + + + + + + + diff --git a/tests/wpt/web-platform-tests/trusted-types/TrustedTypePolicy-exposed.tentative.html b/tests/wpt/web-platform-tests/trusted-types/TrustedTypePolicy-exposed.tentative.html new file mode 100644 index 00000000000..e671c6fb61d --- /dev/null +++ b/tests/wpt/web-platform-tests/trusted-types/TrustedTypePolicy-exposed.tentative.html @@ -0,0 +1,25 @@ + + + + + + + + diff --git a/tests/wpt/web-platform-tests/trusted-types/TrustedTypePolicy-name.tentative.html b/tests/wpt/web-platform-tests/trusted-types/TrustedTypePolicy-name.tentative.html new file mode 100644 index 00000000000..c121fe4cab5 --- /dev/null +++ b/tests/wpt/web-platform-tests/trusted-types/TrustedTypePolicy-name.tentative.html @@ -0,0 +1,31 @@ + + + + + + + + diff --git a/tests/wpt/web-platform-tests/trusted-types/TrustedTypePolicyFactory-createPolicy-cspTests.tentative.html b/tests/wpt/web-platform-tests/trusted-types/TrustedTypePolicyFactory-createPolicy-cspTests.tentative.html index 9daf20ec186..1293493ec1f 100644 --- a/tests/wpt/web-platform-tests/trusted-types/TrustedTypePolicyFactory-createPolicy-cspTests.tentative.html +++ b/tests/wpt/web-platform-tests/trusted-types/TrustedTypePolicyFactory-createPolicy-cspTests.tentative.html @@ -2,23 +2,26 @@ + diff --git a/tests/wpt/web-platform-tests/trusted-types/TrustedTypePolicyFactory-createPolicy-exposedTests.tentative.html b/tests/wpt/web-platform-tests/trusted-types/TrustedTypePolicyFactory-createPolicy-exposedTests.tentative.html index af6e04941c3..137d0f54c82 100644 --- a/tests/wpt/web-platform-tests/trusted-types/TrustedTypePolicyFactory-createPolicy-exposedTests.tentative.html +++ b/tests/wpt/web-platform-tests/trusted-types/TrustedTypePolicyFactory-createPolicy-exposedTests.tentative.html @@ -2,23 +2,25 @@ + + diff --git a/tests/wpt/web-platform-tests/trusted-types/block-string-assignment-to-Document-write.tentative.html b/tests/wpt/web-platform-tests/trusted-types/block-string-assignment-to-Document-write.tentative.html index 0d9ff61c9b3..5fa0b194df6 100644 --- a/tests/wpt/web-platform-tests/trusted-types/block-string-assignment-to-Document-write.tentative.html +++ b/tests/wpt/web-platform-tests/trusted-types/block-string-assignment-to-Document-write.tentative.html @@ -9,8 +9,9 @@ diff --git a/tests/wpt/web-platform-tests/trusted-types/block-string-assignment-to-Element-setAttribute.tentative.html b/tests/wpt/web-platform-tests/trusted-types/block-string-assignment-to-Element-setAttribute.tentative.html index 646997de472..4d06f014f29 100644 --- a/tests/wpt/web-platform-tests/trusted-types/block-string-assignment-to-Element-setAttribute.tentative.html +++ b/tests/wpt/web-platform-tests/trusted-types/block-string-assignment-to-Element-setAttribute.tentative.html @@ -103,6 +103,18 @@ assert_element_accepts_non_trusted_type_explicit_set('a', 'rel', null, 'null'); }, "a.rel accepts null"); + test(t => { + let div = document.createElement('div'); + let span = document.createElement('span'); + + div.setAttribute('src', INPUTS.URL); + let attr = div.getAttributeNode('src'); + div.removeAttributeNode(attr); + span.setAttributeNode(attr); + + assert_equals(span.getAttribute('src'), INPUTS.URL); + }, "`span.src = setAttributeNode(div.src)` with string works."); + test(t => { let el = document.createElement('iframe'); diff --git a/tests/wpt/web-platform-tests/trusted-types/block-string-assignment-to-Location-assign.tentative.html b/tests/wpt/web-platform-tests/trusted-types/block-string-assignment-to-Location-assign.tentative.html index 4ad4af9df5a..4c295ffa284 100644 --- a/tests/wpt/web-platform-tests/trusted-types/block-string-assignment-to-Location-assign.tentative.html +++ b/tests/wpt/web-platform-tests/trusted-types/block-string-assignment-to-Location-assign.tentative.html @@ -19,16 +19,20 @@ // String assignments throw. test(t => { + let href = location.href; assert_throws(new TypeError(), _ => { location.assign("A string"); }); + assert_equals(location.href, href); }, "`location.assign = string` throws"); // Null assignment throws. test(t => { + let href = location.href; assert_throws(new TypeError(), _ => { location.assign(null); }); + assert_equals(location.href, href); }, "`location.assign = null` throws"); // Create default policy. Applies to all subsequent tests. diff --git a/tests/wpt/web-platform-tests/trusted-types/block-string-assignment-to-Location-href.tentative.html b/tests/wpt/web-platform-tests/trusted-types/block-string-assignment-to-Location-href.tentative.html index fd0a4e5ea0e..86bce7994d6 100644 --- a/tests/wpt/web-platform-tests/trusted-types/block-string-assignment-to-Location-href.tentative.html +++ b/tests/wpt/web-platform-tests/trusted-types/block-string-assignment-to-Location-href.tentative.html @@ -19,19 +19,22 @@ // String assignments throw. test(t => { + let href = location.href; assert_throws(new TypeError(), _ => { location.href = 'A string'; }); + assert_equals(location.href, href); }, "`location.href = string` throws"); // Null assignment throws. test(t => { + let href = location.href; assert_throws(new TypeError(), _ => { location.href = null; }); + assert_equals(location.href, href); }, "`location.href = null` throws"); - // Create default policy. Applies to all subsequent tests. let p = window.TrustedTypes.createPolicy("default", { createURL: createLocationURLJS }, true); diff --git a/tests/wpt/web-platform-tests/trusted-types/block-string-assignment-to-Location-replace.tentative.html b/tests/wpt/web-platform-tests/trusted-types/block-string-assignment-to-Location-replace.tentative.html index 9b8cabe5835..aa3af64e12b 100644 --- a/tests/wpt/web-platform-tests/trusted-types/block-string-assignment-to-Location-replace.tentative.html +++ b/tests/wpt/web-platform-tests/trusted-types/block-string-assignment-to-Location-replace.tentative.html @@ -19,16 +19,20 @@ // String replacements throw. test(t => { + let href = location.href; assert_throws(new TypeError(), _ => { location.replace("A string"); }); + assert_equals(location.href, href); }, "`location.replace = string` throws"); // Null replacement throws. test(t => { + let href = location.href; assert_throws(new TypeError(), _ => { location.replace(null); }); + assert_equals(location.href, href); }, "`location.replace = null` throws"); // Create default policy. Applies to all subsequent tests. diff --git a/tests/wpt/web-platform-tests/trusted-types/support/helper.sub.js b/tests/wpt/web-platform-tests/trusted-types/support/helper.sub.js index 9ad60597555..bae9d2dc7aa 100644 --- a/tests/wpt/web-platform-tests/trusted-types/support/helper.sub.js +++ b/tests/wpt/web-platform-tests/trusted-types/support/helper.sub.js @@ -87,9 +87,11 @@ function assert_element_accepts_trusted_type(tag, attribute, value, expected) { function assert_throws_no_trusted_type(tag, attribute, value) { let elem = document.createElement(tag); + let prev = elem[attribute]; assert_throws(new TypeError(), _ => { elem[attribute] = value; }); + assert_equals(elem[attribute], prev); } function assert_element_accepts_trusted_html_explicit_set(win, c, t, tag, attribute, expected) { @@ -120,19 +122,24 @@ function assert_element_accepts_trusted_type_explicit_set(tag, attribute, value, let elem = document.createElement(tag); elem.setAttribute(attribute, value); assert_equals(elem[attribute] + "", expected); + assert_equals(elem.getAttribute(attribute), expected); } function assert_throws_no_trusted_type_explicit_set(tag, attribute, value) { let elem = document.createElement(tag); + let prev = elem[attribute]; assert_throws(new TypeError(), _ => { elem.setAttribute(attribute, value); }); + assert_equals(elem[attribute], prev); + assert_equals(elem.getAttribute(attribute), null); } function assert_element_accepts_non_trusted_type_explicit_set(tag, attribute, value, expected) { let elem = document.createElement(tag); elem.setAttribute(attribute, value); assert_equals(elem[attribute] + "", expected); + assert_equals(elem.getAttribute(attribute), expected); } let namespace = 'http://www.w3.org/1999/xhtml';