From 6ed2abf735d594dce0c3fc4043011c80e3ceb6d3 Mon Sep 17 00:00:00 2001 From: WPT Sync Bot Date: Fri, 29 Mar 2019 21:43:03 -0400 Subject: [PATCH] Update web-platform-tests to revision add24188a1226f3598ad6b455e71641c9ac6a5fd --- .../FileAPI/url/url-with-fetch.any.js.ini | 6 - tests/wpt/metadata/MANIFEST.json | 489 ++++++++++++++++-- .../overflow-wrap-break-word-008.html.ini | 2 + .../white-space/break-spaces-009.html.ini | 2 + .../encoding/single-byte-decoder.html.ini | 2 +- .../fetch/content-type/response.window.js.ini | 9 + .../nosniff/parsing-nosniff.window.js.ini | 3 + ...ort-return-value-string.tentative.html.ini | 4 + .../traverse_the_history_1.html.ini | 4 + .../non-active-document.html.ini | 10 + .../the-details-element/toggleEvent.html.ini | 7 + .../realtimeanalyser-fft-scaling.html.ini | 1 - .../semantics/run-a-worker/003.html.ini | 1 + .../css/transition_calc_implicit.html.ini | 2 + .../idlharness.window.js | 2 +- .../css/css-contain/contain-content-001.html | 43 ++ .../css/css-contain/contain-content-002.html | 56 ++ .../css/css-contain/contain-content-003.html | 53 ++ .../css/css-contain/contain-content-004.html | 63 +++ .../css/css-contain/contain-content-011.html | 94 ++++ .../css/css-contain/contain-strict-011.html | 64 +++ .../reference/contain-content-011-ref.html | 27 + .../reference/contain-strict-011-ref.html | 23 + .../var-reference-registered-properties.html | 9 + .../css-text-decor/text-decoration-001.html | 33 ++ .../css-text-decor/text-decoration-002.html | 32 ++ .../css-text-decor/text-decoration-003.html | 32 ++ .../css-text-decor/text-decoration-004.html | 32 ++ .../css-text-decor/text-decoration-040.html | 40 ++ .../css-text-decor/text-decoration-040a.html | 37 ++ .../css-text-decor/text-decoration-041.html | 34 ++ .../css-text-decor/text-decoration-044.html | 39 ++ .../css-text-decor/text-decoration-045.html | 33 ++ .../css-text-decor/text-decoration-046a.html | 37 ++ .../css-text-decor/text-decoration-048.html | 35 ++ .../css-text-decor/text-decoration-048a.html | 40 ++ .../css-text-decor/text-decoration-049.html | 41 ++ .../css-text-decor/text-decoration-082.html | 34 ++ .../css-text-decor/text-decoration-085.html | 34 ++ .../css-text-decor/text-decoration-090.html | 34 ++ .../css-text-decor/text-decoration-090a.html | 39 ++ .../css-text-decor/text-decoration-091.html | 34 ++ .../css-text-decor/text-decoration-091a.html | 39 ++ .../css-text-decor/text-decoration-092.html | 34 ++ .../css-text-decor/text-decoration-092a.html | 39 ++ .../css-text-decor/text-decoration-095a.html | 39 ++ .../css-text-decor/text-decoration-096.html | 34 ++ .../css-text-decor/text-decoration-096a.html | 39 ++ .../css-text-decor/text-decoration-097.html | 34 ++ .../css-text-decor/text-decoration-097a.html | 39 ++ .../overflow-wrap-break-word-008.html | 40 ++ .../white-space/break-spaces-009.html | 38 ++ .../white-space-intrinsic-size-001-ref.html | 2 +- .../white-space-intrinsic-size-002-ref.html | 2 +- .../white-space-intrinsic-size-003-ref.html | 1 + .../white-space-intrinsic-size-004-ref.html | 2 +- .../white-space-intrinsic-size-001.html | 2 +- .../white-space-intrinsic-size-002.html | 2 +- .../white-space-intrinsic-size-003.html | 1 + .../white-space-intrinsic-size-004.html | 2 +- .../resources/helper.js | 38 +- .../sandbox-policies-in-allow-attribute.html | 46 ++ .../legacy-image-formats-reporting.html | 24 - ...egacy-image-formats-reporting.html.headers | 1 - .../embed.tentative.https.sub.html | 9 +- .../object.tentative.https.sub.html | 9 +- ...oss-site-redirect.tentative.https.sub.html | 11 +- ...direct-cross-site.tentative.https.sub.html | 7 +- ...edirect-same-site.tentative.https.sub.html | 7 +- ...e-origin-redirect.tentative.https.sub.html | 11 +- ...ame-site-redirect.tentative.https.sub.html | 11 +- .../serviceworker.tentative.https.sub.html | 7 +- .../sharedworker.tentative.https.sub.html | 6 +- .../style.tentative.https.sub.html | 11 +- .../track.tentative.https.sub.html | 23 +- .../worker.tentative.https.sub.html | 5 +- .../wpt/web-platform-tests/interfaces/CSP.idl | 14 + .../quirks/percentage-height-calculation.html | 4 + .../webrtc/RTCDataChannel-id.html | 3 + .../RTCPeerConnection-transceivers.https.html | 8 +- 80 files changed, 2127 insertions(+), 133 deletions(-) create mode 100644 tests/wpt/metadata/css/css-text/overflow-wrap/overflow-wrap-break-word-008.html.ini create mode 100644 tests/wpt/metadata/css/css-text/white-space/break-spaces-009.html.ini create mode 100644 tests/wpt/metadata/html/browsers/browsing-the-web/navigating-across-documents/javascript-url-abort/javascript-url-abort-return-value-string.tentative.html.ini create mode 100644 tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_1.html.ini create mode 100644 tests/wpt/metadata/html/semantics/embedded-content/the-img-element/non-active-document.html.ini create mode 100644 tests/wpt/metadata/html/semantics/interactive-elements/the-details-element/toggleEvent.html.ini create mode 100644 tests/wpt/mozilla/meta/css/transition_calc_implicit.html.ini create mode 100644 tests/wpt/web-platform-tests/css/css-contain/contain-content-001.html create mode 100644 tests/wpt/web-platform-tests/css/css-contain/contain-content-002.html create mode 100644 tests/wpt/web-platform-tests/css/css-contain/contain-content-003.html create mode 100644 tests/wpt/web-platform-tests/css/css-contain/contain-content-004.html create mode 100644 tests/wpt/web-platform-tests/css/css-contain/contain-content-011.html create mode 100644 tests/wpt/web-platform-tests/css/css-contain/contain-strict-011.html create mode 100644 tests/wpt/web-platform-tests/css/css-contain/reference/contain-content-011-ref.html create mode 100644 tests/wpt/web-platform-tests/css/css-contain/reference/contain-strict-011-ref.html create mode 100644 tests/wpt/web-platform-tests/css/css-text-decor/text-decoration-001.html create mode 100644 tests/wpt/web-platform-tests/css/css-text-decor/text-decoration-002.html create mode 100644 tests/wpt/web-platform-tests/css/css-text-decor/text-decoration-003.html create mode 100644 tests/wpt/web-platform-tests/css/css-text-decor/text-decoration-004.html create mode 100644 tests/wpt/web-platform-tests/css/css-text-decor/text-decoration-040.html create mode 100644 tests/wpt/web-platform-tests/css/css-text-decor/text-decoration-040a.html create mode 100644 tests/wpt/web-platform-tests/css/css-text-decor/text-decoration-041.html create mode 100644 tests/wpt/web-platform-tests/css/css-text-decor/text-decoration-044.html create mode 100644 tests/wpt/web-platform-tests/css/css-text-decor/text-decoration-045.html create mode 100644 tests/wpt/web-platform-tests/css/css-text-decor/text-decoration-046a.html create mode 100644 tests/wpt/web-platform-tests/css/css-text-decor/text-decoration-048.html create mode 100644 tests/wpt/web-platform-tests/css/css-text-decor/text-decoration-048a.html create mode 100644 tests/wpt/web-platform-tests/css/css-text-decor/text-decoration-049.html create mode 100644 tests/wpt/web-platform-tests/css/css-text-decor/text-decoration-082.html create mode 100644 tests/wpt/web-platform-tests/css/css-text-decor/text-decoration-085.html create mode 100644 tests/wpt/web-platform-tests/css/css-text-decor/text-decoration-090.html create mode 100644 tests/wpt/web-platform-tests/css/css-text-decor/text-decoration-090a.html create mode 100644 tests/wpt/web-platform-tests/css/css-text-decor/text-decoration-091.html create mode 100644 tests/wpt/web-platform-tests/css/css-text-decor/text-decoration-091a.html create mode 100644 tests/wpt/web-platform-tests/css/css-text-decor/text-decoration-092.html create mode 100644 tests/wpt/web-platform-tests/css/css-text-decor/text-decoration-092a.html create mode 100644 tests/wpt/web-platform-tests/css/css-text-decor/text-decoration-095a.html create mode 100644 tests/wpt/web-platform-tests/css/css-text-decor/text-decoration-096.html create mode 100644 tests/wpt/web-platform-tests/css/css-text-decor/text-decoration-096a.html create mode 100644 tests/wpt/web-platform-tests/css/css-text-decor/text-decoration-097.html create mode 100644 tests/wpt/web-platform-tests/css/css-text-decor/text-decoration-097a.html create mode 100644 tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-break-word-008.html create mode 100644 tests/wpt/web-platform-tests/css/css-text/white-space/break-spaces-009.html create mode 100644 tests/wpt/web-platform-tests/feature-policy/feature-policy-for-sandbox/sandbox-policies-in-allow-attribute.html delete mode 100644 tests/wpt/web-platform-tests/feature-policy/reporting/legacy-image-formats-reporting.html delete mode 100644 tests/wpt/web-platform-tests/feature-policy/reporting/legacy-image-formats-reporting.html.headers 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 3a3d15b8406..947e223fb28 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 @@ -14,9 +14,6 @@ [Revoke blob URL after creating Request, will fetch] expected: FAIL - [Revoke blob URL after calling fetch, fetch should succeed] - expected: FAIL - [url-with-fetch.any.html] [Untitled] @@ -37,6 +34,3 @@ [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 ac63788bfbd..37915a34204 100644 --- a/tests/wpt/metadata/MANIFEST.json +++ b/tests/wpt/metadata/MANIFEST.json @@ -111279,6 +111279,66 @@ {} ] ], + "css/css-contain/contain-content-001.html": [ + [ + "css/css-contain/contain-content-001.html", + [ + [ + "/css/css-contain/reference/contain-layout-ifc-022-ref.html", + "==" + ] + ], + {} + ] + ], + "css/css-contain/contain-content-002.html": [ + [ + "css/css-contain/contain-content-002.html", + [ + [ + "/css/css-contain/reference/contain-paint-ifc-011-ref.html", + "==" + ] + ], + {} + ] + ], + "css/css-contain/contain-content-003.html": [ + [ + "css/css-contain/contain-content-003.html", + [ + [ + "/css/reference/ref-filled-green-100px-square.xht", + "==" + ] + ], + {} + ] + ], + "css/css-contain/contain-content-004.html": [ + [ + "css/css-contain/contain-content-004.html", + [ + [ + "/css/css-contain/reference/contain-layout-cell-001-ref.html", + "==" + ] + ], + {} + ] + ], + "css/css-contain/contain-content-011.html": [ + [ + "css/css-contain/contain-content-011.html", + [ + [ + "/css/css-contain/reference/contain-content-011-ref.html", + "==" + ] + ], + {} + ] + ], "css/css-contain/contain-layout-001.html": [ [ "css/css-contain/contain-layout-001.html", @@ -112779,6 +112839,18 @@ {} ] ], + "css/css-contain/contain-strict-011.html": [ + [ + "css/css-contain/contain-strict-011.html", + [ + [ + "/css/css-contain/reference/contain-strict-011-ref.html", + "==" + ] + ], + {} + ] + ], "css/css-contain/contain-style-baseline-001.html": [ [ "css/css-contain/contain-style-baseline-001.html", @@ -141857,6 +141929,18 @@ {} ] ], + "css/css-text/overflow-wrap/overflow-wrap-break-word-008.html": [ + [ + "css/css-text/overflow-wrap/overflow-wrap-break-word-008.html", + [ + [ + "/css/css-text/overflow-wrap/reference/overflow-wrap-break-word-001-ref.html", + "==" + ] + ], + {} + ] + ], "css/css-text/overflow-wrap/overflow-wrap-break-word-fit-content-001.html": [ [ "css/css-text/overflow-wrap/overflow-wrap-break-word-fit-content-001.html", @@ -144221,6 +144305,18 @@ {} ] ], + "css/css-text/white-space/break-spaces-009.html": [ + [ + "css/css-text/white-space/break-spaces-009.html", + [ + [ + "/css/css-text/white-space/reference/white-space-break-spaces-005-ref.html", + "==" + ] + ], + {} + ] + ], "css/css-text/white-space/control-chars-000.html": [ [ "css/css-text/white-space/control-chars-000.html", @@ -257506,6 +257602,11 @@ {} ] ], + "css/css-contain/reference/contain-content-011-ref.html": [ + [ + {} + ] + ], "css/css-contain/reference/contain-layout-baseline-004-ref.html": [ [ {} @@ -257721,6 +257822,11 @@ {} ] ], + "css/css-contain/reference/contain-strict-011-ref.html": [ + [ + {} + ] + ], "css/css-contain/reference/contain-style-breaks-001-ref.html": [ [ {} @@ -291476,11 +291582,6 @@ {} ] ], - "feature-policy/reporting/legacy-image-formats-reporting.html.headers": [ - [ - {} - ] - ], "feature-policy/reporting/microphone-report-only.https.html.headers": [ [ {} @@ -380080,6 +380181,12 @@ } ] ], + "feature-policy/feature-policy-for-sandbox/sandbox-policies-in-allow-attribute.html": [ + [ + "feature-policy/feature-policy-for-sandbox/sandbox-policies-in-allow-attribute.html", + {} + ] + ], "feature-policy/feature-policy-frame-policy-allowed-for-all.https.sub.html": [ [ "feature-policy/feature-policy-frame-policy-allowed-for-all.https.sub.html", @@ -380335,12 +380442,6 @@ {} ] ], - "feature-policy/reporting/legacy-image-formats-reporting.html": [ - [ - "feature-policy/reporting/legacy-image-formats-reporting.html", - {} - ] - ], "feature-policy/reporting/microphone-report-only.https.html": [ [ "feature-policy/reporting/microphone-report-only.https.html", @@ -472863,6 +472964,162 @@ {} ] ], + "css/css-text-decor/text-decoration-001.html": [ + [ + "css/css-text-decor/text-decoration-001.html", + {} + ] + ], + "css/css-text-decor/text-decoration-002.html": [ + [ + "css/css-text-decor/text-decoration-002.html", + {} + ] + ], + "css/css-text-decor/text-decoration-003.html": [ + [ + "css/css-text-decor/text-decoration-003.html", + {} + ] + ], + "css/css-text-decor/text-decoration-004.html": [ + [ + "css/css-text-decor/text-decoration-004.html", + {} + ] + ], + "css/css-text-decor/text-decoration-040.html": [ + [ + "css/css-text-decor/text-decoration-040.html", + {} + ] + ], + "css/css-text-decor/text-decoration-040a.html": [ + [ + "css/css-text-decor/text-decoration-040a.html", + {} + ] + ], + "css/css-text-decor/text-decoration-041.html": [ + [ + "css/css-text-decor/text-decoration-041.html", + {} + ] + ], + "css/css-text-decor/text-decoration-044.html": [ + [ + "css/css-text-decor/text-decoration-044.html", + {} + ] + ], + "css/css-text-decor/text-decoration-045.html": [ + [ + "css/css-text-decor/text-decoration-045.html", + {} + ] + ], + "css/css-text-decor/text-decoration-046a.html": [ + [ + "css/css-text-decor/text-decoration-046a.html", + {} + ] + ], + "css/css-text-decor/text-decoration-048.html": [ + [ + "css/css-text-decor/text-decoration-048.html", + {} + ] + ], + "css/css-text-decor/text-decoration-048a.html": [ + [ + "css/css-text-decor/text-decoration-048a.html", + {} + ] + ], + "css/css-text-decor/text-decoration-049.html": [ + [ + "css/css-text-decor/text-decoration-049.html", + {} + ] + ], + "css/css-text-decor/text-decoration-082.html": [ + [ + "css/css-text-decor/text-decoration-082.html", + {} + ] + ], + "css/css-text-decor/text-decoration-085.html": [ + [ + "css/css-text-decor/text-decoration-085.html", + {} + ] + ], + "css/css-text-decor/text-decoration-090.html": [ + [ + "css/css-text-decor/text-decoration-090.html", + {} + ] + ], + "css/css-text-decor/text-decoration-090a.html": [ + [ + "css/css-text-decor/text-decoration-090a.html", + {} + ] + ], + "css/css-text-decor/text-decoration-091.html": [ + [ + "css/css-text-decor/text-decoration-091.html", + {} + ] + ], + "css/css-text-decor/text-decoration-091a.html": [ + [ + "css/css-text-decor/text-decoration-091a.html", + {} + ] + ], + "css/css-text-decor/text-decoration-092.html": [ + [ + "css/css-text-decor/text-decoration-092.html", + {} + ] + ], + "css/css-text-decor/text-decoration-092a.html": [ + [ + "css/css-text-decor/text-decoration-092a.html", + {} + ] + ], + "css/css-text-decor/text-decoration-095a.html": [ + [ + "css/css-text-decor/text-decoration-095a.html", + {} + ] + ], + "css/css-text-decor/text-decoration-096.html": [ + [ + "css/css-text-decor/text-decoration-096.html", + {} + ] + ], + "css/css-text-decor/text-decoration-096a.html": [ + [ + "css/css-text-decor/text-decoration-096a.html", + {} + ] + ], + "css/css-text-decor/text-decoration-097.html": [ + [ + "css/css-text-decor/text-decoration-097.html", + {} + ] + ], + "css/css-text-decor/text-decoration-097a.html": [ + [ + "css/css-text-decor/text-decoration-097a.html", + {} + ] + ], "css/css-text-decor/text-decoration-visibility-001.xht": [ [ "css/css-text-decor/text-decoration-visibility-001.xht", @@ -507019,7 +507276,7 @@ "testharness" ], "content-security-policy/securitypolicyviolation/idlharness.window.js": [ - "fc5e65d6cfdc59fb8bd3c10e3ed358d5b7f8074d", + "25efd0d4e1f5224cda5a74457e801d84777bbcb0", "testharness" ], "content-security-policy/securitypolicyviolation/img-src-redirect-upgrade-reporting.https.html": [ @@ -575726,6 +575983,26 @@ "449221428c3d76d31ff84a5792c7578c36cbebed", "reftest" ], + "css/css-contain/contain-content-001.html": [ + "649bf54df5b6e005253e1a8d5d8b45521889e9f5", + "reftest" + ], + "css/css-contain/contain-content-002.html": [ + "d18ba3c4dd4b894e1c635c471d4045be912ee482", + "reftest" + ], + "css/css-contain/contain-content-003.html": [ + "bb421c01732261d4fad354c9d8c6aeace7e5f7e0", + "reftest" + ], + "css/css-contain/contain-content-004.html": [ + "37b2daf845ad9aff8277dda42ab3320dd3a151a9", + "reftest" + ], + "css/css-contain/contain-content-011.html": [ + "1646413fee73845a56af73135e7ad9e25598b363", + "reftest" + ], "css/css-contain/contain-layout-001.html": [ "85b959da2b9a151c13be3dc83485646341752915", "reftest" @@ -576226,6 +576503,10 @@ "792710cd87d8ee0813838dd39847f9dd2db2e2a9", "reftest" ], + "css/css-contain/contain-strict-011.html": [ + "a3c506b1baa5a45baf696977aec0e27344e47306", + "reftest" + ], "css/css-contain/contain-style-baseline-001.html": [ "f05d20982833077d53ecad3340065aee7e0ca8cd", "reftest" @@ -576318,6 +576599,10 @@ "1fdecb1c33149af52c48c105bce8ad91904bad44", "support" ], + "css/css-contain/reference/contain-content-011-ref.html": [ + "21043b083c893a474aee7e0a926ce5be3d73ec12", + "support" + ], "css/css-contain/reference/contain-layout-baseline-004-ref.html": [ "d0c7788fc18533343ee3830d96161f04ccb5d406", "support" @@ -576490,6 +576775,10 @@ "402ff6c95e14c7c6dbe6e91cd779937bf6c4caa8", "support" ], + "css/css-contain/reference/contain-strict-011-ref.html": [ + "3e69ee5ab8da7dadde757b1cdb811d49bd048a0b", + "support" + ], "css/css-contain/reference/contain-style-breaks-001-ref.html": [ "2c0b758e6bf83ab83444422d39535e14af8c1ab1", "support" @@ -597967,7 +598256,7 @@ "testharness" ], "css/css-properties-values-api/var-reference-registered-properties.html": [ - "166754574faa025807847209f1ab157111a4a6d8", + "050b5e2cf694bc293834a444cf9fa82726968bb3", "testharness" ], "css/css-pseudo/META.yml": [ @@ -603630,6 +603919,110 @@ "6bf79ba4527f99af740bdeca945449e8f9ed7a57", "support" ], + "css/css-text-decor/text-decoration-001.html": [ + "9b620132697dfbf68f0d10575afaf7d902e649da", + "visual" + ], + "css/css-text-decor/text-decoration-002.html": [ + "71c815b34e0eb43d38456ac3ec67cf3a7f96308c", + "visual" + ], + "css/css-text-decor/text-decoration-003.html": [ + "ee987654bf1eab14c45393314adcc6425713c154", + "visual" + ], + "css/css-text-decor/text-decoration-004.html": [ + "0419d85f9625f07d439b57ebc72a422ced6a5099", + "visual" + ], + "css/css-text-decor/text-decoration-040.html": [ + "63b63759197870f9a0616b853a4dd58e282876b1", + "visual" + ], + "css/css-text-decor/text-decoration-040a.html": [ + "90963c8db6ca41c9c962ee0f38d6153cc9e7fc2b", + "visual" + ], + "css/css-text-decor/text-decoration-041.html": [ + "32e0598ab4a9268fd4c2f4b48dec7bbc4632ab0b", + "visual" + ], + "css/css-text-decor/text-decoration-044.html": [ + "63732387f27a9bd32ee42fcf3400f4b8a22c642c", + "visual" + ], + "css/css-text-decor/text-decoration-045.html": [ + "e8a6904071419c0b049ed5b5aad83401e236957d", + "visual" + ], + "css/css-text-decor/text-decoration-046a.html": [ + "a3d5e717e3f882ba2ce9a4bf148fd62856c73b76", + "visual" + ], + "css/css-text-decor/text-decoration-048.html": [ + "c9070bedb3b3450e7d2c0b2b0a76dfbdfdb8e4f2", + "visual" + ], + "css/css-text-decor/text-decoration-048a.html": [ + "7d598af677e9f5be323886842560f9c04d79da8a", + "visual" + ], + "css/css-text-decor/text-decoration-049.html": [ + "b8fb70dcd79a50ae2a49bf705688695f66ee2a88", + "visual" + ], + "css/css-text-decor/text-decoration-082.html": [ + "a1d5497ad2ac01d8df295b8203a9769780317f27", + "visual" + ], + "css/css-text-decor/text-decoration-085.html": [ + "30522cf331fecc3eb17a43a53b1bc9aa5d63ae1d", + "visual" + ], + "css/css-text-decor/text-decoration-090.html": [ + "580fb98c87961670cd2c23f3d01be40477cd06db", + "visual" + ], + "css/css-text-decor/text-decoration-090a.html": [ + "d9ac430079b621104da62a11fca6b0bd3d6cff57", + "visual" + ], + "css/css-text-decor/text-decoration-091.html": [ + "2097792f1c317daaad0f05281a3b547d3555cd3d", + "visual" + ], + "css/css-text-decor/text-decoration-091a.html": [ + "ee2464c5263e1cd7eb1389d4b052bc08633a78e8", + "visual" + ], + "css/css-text-decor/text-decoration-092.html": [ + "5ba99f0de3b463eef56f477d5e2cfffd06f16786", + "visual" + ], + "css/css-text-decor/text-decoration-092a.html": [ + "5f034b3e729955dbc4c0be3c1787745423f224ff", + "visual" + ], + "css/css-text-decor/text-decoration-095a.html": [ + "dc4ae513d125b9cb065875ecd2b5155ff2169fe2", + "visual" + ], + "css/css-text-decor/text-decoration-096.html": [ + "b7c0dc4878b365e9009026c4f537a4312bab761c", + "visual" + ], + "css/css-text-decor/text-decoration-096a.html": [ + "a1f13e57cafd437805633587bdcc1190c18fb26a", + "visual" + ], + "css/css-text-decor/text-decoration-097.html": [ + "4d352e4da17d515aa4426ac286ca663bd8a13834", + "visual" + ], + "css/css-text-decor/text-decoration-097a.html": [ + "64b3249dd6be2cf4364c3ebe62ff256a0373a29d", + "visual" + ], "css/css-text-decor/text-decoration-color-recalc.html": [ "b7cde934fcfd3c73ac351f7b9566adadad542294", "reftest" @@ -606374,6 +606767,10 @@ "0491b921e1aed4b030ca5cf0214afad7bdf3aba1", "reftest" ], + "css/css-text/overflow-wrap/overflow-wrap-break-word-008.html": [ + "9a3a95ba382e770eb6506102a64771caaf4f00af", + "reftest" + ], "css/css-text/overflow-wrap/overflow-wrap-break-word-fit-content-001.html": [ "2c83c46aa50f6d51efbb4d05635d86f7c166042d", "reftest" @@ -608302,6 +608699,10 @@ "7bcb9dd33758baf715060aa288d9a091e9cb0c94", "reftest" ], + "css/css-text/white-space/break-spaces-009.html": [ + "9ecaa919ddfd42c920523e123afbeec232bdc920", + "reftest" + ], "css/css-text/white-space/control-chars-000.html": [ "b038fe9a90d3b8b9cb3bde7fd46396c7121688c9", "reftest" @@ -608703,19 +609104,19 @@ "support" ], "css/css-text/white-space/reference/white-space-intrinsic-size-001-ref.html": [ - "1f1761d5a3de94e63cf231d892d50704ddee8d6b", + "cf59a70890adb3cca4dffbf8495e1437887ef133", "support" ], "css/css-text/white-space/reference/white-space-intrinsic-size-002-ref.html": [ - "a97a089153d952d3b32177144ab20bbff2ef790b", + "78ee28b61fd2a6c49d0bdfeb1c3cb76066284a81", "support" ], "css/css-text/white-space/reference/white-space-intrinsic-size-003-ref.html": [ - "2ead6c8c7ae74a9a81f38db7d8226873abae2b59", + "1d9ac7abc4ac498e3f8920c6212ca4a4e55ba304", "support" ], "css/css-text/white-space/reference/white-space-intrinsic-size-004-ref.html": [ - "6b2d4b49d53a0e4ed7268d4417ac69d0cc3fbe11", + "34757067b15b6a30e8273a93df7f68a7cfb4a686", "support" ], "css/css-text/white-space/reference/white-space-pre-wrap-trailing-spaces-001-ref.html": [ @@ -608923,19 +609324,19 @@ "reftest" ], "css/css-text/white-space/white-space-intrinsic-size-001.html": [ - "22514ed669f0438738026c0276d89b845f58942e", + "9974041c80ae660ce018d4bd507717525ad90eeb", "reftest" ], "css/css-text/white-space/white-space-intrinsic-size-002.html": [ - "ce222d898798812a525776ead4263e6032e74f87", + "d105756d0baa7e04b154abe2e05507f4454095f4", "reftest" ], "css/css-text/white-space/white-space-intrinsic-size-003.html": [ - "50c1d1aca6d50f31cb0f2426d2269885ba848dd7", + "fca1ec39ed07bfa06e8102281e148d2b8d780adb", "reftest" ], "css/css-text/white-space/white-space-intrinsic-size-004.html": [ - "21c0bd66cb54410a7c7e03d6c638cc5efa349ae2", + "510a5c5d14188e9dc042ee061f6cb91bb169b73c", "reftest" ], "css/css-text/white-space/white-space-pre-wrap-trailing-spaces-001.html": [ @@ -646695,7 +647096,7 @@ "testharness" ], "feature-policy/feature-policy-for-sandbox/resources/helper.js": [ - "0d82811bcee613547cc8d0b23a9b5aa8fe369caf", + "09a8aa7846cd724e203bb12ce9a014662d01ea0d", "support" ], "feature-policy/feature-policy-for-sandbox/resources/opened_window.html": [ @@ -646714,6 +647115,10 @@ "263a17b524b14fcf8576f61c901df7c0b6afdeca", "support" ], + "feature-policy/feature-policy-for-sandbox/sandbox-policies-in-allow-attribute.html": [ + "a29d43e5fccabedf376ec5cd28fe213d7902081e", + "testharness" + ], "feature-policy/feature-policy-frame-policy-allowed-for-all.https.sub.html": [ "aede7e7876b197417d4fb6f156fda3285ac7e9a4", "testharness" @@ -646982,14 +647387,6 @@ "c059b96d97fc3701ce4325165b79948f69189135", "support" ], - "feature-policy/reporting/legacy-image-formats-reporting.html": [ - "6cd2e752eb915b984adc0552a8f792143d8e448b", - "testharness" - ], - "feature-policy/reporting/legacy-image-formats-reporting.html.headers": [ - "1003c32a445d7f3dafb233e8b49839d9fa336416", - "support" - ], "feature-policy/reporting/microphone-report-only.https.html": [ "539994cd70a2b5a8d598577a0d493c13346755b8", "testharness" @@ -648575,7 +648972,7 @@ "support" ], "fetch/sec-metadata/embed.tentative.https.sub.html": [ - "6f0c439595047049f8c5e71948bbcce6f8c22bd7", + "b97de9ef2fd4c0c41a5671ad7cd20c5814ab5223", "testharness" ], "fetch/sec-metadata/fetch.tentative.https.sub.html": [ @@ -648603,27 +649000,27 @@ "testharness" ], "fetch/sec-metadata/object.tentative.https.sub.html": [ - "2a0e8de85568c1ae6008af793f4ca9a6fad77a3d", + "474962918b03075b0fa97d199a339b5f504d8c20", "testharness" ], "fetch/sec-metadata/redirect/cross-site-redirect.tentative.https.sub.html": [ - "f88cf140d4e32ee21d3d0d6475905be55fe8adad", + "1634a29f3791490aa782435a294442d3a925ebda", "testharness" ], "fetch/sec-metadata/redirect/multiple-redirect-cross-site.tentative.https.sub.html": [ - "688c697ac931eefb445e75240bc4cb978c088e47", + "7647a5b1c89a99ab4c8227a6690c457915e07a62", "testharness" ], "fetch/sec-metadata/redirect/multiple-redirect-same-site.tentative.https.sub.html": [ - "bc79f7810a1be2cd12b40463ec6cac9a9e80d723", + "e83d6fd97e844f84dc5fb6c39a3acc99e5e9f087", "testharness" ], "fetch/sec-metadata/redirect/same-origin-redirect.tentative.https.sub.html": [ - "a5323921c26bc9882c0c17e75a2a562fe7d6972f", + "2033eab5979a619f918443d98788ae3caaefecb5", "testharness" ], "fetch/sec-metadata/redirect/same-site-redirect.tentative.https.sub.html": [ - "92749ae0b80c44938e6ca88e7c9bbbcd1cef48ca", + "c5b6830abed5f197f2640fa1ddb18be9f79480fd", "testharness" ], "fetch/sec-metadata/report.tentative.https.sub.html": [ @@ -648675,19 +649072,19 @@ "testharness" ], "fetch/sec-metadata/serviceworker.tentative.https.sub.html": [ - "5b7ee772b6175d7c2af3b1932a6194d69785ce65", + "590a6c33475d26e54ef31e7a766f596d4b6d5215", "testharness" ], "fetch/sec-metadata/sharedworker.tentative.https.sub.html": [ - "cfeadd8d8e206bc7a108b25b177ec0b3666d8e58", + "a1c558ad35dfbdb7d2f35535ba26148f31e3f2c6", "testharness" ], "fetch/sec-metadata/style.tentative.https.sub.html": [ - "4ae12662a29380b5c241988b7b97d34031d7bec7", + "46f64f49bde0ce6c642a517aacaf5af8c3074edc", "testharness" ], "fetch/sec-metadata/track.tentative.https.sub.html": [ - "89933f22c393711dd599cbdc4c3a18251005b7f6", + "817e4845edb215cd1fdf8183e6d306a4fe4172c4", "testharness" ], "fetch/sec-metadata/trailing-dot.tentative.https.sub.html": [ @@ -648699,7 +649096,7 @@ "testharness" ], "fetch/sec-metadata/worker.tentative.https.sub.html": [ - "89be6f0b5a1b2cdb6ab2489a2cf70a77baf44667", + "dc21d0324f442a8aa801dbddb04e0b2fe93464d0", "testharness" ], "fetch/sec-metadata/xslt.tentative.https.sub.html": [ @@ -670031,7 +670428,7 @@ "support" ], "interfaces/CSP.idl": [ - "4b53e3a3a40386d93abded001ac99bc04ea46b3e", + "e427ae8801a7863a59d9507d384e075e34bd4731", "support" ], "interfaces/CSS-Parser-API.idl": [ @@ -684567,7 +684964,7 @@ "reftest" ], "quirks/percentage-height-calculation.html": [ - "987cc245ca220bd92108b6babe17d35733fd0697", + "e56a03b4b41b72edca91ff261e766fc9d2cc5426", "testharness" ], "quirks/reference/green-100px-square-no-red.html": [ @@ -716795,7 +717192,7 @@ "testharness" ], "webrtc/RTCDataChannel-id.html": [ - "98be63d923c016eded8080f89987af3dbd60850a", + "4c16547ca780c5285fbb2a264bfaf7b10b43eab6", "testharness" ], "webrtc/RTCDataChannel-send.html": [ @@ -716991,7 +717388,7 @@ "testharness" ], "webrtc/RTCPeerConnection-transceivers.https.html": [ - "9b3a9a85413e2dcfdbcbbefe2b8b05a0ffd05ca0", + "73668e7be6ed8d98630d857657fcace9072b9aee", "testharness" ], "webrtc/RTCPeerConnectionIceEvent-constructor.html": [ diff --git a/tests/wpt/metadata/css/css-text/overflow-wrap/overflow-wrap-break-word-008.html.ini b/tests/wpt/metadata/css/css-text/overflow-wrap/overflow-wrap-break-word-008.html.ini new file mode 100644 index 00000000000..cce949c8c12 --- /dev/null +++ b/tests/wpt/metadata/css/css-text/overflow-wrap/overflow-wrap-break-word-008.html.ini @@ -0,0 +1,2 @@ +[overflow-wrap-break-word-008.html] + expected: FAIL diff --git a/tests/wpt/metadata/css/css-text/white-space/break-spaces-009.html.ini b/tests/wpt/metadata/css/css-text/white-space/break-spaces-009.html.ini new file mode 100644 index 00000000000..61175c0921c --- /dev/null +++ b/tests/wpt/metadata/css/css-text/white-space/break-spaces-009.html.ini @@ -0,0 +1,2 @@ +[break-spaces-009.html] + 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 e85a200d4e9..15f0a4d066d 100644 --- a/tests/wpt/metadata/encoding/single-byte-decoder.html.ini +++ b/tests/wpt/metadata/encoding/single-byte-decoder.html.ini @@ -32,7 +32,7 @@ [single-byte-decoder.html?XMLHttpRequest] - expected: TIMEOUT + expected: CRASH [ISO-8859-2: iso_8859-2:1987 (XMLHttpRequest)] 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 18f786d4963..c29ff22ada2 100644 --- a/tests/wpt/metadata/fetch/content-type/response.window.js.ini +++ b/tests/wpt/metadata/fetch/content-type/response.window.js.ini @@ -312,3 +312,12 @@ [