From 3b6ddd885a13fb750d58188251a1221aec40a010 Mon Sep 17 00:00:00 2001 From: WPT Sync Bot Date: Wed, 12 Dec 2018 21:08:47 -0500 Subject: [PATCH] Update web-platform-tests to revision 4052654d786236b493d2df3cb80b9d3d1d0a8354 --- tests/wpt/metadata/MANIFEST.json | 421 ++++-- .../cssom/stylesheet-same-origin.sub.html.ini | 7 + .../attribute-case/cssom.html.ini | 73 + .../attribute-case/semantics.html.ini | 1333 +++++++++++++++++ .../attribute-case/syntax.html.ini | 433 ++++++ tests/wpt/metadata/encoding/sniffing.html.ini | 4 + .../traverse_the_history_1.html.ini | 4 - .../traverse_the_history_5.html.ini | 4 + .../Document.currentScript.html.ini | 3 - .../viewport-change.html.ini | 22 +- .../non-active-document.html.ini | 10 + ...-a-sizes-attribute-standards-mode.html.ini | 1 + .../range-intrinsic-size.html.ini | 2 + .../muted-errors.sub.html.ini | 6 + ...nt-handler-attributes-body-window.html.ini | 21 + ...andler-attributes-frameset-window.html.ini | 64 + .../supported_navigation_type.any.js.ini | 9 + .../supportedEntryTypes.any.js.ini | 9 + .../webtiming-resolution.any.js.ini | 3 - .../unitless-length/limited-quirks.html.ini | 283 ++++ .../supported_resource_type.any.js.ini | 9 + .../semantics/multiple-workers/005.html.ini | 1 - .../web-platform-tests/.azure-pipelines.yml | 53 +- ...write-dttext-read-dttext-manual.https.html | 29 +- ...c-write-dttext-read-text-manual.https.html | 23 +- ...c-write-text-read-dttext-manual.https.html | 26 +- ...ync-write-text-read-text-manual.https.html | 20 +- .../test_group_insertRule.html | 2 +- ...alidation-change-part-name-idl-setter.html | 3 +- .../currentcolor-animation-001.html | 2 +- .../css/cssom/stylesheet-same-origin.sub.html | 66 +- .../support/malformed-http-response.asis | 1 + .../attribute-case/cssom.html | 3 + .../resources/syntax-quirks.html | 2 +- .../attribute-case/resources/syntax-xml.xhtml | 2 +- .../attribute-case/semantics.html | 115 +- .../attribute-case/syntax.html | 30 +- .../web-platform-tests/encoding/sniffing.html | 12 + .../event-timing-bufferbeforeonload.html | 7 +- .../event-timing-crossiframe.html | 4 +- .../event-timing-observethenonload.html | 7 +- ...t-timing-onloadthenobserve-firstInput.html | 5 +- .../event-timing-onloadthenobserve.html | 7 +- .../event-timing-only-observe-firstInput.html | 7 +- .../event-timing-retrievability.html | 4 +- .../event-timing-retrieve-firstInput.html | 2 +- .../event-timing-timingconditions.html | 9 +- .../event-timing-crossiframe-childframe.html | 4 +- .../resources/event-timing-support.js | 6 +- .../the-button-element/button-events.html | 117 ++ .../range-intrinsic-size-ref.html | 99 ++ .../range-intrinsic-size.html | 85 ++ .../the-script-element/muted-errors.sub.html | 16 + .../resources/syntax-error.js | 1 + .../the-script-element/resources/throw.js | 1 + .../document-write/047-1.html | 7 + .../document-write/047.html | 18 +- .../document-write/048.html | 15 - .../event-handler-attributes-body-window.html | 35 +- ...nt-handler-attributes-frameset-window.html | 28 + .../event-handler-attributes-window-body.html | 49 - .../events/resources/event-handler-body.js | 39 + .../the-navigator-object/protocol.https.html | 246 ++- .../actions/elementPosition.html.ini | 3 - .../testdriver/actions/elementTiming.html.ini | 5 +- .../testdriver/actions/eventOrder.html.ini | 6 +- .../testdriver/actions/pause.html.ini | 6 +- .../supported-longtask-types.any.js | 9 + .../media-source/mediasource-errors.html | 59 +- .../supported_navigation_type.any.js | 6 + .../paint-timing/supported-paint-type.any.js | 6 + .../supportedEntryTypes.any.js | 12 + .../picture-in-picture/mediastream.html | 16 +- .../supported_resource_type.any.js | 6 + .../resources/generate-test-certs.sh | 2 +- .../reftests/percentage-attribute.svg | 21 + .../svg/geometry/reftests/percentage-ref.svg | 18 + .../svg/geometry/reftests/percentage.svg | 38 + .../reftests/percentage-attribute.svg | 20 + .../svg/painting/reftests/percentage-ref.svg | 19 + .../svg/painting/reftests/percentage.svg | 22 + .../tools/ci/azure/affected_tests.yml | 25 + .../tools/webdriver/webdriver/transport.py | 58 +- .../wptrunner/wptrunner/browsers/base.py | 9 +- .../wptrunner/wptrunner/browsers/chrome.py | 8 +- .../wptrunner/browsers/chrome_android.py | 4 +- .../wptrunner/wptrunner/browsers/edge.py | 12 +- .../wptrunner/wptrunner/browsers/fennec.py | 6 +- .../wptrunner/wptrunner/browsers/firefox.py | 5 +- .../tools/wptrunner/wptrunner/browsers/ie.py | 4 +- .../wptrunner/wptrunner/browsers/opera.py | 4 +- .../wptrunner/wptrunner/browsers/safari.py | 6 +- .../wptrunner/wptrunner/browsers/sauce.py | 4 +- .../wptrunner/wptrunner/browsers/servo.py | 2 + .../wptrunner/browsers/servodriver.py | 2 + .../wptrunner/wptrunner/browsers/webkit.py | 4 +- .../tools/wptrunner/wptrunner/environment.py | 8 +- .../wptrunner/wptrunner/executors/base.py | 2 +- .../wptrunner/executors/executormarionette.py | 86 +- .../wptrunner/executors/executorselenium.py | 72 +- .../wptrunner/executors/executorservo.py | 2 +- .../wptrunner/executors/executorwebdriver.py | 103 +- .../wptrunner/wptrunner/executors/runner.js | 58 - .../executors/testharness_webdriver.js | 19 - .../executors/testharness_webdriver_resume.js | 26 +- .../tools/wptrunner/wptrunner/products.py | 51 +- .../wptrunner/wptrunner/testdriver-extra.js | 6 +- .../wptrunner/wptrunner/testharnessreport.js | 75 +- .../wptrunner/tests/test_products.py | 1 + .../tools/wptrunner/wptrunner/wptrunner.py | 50 +- .../tools/wptserve/wptserve/stash.py | 11 + .../supported-usertiming-types.any.js | 11 + ...lf-origin-by-feature-policy.https.sub.html | 4 +- .../webrtc/RTCRtpParameters-helper.js | 2 + .../webrtc/RTCRtpReceiver-getParameters.html | 49 +- .../webrtc/RTCRtpSender-transport.https.html | 84 ++ 116 files changed, 4255 insertions(+), 821 deletions(-) create mode 100644 tests/wpt/metadata/css/cssom/stylesheet-same-origin.sub.html.ini create mode 100644 tests/wpt/metadata/css/selectors/attribute-selectors/attribute-case/cssom.html.ini create mode 100644 tests/wpt/metadata/css/selectors/attribute-selectors/attribute-case/semantics.html.ini create mode 100644 tests/wpt/metadata/css/selectors/attribute-selectors/attribute-case/syntax.html.ini create mode 100644 tests/wpt/metadata/encoding/sniffing.html.ini delete mode 100644 tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_1.html.ini create mode 100644 tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_5.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/forms/the-input-element/range-intrinsic-size.html.ini create mode 100644 tests/wpt/metadata/html/webappapis/scripting/events/event-handler-attributes-frameset-window.html.ini create mode 100644 tests/wpt/metadata/navigation-timing/supported_navigation_type.any.js.ini create mode 100644 tests/wpt/metadata/performance-timeline/supportedEntryTypes.any.js.ini create mode 100644 tests/wpt/metadata/quirks/unitless-length/limited-quirks.html.ini create mode 100644 tests/wpt/metadata/resource-timing/supported_resource_type.any.js.ini create mode 100644 tests/wpt/web-platform-tests/css/cssom/support/malformed-http-response.asis create mode 100644 tests/wpt/web-platform-tests/encoding/sniffing.html create mode 100644 tests/wpt/web-platform-tests/html/semantics/forms/the-input-element/range-intrinsic-size-ref.html create mode 100644 tests/wpt/web-platform-tests/html/semantics/forms/the-input-element/range-intrinsic-size.html create mode 100644 tests/wpt/web-platform-tests/html/semantics/scripting-1/the-script-element/resources/syntax-error.js create mode 100644 tests/wpt/web-platform-tests/html/semantics/scripting-1/the-script-element/resources/throw.js create mode 100644 tests/wpt/web-platform-tests/html/webappapis/dynamic-markup-insertion/document-write/047-1.html delete mode 100644 tests/wpt/web-platform-tests/html/webappapis/dynamic-markup-insertion/document-write/048.html create mode 100644 tests/wpt/web-platform-tests/html/webappapis/scripting/events/event-handler-attributes-frameset-window.html delete mode 100644 tests/wpt/web-platform-tests/html/webappapis/scripting/events/event-handler-attributes-window-body.html create mode 100644 tests/wpt/web-platform-tests/longtask-timing/supported-longtask-types.any.js create mode 100644 tests/wpt/web-platform-tests/navigation-timing/supported_navigation_type.any.js create mode 100644 tests/wpt/web-platform-tests/paint-timing/supported-paint-type.any.js create mode 100644 tests/wpt/web-platform-tests/performance-timeline/supportedEntryTypes.any.js create mode 100644 tests/wpt/web-platform-tests/resource-timing/supported_resource_type.any.js create mode 100644 tests/wpt/web-platform-tests/svg/geometry/reftests/percentage-attribute.svg create mode 100644 tests/wpt/web-platform-tests/svg/geometry/reftests/percentage-ref.svg create mode 100644 tests/wpt/web-platform-tests/svg/geometry/reftests/percentage.svg create mode 100644 tests/wpt/web-platform-tests/svg/painting/reftests/percentage-attribute.svg create mode 100644 tests/wpt/web-platform-tests/svg/painting/reftests/percentage-ref.svg create mode 100644 tests/wpt/web-platform-tests/svg/painting/reftests/percentage.svg create mode 100644 tests/wpt/web-platform-tests/tools/ci/azure/affected_tests.yml delete mode 100644 tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/executors/testharness_webdriver.js create mode 100644 tests/wpt/web-platform-tests/user-timing/supported-usertiming-types.any.js create mode 100644 tests/wpt/web-platform-tests/webrtc/RTCRtpSender-transport.https.html diff --git a/tests/wpt/metadata/MANIFEST.json b/tests/wpt/metadata/MANIFEST.json index 737e2918c2d..064dbc83dc9 100644 --- a/tests/wpt/metadata/MANIFEST.json +++ b/tests/wpt/metadata/MANIFEST.json @@ -190281,6 +190281,18 @@ {} ] ], + "html/semantics/forms/the-input-element/range-intrinsic-size.html": [ + [ + "/html/semantics/forms/the-input-element/range-intrinsic-size.html", + [ + [ + "/html/semantics/forms/the-input-element/range-intrinsic-size-ref.html", + "==" + ] + ], + {} + ] + ], "html/semantics/forms/the-textarea-element/textarea-newline-bidi.html": [ [ "/html/semantics/forms/the-textarea-element/textarea-newline-bidi.html", @@ -191881,6 +191893,30 @@ {} ] ], + "svg/geometry/reftests/percentage-attribute.svg": [ + [ + "/svg/geometry/reftests/percentage-attribute.svg", + [ + [ + "/svg/geometry/reftests/percentage-ref.svg", + "==" + ] + ], + {} + ] + ], + "svg/geometry/reftests/percentage.svg": [ + [ + "/svg/geometry/reftests/percentage.svg", + [ + [ + "/svg/geometry/reftests/percentage-ref.svg", + "==" + ] + ], + {} + ] + ], "svg/linking/reftests/href-a-element-attr-change.html": [ [ "/svg/linking/reftests/href-a-element-attr-change.html", @@ -192205,6 +192241,30 @@ {} ] ], + "svg/painting/reftests/percentage-attribute.svg": [ + [ + "/svg/painting/reftests/percentage-attribute.svg", + [ + [ + "/svg/painting/reftests/percentage-ref.svg", + "==" + ] + ], + {} + ] + ], + "svg/painting/reftests/percentage.svg": [ + [ + "/svg/painting/reftests/percentage.svg", + [ + [ + "/svg/painting/reftests/percentage-ref.svg", + "==" + ] + ], + {} + ] + ], "svg/path/bearing/absolute.svg": [ [ "/svg/path/bearing/absolute.svg", @@ -276401,6 +276461,11 @@ {} ] ], + "css/cssom/support/malformed-http-response.asis": [ + [ + {} + ] + ], "css/cssom/support/pattern-grg-rgr-grg.png": [ [ {} @@ -295386,6 +295451,11 @@ {} ] ], + "html/semantics/forms/the-input-element/range-intrinsic-size-ref.html": [ + [ + {} + ] + ], "html/semantics/forms/the-input-element/resources/image-submit-click.html": [ [ {} @@ -296446,6 +296516,16 @@ {} ] ], + "html/semantics/scripting-1/the-script-element/resources/syntax-error.js": [ + [ + {} + ] + ], + "html/semantics/scripting-1/the-script-element/resources/throw.js": [ + [ + {} + ] + ], "html/semantics/scripting-1/the-script-element/script-not-executed-after-shutdown-child.html": [ [ {} @@ -297051,6 +297131,11 @@ {} ] ], + "html/webappapis/dynamic-markup-insertion/document-write/047-1.html": [ + [ + {} + ] + ], "html/webappapis/dynamic-markup-insertion/document-write/empty.html": [ [ {} @@ -309781,6 +309866,11 @@ {} ] ], + "svg/geometry/reftests/percentage-ref.svg": [ + [ + {} + ] + ], "svg/import/woffs/Blocky.woff": [ [ {} @@ -310081,6 +310171,11 @@ {} ] ], + "svg/painting/reftests/percentage-ref.svg": [ + [ + {} + ] + ], "svg/path/bearing/absolute-ref.svg": [ [ {} @@ -310456,6 +310551,11 @@ {} ] ], + "tools/ci/azure/affected_tests.yml": [ + [ + {} + ] + ], "tools/ci/azure/checkout.yml": [ [ {} @@ -317041,11 +317141,6 @@ {} ] ], - "tools/wptrunner/wptrunner/executors/testharness_webdriver.js": [ - [ - {} - ] - ], "tools/wptrunner/wptrunner/executors/testharness_webdriver_resume.js": [ [ {} @@ -361236,6 +361331,12 @@ } ] ], + "encoding/sniffing.html": [ + [ + "/encoding/sniffing.html", + {} + ] + ], "encoding/streams/backpressure.any.js": [ [ "/encoding/streams/backpressure.any.html", @@ -377426,12 +377527,6 @@ {} ] ], - "html/webappapis/dynamic-markup-insertion/document-write/048.html": [ - [ - "/html/webappapis/dynamic-markup-insertion/document-write/048.html", - {} - ] - ], "html/webappapis/dynamic-markup-insertion/document-write/049.html": [ [ "/html/webappapis/dynamic-markup-insertion/document-write/049.html", @@ -377990,9 +378085,9 @@ {} ] ], - "html/webappapis/scripting/events/event-handler-attributes-window-body.html": [ + "html/webappapis/scripting/events/event-handler-attributes-frameset-window.html": [ [ - "/html/webappapis/scripting/events/event-handler-attributes-window-body.html", + "/html/webappapis/scripting/events/event-handler-attributes-frameset-window.html", {} ] ], @@ -379278,6 +379373,16 @@ {} ] ], + "longtask-timing/supported-longtask-types.any.js": [ + [ + "/longtask-timing/supported-longtask-types.any.html", + {} + ], + [ + "/longtask-timing/supported-longtask-types.any.worker.html", + {} + ] + ], "magnetometer/Magnetometer-disabled-by-feature-policy.https.html": [ [ "/magnetometer/Magnetometer-disabled-by-feature-policy.https.html", @@ -383230,6 +383335,16 @@ {} ] ], + "navigation-timing/supported_navigation_type.any.js": [ + [ + "/navigation-timing/supported_navigation_type.any.html", + {} + ], + [ + "/navigation-timing/supported_navigation_type.any.worker.html", + {} + ] + ], "navigation-timing/test_document_open.html": [ [ "/navigation-timing/test_document_open.html", @@ -393176,6 +393291,16 @@ {} ] ], + "paint-timing/supported-paint-type.any.js": [ + [ + "/paint-timing/supported-paint-type.any.html", + {} + ], + [ + "/paint-timing/supported-paint-type.any.worker.html", + {} + ] + ], "payment-handler/can-make-payment-event-constructor.https.html": [ [ "/payment-handler/can-make-payment-event-constructor.https.html", @@ -393668,6 +393793,16 @@ {} ] ], + "performance-timeline/supportedEntryTypes.any.js": [ + [ + "/performance-timeline/supportedEntryTypes.any.html", + {} + ], + [ + "/performance-timeline/supportedEntryTypes.any.worker.html", + {} + ] + ], "performance-timeline/webtiming-resolution.any.js": [ [ "/performance-timeline/webtiming-resolution.any.html", @@ -404740,6 +404875,16 @@ } ] ], + "resource-timing/supported_resource_type.any.js": [ + [ + "/resource-timing/supported_resource_type.any.html", + {} + ], + [ + "/resource-timing/supported_resource_type.any.worker.html", + {} + ] + ], "resource-timing/test_resource_timing.html": [ [ "/resource-timing/test_resource_timing.html", @@ -410568,6 +410713,16 @@ {} ] ], + "user-timing/supported-usertiming-types.any.js": [ + [ + "/user-timing/supported-usertiming-types.any.html", + {} + ], + [ + "/user-timing/supported-usertiming-types.any.worker.html", + {} + ] + ], "user-timing/user-timing-tojson.html": [ [ "/user-timing/user-timing-tojson.html", @@ -414642,6 +414797,12 @@ {} ] ], + "webrtc/RTCRtpSender-transport.https.html": [ + [ + "/webrtc/RTCRtpSender-transport.https.html", + {} + ] + ], "webrtc/RTCRtpTransceiver-direction.html": [ [ "/webrtc/RTCRtpTransceiver-direction.html", @@ -442350,7 +442511,7 @@ }, "paths": { ".azure-pipelines.yml": [ - "bf4d16d1f263ea645f34f5b2e1f037fb5af540c4", + "cea8efe2719e82fc24c015ba46f86c183999cb21", "support" ], ".codecov.yml": [ @@ -453530,19 +453691,19 @@ "testharness" ], "clipboard-apis/async-write-dttext-read-dttext-manual.https.html": [ - "1fe946ae70a792cda6fd69efd330355b1f25804d", + "75cf3a3140c8f17d5419167c48ad04ca4e4013ab", "manual" ], "clipboard-apis/async-write-dttext-read-text-manual.https.html": [ - "b341d923395677d4c17f8addea7b14e16117bdcf", + "3e68f9a5c6672343b3bdb0e82f43663f1fe36536", "manual" ], "clipboard-apis/async-write-text-read-dttext-manual.https.html": [ - "ab11ab9dfb4374c3481c76e8f4841351bbf91b37", + "232e144b7e0328b39fa93910c3e9ea4573a12c57", "manual" ], "clipboard-apis/async-write-text-read-text-manual.https.html": [ - "a5572164f23e36125f4f4ec6a7afec12f4fe446a", + "783683eb04832d777b84605f0ad0fbbc3c179c2d", "manual" ], "clipboard-apis/clipboard-events-synthetic.html": [ @@ -541910,7 +542071,7 @@ "support" ], "css/css-conditional/test_group_insertRule.html": [ - "f34245ec472aa11a4ce35b4d6551e43f8d588260", + "5326501913db15e90a80e5ffc4eb93d62dc2e732", "testharness" ], "css/css-contain/META.yml": [ @@ -566118,7 +566279,7 @@ "testharness" ], "css/css-shadow-parts/invalidation-change-part-name-idl-setter.html": [ - "52af22af7695157709836e0174655d04dcfccf94", + "0ed46f53bc75916b7ee9b83c4d1c84f9451e76f5", "testharness" ], "css/css-shadow-parts/invalidation-change-part-name.html": [ @@ -578986,7 +579147,7 @@ "testharness" ], "css/css-transitions/currentcolor-animation-001.html": [ - "4fd982a8cc77aa999c947d5c47e0aec8df8b9a92", + "1ffa1a358cade02d20006bd30bcab9110580ee21", "testharness" ], "css/css-transitions/detached-container-001.html": [ @@ -591806,7 +591967,7 @@ "support" ], "css/cssom/stylesheet-same-origin.sub.html": [ - "ccfbf7cec2c26c9eb2da26604ddb0763b70f6d8d", + "ef714670f5488f76d987a464a2732d60410f22ab", "testharness" ], "css/cssom/stylesheet-title.html": [ @@ -591885,6 +592046,10 @@ "9945ef47114c2841a746c99a2fb1e93e050aac8b", "support" ], + "css/cssom/support/malformed-http-response.asis": [ + "bc3c68d46d530f318e5d6e9140a24519724cf233", + "support" + ], "css/cssom/support/pattern-grg-rgr-grg.png": [ "9b88fbd81149891234185f54f8b4a0431759f181", "support" @@ -593238,7 +593403,7 @@ "reftest" ], "css/selectors/attribute-selectors/attribute-case/cssom.html": [ - "5c01e3cc78e55736a27c06098d9a4d200e229316", + "d03d820a3e6ed93b217558de2c3b91c040b22dd7", "testharness" ], "css/selectors/attribute-selectors/attribute-case/resources/semantics-quirks.html": [ @@ -593250,19 +593415,19 @@ "support" ], "css/selectors/attribute-selectors/attribute-case/resources/syntax-quirks.html": [ - "4606419b31c47f3b052ca2ef6930e8bf64d07a5b", + "a7ec7e2e04f206ef68edc4f22d7403926d6c836e", "support" ], "css/selectors/attribute-selectors/attribute-case/resources/syntax-xml.xhtml": [ - "19491c94c46a4b537673e402f5e310c4f4f210d3", + "b90c2777464d8859f07842e723649ffa4030659f", "support" ], "css/selectors/attribute-selectors/attribute-case/semantics.html": [ - "6b04fb517accfa8feca1b910c0fb5077702828a2", + "51e5c5162841a582d3a7a17b776517c5b0731e41", "testharness" ], "css/selectors/attribute-selectors/attribute-case/syntax.html": [ - "be00f624e399dc5ce3cff144bfb1f251abe1023f", + "e5acde100b06a6cf9c5eafe1e202298e87103929", "testharness" ], "css/selectors/child-indexed-pseudo-class.html": [ @@ -608473,6 +608638,10 @@ "70d8fb73eadb81bdade8e4bdcefe46491cd05b96", "testharness" ], + "encoding/sniffing.html": [ + "480be55515e8c7aeacff11ab8423348bdbf65bad", + "testharness" + ], "encoding/streams/backpressure.any.js": [ "f17e149ed9e5b949d8b3d6a54b48093232e7da52", "testharness" @@ -609414,11 +609583,11 @@ "support" ], "event-timing/event-timing-bufferbeforeonload.html": [ - "22fc4d547b90da989a292a44535c73d761f61293", + "e021e22d8d5bfed5a137d029e4d1b4fcd4f298cd", "testharness" ], "event-timing/event-timing-crossiframe.html": [ - "0e77b3822f5c6290b0bb185d30abb6815fbe0af9", + "b5d14a4c7aec2396662e85911276c716f3812352", "testharness" ], "event-timing/event-timing-observer-manual.html": [ @@ -609426,31 +609595,31 @@ "manual" ], "event-timing/event-timing-observethenonload.html": [ - "3d72e6aa8f612768dbcb8f8689873f80a55c5e76", + "3e2801f5496a75a025927ba8c4d6016658ae37c5", "testharness" ], "event-timing/event-timing-onloadthenobserve-firstInput.html": [ - "22ac4cb45e947ca3555fe57fbde03746397bfcb2", + "6d188b6964852eaaf6d6f38baf518e192d829a98", "testharness" ], "event-timing/event-timing-onloadthenobserve.html": [ - "07cc236cb47258bce490d2b18a29863922617ba1", + "1c25a33d9794333722127e3287c862b90bebdcc1", "testharness" ], "event-timing/event-timing-only-observe-firstInput.html": [ - "2f24d519c892175a65f431394400ece359e916e7", + "2ab4894d6177f0e2edc74af3cf52ef117bc281e3", "testharness" ], "event-timing/event-timing-retrievability.html": [ - "f38761b469da693f2c14a62c96a4671098cbd4e5", + "abc962d8fd80f157021c3aa709841188baa63181", "testharness" ], "event-timing/event-timing-retrieve-firstInput.html": [ - "ded00e61c75dfb29a200082b0f9d477c09297fd4", + "b1b020ea6992bc3dd1da6b83238b124ab3126a99", "testharness" ], "event-timing/event-timing-timingconditions.html": [ - "1e5dd2fd65cde654f9223ee3a9180a5adfeb4a57", + "03994c44e8004edf0b6232d784dc0d981a78711e", "testharness" ], "event-timing/idlharness.any.js": [ @@ -609458,7 +609627,7 @@ "testharness" ], "event-timing/resources/event-timing-crossiframe-childframe.html": [ - "7491fd88cb3c8cbfa849620e3690e4a42e454b9e", + "b0fbdeb459c277506be8dd74d2de4ebdb3687dbb", "support" ], "event-timing/resources/event-timing-observer-manual-childframe.html": [ @@ -609466,7 +609635,7 @@ "support" ], "event-timing/resources/event-timing-support.js": [ - "a2a583c8989cddf93ebceaf3d1fe5ca65bf1fc87", + "1f3d9f7d4e132a1792d7e46f876fa01ee64fc6e3", "support" ], "event-timing/resources/slow-image.py": [ @@ -626346,7 +626515,7 @@ "testharness" ], "html/semantics/forms/the-button-element/button-events.html": [ - "4d924e4aa39e217ae227cc38a2fea1daaece8811", + "be7806e1ee55297a8b8841e745966413d0e20168", "testharness" ], "html/semantics/forms/the-button-element/button-labels.html": [ @@ -626677,6 +626846,14 @@ "3277dfc07fdc4f77b84bb9262910d90e836b8ca1", "testharness" ], + "html/semantics/forms/the-input-element/range-intrinsic-size-ref.html": [ + "0f8ee37b06b32a1a31f38fff935f9df2fffbf9ab", + "support" + ], + "html/semantics/forms/the-input-element/range-intrinsic-size.html": [ + "c45a180063f963e2c738a81148e67b69dfb68ad8", + "reftest" + ], "html/semantics/forms/the-input-element/range.html": [ "209ce25306e02986238ae26fb6fdf38b0a26a500", "testharness" @@ -629042,7 +629219,7 @@ "support" ], "html/semantics/scripting-1/the-script-element/muted-errors.sub.html": [ - "1b255faf7e1286f9379e825403de2b069c452747", + "61643c5f08c09efcc2ffb6ef5106809bb01658d6", "testharness" ], "html/semantics/scripting-1/the-script-element/nomodule-reflect.html": [ @@ -629109,6 +629286,14 @@ "a6095097dd7e17b1e5370b739b31d361f8fdaf7b", "support" ], + "html/semantics/scripting-1/the-script-element/resources/syntax-error.js": [ + "40dc81dcfacd8f484e0b476cdc6be8d15a551570", + "support" + ], + "html/semantics/scripting-1/the-script-element/resources/throw.js": [ + "be53dd1ef3fb31ab71cd42b5b3d7416b35961c87", + "support" + ], "html/semantics/scripting-1/the-script-element/script-charset-01.html": [ "c5ac0d0a62a048a55d091935cb6ea733e52a5b82", "testharness" @@ -630809,12 +630994,12 @@ "e87e9cc825dc46b3c07fa57044320508be5040d0", "testharness" ], - "html/webappapis/dynamic-markup-insertion/document-write/047.html": [ - "51faf6c85f18e37422b22ec8babd491f9da523c2", - "testharness" + "html/webappapis/dynamic-markup-insertion/document-write/047-1.html": [ + "6a43faec51071fec146390475adcd12bad3d23a6", + "support" ], - "html/webappapis/dynamic-markup-insertion/document-write/048.html": [ - "51faf6c85f18e37422b22ec8babd491f9da523c2", + "html/webappapis/dynamic-markup-insertion/document-write/047.html": [ + "677d3e17869f5c8fc744464c6e2c7e7bf51ebab6", "testharness" ], "html/webappapis/dynamic-markup-insertion/document-write/049.html": [ @@ -631322,11 +631507,11 @@ "testharness" ], "html/webappapis/scripting/events/event-handler-attributes-body-window.html": [ - "4a6bee61bef240cd0947d796f7b3c2c4166b2670", + "e8055d99f357da2baf1f9034d121055338e238e8", "testharness" ], - "html/webappapis/scripting/events/event-handler-attributes-window-body.html": [ - "1ceed5278de7d17c4ef655a2a79e3ecc97339dbf", + "html/webappapis/scripting/events/event-handler-attributes-frameset-window.html": [ + "ecfe90e88ea404604dfaeb649b8067c15fc03d5a", "testharness" ], "html/webappapis/scripting/events/event-handler-attributes-windowless-body.html": [ @@ -631450,7 +631635,7 @@ "support" ], "html/webappapis/scripting/events/resources/event-handler-body.js": [ - "656903cf99e6e36b491bec30d902466a83b9504f", + "0a9f36a732d901d76f21d32a4b3dfdda66bb88bd", "support" ], "html/webappapis/scripting/events/resources/open-window.html": [ @@ -631742,7 +631927,7 @@ "testharness" ], "html/webappapis/system-state-and-capabilities/the-navigator-object/protocol.https.html": [ - "d090aad609dcaaf93d7479134f3eda15c82d2653", + "006827f186eb4e47d387a3b0c9fae404e41e1d37", "testharness" ], "html/webappapis/the-windoworworkerglobalscope-mixin/Worker_Self_Origin.html": [ @@ -632206,15 +632391,15 @@ "support" ], "infrastructure/metadata/infrastructure/testdriver/actions/elementPosition.html.ini": [ - "750dd055dbd80030672572bc51f6dce2f5757698", + "9ae71a6e73e22a855c69d3269936d71c17d6e9e5", "support" ], "infrastructure/metadata/infrastructure/testdriver/actions/elementTiming.html.ini": [ - "7a6cf82bbd3aad03ac3367e8a9b5e20e5aab1c25", + "a06134a6ea427d40aa7b664bde5d4b3d6df24b96", "support" ], "infrastructure/metadata/infrastructure/testdriver/actions/eventOrder.html.ini": [ - "64f3f2f8c48a778782ba114ab7b42b43d55b1d29", + "00916c7af3f1ec97692afb727b02dc4f29327a99", "support" ], "infrastructure/metadata/infrastructure/testdriver/actions/multiDevice.html.ini": [ @@ -632222,7 +632407,7 @@ "support" ], "infrastructure/metadata/infrastructure/testdriver/actions/pause.html.ini": [ - "3b0d6fa50def6ad5a79d08da6920761ebc360175", + "7ceec9f531bfe3ede763a41726590f3effdbac29", "support" ], "infrastructure/reftest-wait-ref.html": [ @@ -633421,6 +633606,10 @@ "9d0273e19263f026ff588ac59c12c765a341df8b", "support" ], + "longtask-timing/supported-longtask-types.any.js": [ + "0179fc5e60ceeb3312e060a4fc5f0927b1a1bc29", + "testharness" + ], "magnetometer/META.yml": [ "88b900c569340a167ac2a8aa967099bfdfff388b", "support" @@ -634146,7 +634335,7 @@ "testharness" ], "media-source/mediasource-errors.html": [ - "3df1dedcc2ba0826eff0b2266a90aed1ac8794d8", + "b2224aa5f6f7433a1e6a908fc8d2eeab2a6364f9", "testharness" ], "media-source/mediasource-getvideoplaybackquality.html": [ @@ -637737,6 +637926,10 @@ "3efb52783f1e5dcb0d42aad11aec2a9e47257d33", "support" ], + "navigation-timing/supported_navigation_type.any.js": [ + "5e9151cea72434b61fc317cc512ed9e61643fdb2", + "testharness" + ], "navigation-timing/test_document_open.html": [ "1986b3fb9862106cde84fde7b87238c4b20e997c", "testharness" @@ -644773,6 +644966,10 @@ "d4197e8a35c444401b0a7dc84f0fc5a279193ca0", "testharness" ], + "paint-timing/supported-paint-type.any.js": [ + "623c880c5735214866352a39bd2d214acaf30753", + "testharness" + ], "payment-handler/META.yml": [ "eff7624d054f6fbc6feac2aa106d166587f0b3eb", "support" @@ -645277,6 +645474,10 @@ "a72fe81c47feace765613a0962f2a7e63f71fa25", "support" ], + "performance-timeline/supportedEntryTypes.any.js": [ + "a0225ad2f76fdcfebb0a7c9aff9bd0030ecf86aa", + "testharness" + ], "performance-timeline/webtiming-resolution.any.js": [ "46e0489352f09767dc847615bd64464946f9088e", "testharness" @@ -645322,7 +645523,7 @@ "testharness" ], "picture-in-picture/mediastream.html": [ - "e187de3d4b6c7d5d30ae1cec690b08dbf3f3b673", + "116a0f7dd4fc1dc43f7e5e0aedba4bb20d6e041c", "testharness" ], "picture-in-picture/picture-in-picture-element.html": [ @@ -656057,6 +656258,10 @@ "39d7d5b256616d6b1d8a93c2c188412746791355", "testharness" ], + "resource-timing/supported_resource_type.any.js": [ + "6096ad714904fdd5c0085b33b4240301cdb952fb", + "testharness" + ], "resource-timing/test_resource_timing.html": [ "f4e851abb203aca49194aef51646be673507078f", "testharness" @@ -661650,7 +661855,7 @@ "support" ], "signed-exchange/resources/generate-test-certs.sh": [ - "e1d2ea9e3cb5f5ecb63e50747d53212276c1c4f2", + "01330e46d8f6aad6baab7b1bdb7c228a627eac21", "support" ], "signed-exchange/resources/generate-test-sxgs.sh": [ @@ -662485,6 +662690,18 @@ "aad0e4e2937064224de6a2313379fb43ffdf8322", "testharness" ], + "svg/geometry/reftests/percentage-attribute.svg": [ + "44c386d517179621fbf763d0c82c6750ca8d0f63", + "reftest" + ], + "svg/geometry/reftests/percentage-ref.svg": [ + "09fd10f287ba2f0b51f91048ff416d8e03ead34d", + "support" + ], + "svg/geometry/reftests/percentage.svg": [ + "c2ca49341c5ec5d4d96d1541999893053146eecd", + "reftest" + ], "svg/historical.html": [ "1b73ca8d2236c7afdb9b331c532c84b6083f2968", "testharness" @@ -665213,6 +665430,18 @@ "c8d60bd5bf68d0dc5f56fb360acdd2bac5aa1aa2", "reftest" ], + "svg/painting/reftests/percentage-attribute.svg": [ + "d245999db08ec13ea34c6c832483d3c1135ceec0", + "reftest" + ], + "svg/painting/reftests/percentage-ref.svg": [ + "610a3ddb2d21da119fb4a53f5f351dff0190880c", + "support" + ], + "svg/painting/reftests/percentage.svg": [ + "640c1eb450d783b446dc74ea4b84e1343161f0e8", + "reftest" + ], "svg/painting/scripted/paint-order-computed-value-01.svg": [ "7ea669f1508283f498e9b38030022deac3b091a0", "testharness" @@ -666117,6 +666346,10 @@ "afe5021efcad78a13d1767fb423d846557b92ee0", "support" ], + "tools/ci/azure/affected_tests.yml": [ + "17fca51d50cbd4f1986c63f3383b18dbdbe9c6fe", + "support" + ], "tools/ci/azure/checkout.yml": [ "618c571465963a478a308899328d5fa5851d491e", "support" @@ -670926,7 +671159,7 @@ "support" ], "tools/webdriver/webdriver/transport.py": [ - "619b3faee544646c2ed97dde0815cb585ab4ac28", + "881002ad117c8a73b419f14f9c9e8f678742845f", "support" ], "tools/wpt/__init__.py": [ @@ -671226,19 +671459,19 @@ "support" ], "tools/wptrunner/wptrunner/browsers/base.py": [ - "70324bec31f23da78b1c5d04168d29778e0bf5bc", + "712ff3fbc9b30dfcd4b0719391bc80ee5eb22340", "support" ], "tools/wptrunner/wptrunner/browsers/chrome.py": [ - "c46f33c116941ec01fe9f1c16902078dbe1e8711", + "aa44817276f9cd2a098a04adfc79bf4891c5cb4c", "support" ], "tools/wptrunner/wptrunner/browsers/chrome_android.py": [ - "c96cf5634f3d76a79b4cfd20429f6622e496d6a0", + "3c277a567d7f06f39dfc02cb18d5229c7570a131", "support" ], "tools/wptrunner/wptrunner/browsers/edge.py": [ - "ad2bb513a6a801b29a791a6d65b7b730b86e9a64", + "9a746819021c14807dcb3549893bcd7105a5a4cc", "support" ], "tools/wptrunner/wptrunner/browsers/edge_webdriver.py": [ @@ -671246,27 +671479,27 @@ "support" ], "tools/wptrunner/wptrunner/browsers/fennec.py": [ - "a7009dd26b302564def593fb02a2ce1a2776a240", + "771396d06b5e9a12029abf0e9f1e263e4c0dbeb7", "support" ], "tools/wptrunner/wptrunner/browsers/firefox.py": [ - "26d744749e534e79c02569ebc235b35c4baccbd6", + "618f011abaf40a9d7fe42b34106e44326388076b", "support" ], "tools/wptrunner/wptrunner/browsers/ie.py": [ - "a0730f8ba29ea8b65b56709a4f96ac5894078d94", + "0eca40925c205848d967f5771858e9cc0b271e38", "support" ], "tools/wptrunner/wptrunner/browsers/opera.py": [ - "c5aeaaaf967efdbb3e7897f7184d7430fe01fe0c", + "805fedee636cd22155ed143cf1148f3c2f5d98e7", "support" ], "tools/wptrunner/wptrunner/browsers/safari.py": [ - "1e18f95af704aa5e966702539d115f4b199e68db", + "dba8432b5a75faf402cf74042b7a59c4b66f814a", "support" ], "tools/wptrunner/wptrunner/browsers/sauce.py": [ - "c6863005a0fc7b48d415daaedae63e759f9b2f27", + "3301c75b21004a554f91d4767b8560fc40214412", "support" ], "tools/wptrunner/wptrunner/browsers/sauce_setup/edge-prerun.bat": [ @@ -671278,15 +671511,15 @@ "support" ], "tools/wptrunner/wptrunner/browsers/servo.py": [ - "1a357a3ced93edf8f65b21dde8f04b08849a4669", + "2e0b0a25c142b5f5b1f9e75949761d3d1276d7d9", "support" ], "tools/wptrunner/wptrunner/browsers/servodriver.py": [ - "44efb8950b68a593417e49be668148b5daa452f6", + "0a63a32c96699a441ce696bae6b8d32f4d69bc3d", "support" ], "tools/wptrunner/wptrunner/browsers/webkit.py": [ - "19527a132c7d8c8c158f8b960560b3f1966b59d3", + "bd444eef1dfcf61247c3322e79cc0b085ac67750", "support" ], "tools/wptrunner/wptrunner/config.py": [ @@ -671294,7 +671527,7 @@ "support" ], "tools/wptrunner/wptrunner/environment.py": [ - "ba89fb9fe763a752083f1b3eb66a81a68373b6a4", + "493d3c43fc06ff1e0bc2105a2c86fb851b3f4de9", "support" ], "tools/wptrunner/wptrunner/executors/__init__.py": [ @@ -671302,7 +671535,7 @@ "support" ], "tools/wptrunner/wptrunner/executors/base.py": [ - "e71ce4c04d7004e3d28a9fd7c3848f7dd249fa82", + "0e54eca778b3d6df8ae41da00f6acce129be82c1", "support" ], "tools/wptrunner/wptrunner/executors/executorchrome.py": [ @@ -671318,7 +671551,7 @@ "support" ], "tools/wptrunner/wptrunner/executors/executormarionette.py": [ - "84bde160890a9c228511444f7d0f6d20b4347029", + "d471b4ed6603075d0764aece41a5a5bbf40405f1", "support" ], "tools/wptrunner/wptrunner/executors/executoropera.py": [ @@ -671330,11 +671563,11 @@ "support" ], "tools/wptrunner/wptrunner/executors/executorselenium.py": [ - "0e788c5b28770e18ad94b84015935e6ae47578bb", + "75e7b2cc4ae939e0576bd8f68fc2e4b5e0a04b21", "support" ], "tools/wptrunner/wptrunner/executors/executorservo.py": [ - "784356bb8b0c2b4e12cf53bb0ba90a9a3ffe39c2", + "485cdc5c98d561b27a676d909c4344e8f6e0f089", "support" ], "tools/wptrunner/wptrunner/executors/executorservodriver.py": [ @@ -671342,7 +671575,7 @@ "support" ], "tools/wptrunner/wptrunner/executors/executorwebdriver.py": [ - "ce103a73bea9167dcb7448101951cf894207671a", + "0e83118d9ac4e8c7df77d49533348fc7b39ed9b1", "support" ], "tools/wptrunner/wptrunner/executors/executorwebkit.py": [ @@ -671378,19 +671611,15 @@ "support" ], "tools/wptrunner/wptrunner/executors/runner.js": [ - "8b800036756d016d8c020d53e02c5709fb03043f", + "171e6febd9fa634805f31ca9d2b9e7413e6d274c", "support" ], "tools/wptrunner/wptrunner/executors/testharness_servodriver.js": [ "d731cc04d7011759ce63079fbd1242fd6426603b", "support" ], - "tools/wptrunner/wptrunner/executors/testharness_webdriver.js": [ - "37023d81408d328dbca5a3b73d53bd9ab753ec26", - "support" - ], "tools/wptrunner/wptrunner/executors/testharness_webdriver_resume.js": [ - "e78951a260473186c3ea55cc31a91dece7da3c2a", + "36d086c9747a56ca7122c899cfcb46d00dd60b15", "support" ], "tools/wptrunner/wptrunner/expected.py": [ @@ -671422,7 +671651,7 @@ "support" ], "tools/wptrunner/wptrunner/products.py": [ - "0c1f86ff06aee739ab2f6ca3f1a3d2d0868e9672", + "4575dfb5e95c016168f68dd4377b4345cac75f16", "support" ], "tools/wptrunner/wptrunner/stability.py": [ @@ -671430,7 +671659,7 @@ "support" ], "tools/wptrunner/wptrunner/testdriver-extra.js": [ - "d77731a158e7e6069b04be1d9cad690c5e822d2b", + "ca61caf51e8eaf4f378da3165ed5c50bc0e3593a", "support" ], "tools/wptrunner/wptrunner/testdriver-vendor.js": [ @@ -671450,7 +671679,7 @@ "support" ], "tools/wptrunner/wptrunner/testharnessreport.js": [ - "62ddaffb443c94505383083923dc13fcb1cf5660", + "281f97ddaa6673333056e35c3e2f3adb804e100c", "support" ], "tools/wptrunner/wptrunner/testloader.py": [ @@ -671486,7 +671715,7 @@ "support" ], "tools/wptrunner/wptrunner/tests/test_products.py": [ - "441c83f735edca6adac02aa254be6e4830c0ae7e", + "c3454a0dd8f5590c96d1be450a94fd3452ac8f4c", "support" ], "tools/wptrunner/wptrunner/tests/test_stability.py": [ @@ -671602,7 +671831,7 @@ "support" ], "tools/wptrunner/wptrunner/wptrunner.py": [ - "7d35c51d90987672e34b8337d381ae7949845c33", + "8b98b2955f5525a938483c9b4abc598ff33ea9f7", "support" ], "tools/wptrunner/wptrunner/wpttest.py": [ @@ -671938,7 +672167,7 @@ "support" ], "tools/wptserve/wptserve/stash.py": [ - "d13703c16ebb2a6d7b497733dad1776760be00e0", + "8b6fd34f02c0e9b7073d0c94011707eaa4e5a1f1", "support" ], "tools/wptserve/wptserve/utils.py": [ @@ -672969,6 +673198,10 @@ "822376be24c2fc7e45441e47a1a3f09d341e7bac", "support" ], + "user-timing/supported-usertiming-types.any.js": [ + "a373c562f94d88460f5b19ff9f00ec503f1c1152", + "testharness" + ], "user-timing/user-timing-tojson.html": [ "6aef7fa904ab958a4c3f8600ea592fac418d0522", "testharness" @@ -674142,7 +674375,7 @@ "support" ], "wake-lock/wakelock-enabled-on-self-origin-by-feature-policy.https.sub.html": [ - "dbd8ec99f81e7d2530f5cdaadcffc1248e3f5c40", + "a0c25525e6b61086e81f00a5d7a4226e43637942", "testharness" ], "wake-lock/wakelock-enabled-on-self-origin-by-feature-policy.https.sub.html.headers": [ @@ -677910,7 +678143,7 @@ "testharness" ], "webrtc/RTCRtpParameters-helper.js": [ - "8f7c85df475f5a5c6cf09cfa08d0b9c45c1e7546", + "d70694930086590ab3616c1cde0fec419c1b63da", "support" ], "webrtc/RTCRtpParameters-rtcp.html": [ @@ -677930,7 +678163,7 @@ "testharness" ], "webrtc/RTCRtpReceiver-getParameters.html": [ - "453844d5f0e63cf6690ca8eb5fe3335073d34921", + "7f8ac673a60c73681122df5243f6054b82f31fff", "testharness" ], "webrtc/RTCRtpReceiver-getStats.https.html": [ @@ -677957,6 +678190,10 @@ "1278737414c418a2b1604eae32590c0999e0d645", "testharness" ], + "webrtc/RTCRtpSender-transport.https.html": [ + "c687911d09d2184f49b4dabded7c95e6cb9d310a", + "testharness" + ], "webrtc/RTCRtpTransceiver-direction.html": [ "e76bc1fbb7740f7a575f0acba397284aa5d5db94", "testharness" diff --git a/tests/wpt/metadata/css/cssom/stylesheet-same-origin.sub.html.ini b/tests/wpt/metadata/css/cssom/stylesheet-same-origin.sub.html.ini new file mode 100644 index 00000000000..e4e933e9fbf --- /dev/null +++ b/tests/wpt/metadata/css/cssom/stylesheet-same-origin.sub.html.ini @@ -0,0 +1,7 @@ +[stylesheet-same-origin.sub.html] + [Origin-clean check in cross-origin CSSOM Stylesheets (redirect from cross-origin to same-origin)] + expected: FAIL + + [Origin-clean check in loading error CSSOM Stylesheets] + expected: FAIL + diff --git a/tests/wpt/metadata/css/selectors/attribute-selectors/attribute-case/cssom.html.ini b/tests/wpt/metadata/css/selectors/attribute-selectors/attribute-case/cssom.html.ini new file mode 100644 index 00000000000..c1bf5fa223a --- /dev/null +++ b/tests/wpt/metadata/css/selectors/attribute-selectors/attribute-case/cssom.html.ini @@ -0,0 +1,73 @@ +[cssom.html] + [[foo="bar" s\] getting CSSStyleRule#selectorText] + expected: FAIL + + [[foo="bar" /**/ s\] setting CSSStyleRule#selectorText] + expected: FAIL + + [[foo="bar" s\] getting CSSStyleRule#selectorText in @media] + expected: FAIL + + [[foo="bar" s\] getting CSSRule#cssText] + expected: FAIL + + [[foo="bar" /**/ s\] getting CSSStyleRule#selectorText in @media] + expected: FAIL + + [[foo="bar" s\] insertRule in @media] + expected: FAIL + + [[foo="bar"/**/s\] insertRule in @media] + expected: FAIL + + [[foo="bar"/**/s\] getting CSSStyleRule#selectorText] + expected: FAIL + + [[foo="bar"/**/s\] getting CSSRule#cssText] + expected: FAIL + + [[foo="bar" /**/ s\] setting CSSStyleRule#selectorText in @media] + expected: FAIL + + [[foo="bar"/**/s\] setting CSSStyleRule#selectorText] + expected: FAIL + + [[foo="bar" /**/ s\] getting CSSStyleRule#selectorText] + expected: FAIL + + [[foo="bar" /**/ s\] getting CSSRule#cssText] + expected: FAIL + + [[foo="bar" s\] setting CSSStyleRule#selectorText in @media] + expected: FAIL + + [[foo="bar" s\] setting CSSStyleRule#selectorText] + expected: FAIL + + [[foo="bar" s\] insertRule] + expected: FAIL + + [[foo="bar" /**/ s\] getting CSSRule#cssText in @media] + expected: FAIL + + [[foo="bar" /**/ s\] insertRule] + expected: FAIL + + [[foo="bar"/**/s\] getting CSSRule#cssText in @media] + expected: FAIL + + [[foo="bar" s\] getting CSSRule#cssText in @media] + expected: FAIL + + [[foo="bar"/**/s\] insertRule] + expected: FAIL + + [[foo="bar" /**/ s\] insertRule in @media] + expected: FAIL + + [[foo="bar"/**/s\] getting CSSStyleRule#selectorText in @media] + expected: FAIL + + [[foo="bar"/**/s\] setting CSSStyleRule#selectorText in @media] + expected: FAIL + diff --git a/tests/wpt/metadata/css/selectors/attribute-selectors/attribute-case/semantics.html.ini b/tests/wpt/metadata/css/selectors/attribute-selectors/attribute-case/semantics.html.ini new file mode 100644 index 00000000000..b46375f354a --- /dev/null +++ b/tests/wpt/metadata/css/selectors/attribute-selectors/attribute-case/semantics.html.ini @@ -0,0 +1,1333 @@ +[semantics.html] + [[foo|='ä' s\] /* COMBINING in attribute */
with querySelector in standards mode] + expected: FAIL + + [[lang*='A' s\]
in XML] + expected: FAIL + + [[foo='ä' s\] /* COMBINING in selector */
in quirks mode] + expected: FAIL + + [[foo='A' s\] /* COMBINING in attribute */
in XML] + expected: FAIL + + [[*|foo='bar' s\]
in XML] + expected: FAIL + + [[foo=' ' s\] /* tab in attribute */
in standards mode] + expected: FAIL + + [[foo^='Ä' s\] /* COMBINING in selector */
in standards mode] + expected: FAIL + + [[foo='a' s\] /* COMBINING in attribute */
in standards mode] + expected: FAIL + + [[class~='a' s\]
with querySelector in quirks mode] + expected: FAIL + + [[*|lang='a' s\]
in standards mode] + expected: FAIL + + [[lang|='a' s\]
in standards mode] + expected: FAIL + + [[foo='Ä' s\] /* COMBINING in attribute */
in quirks mode] + expected: FAIL + + [[foo='Ä' s\] /* COMBINING in selector */
with querySelector in standards mode] + expected: FAIL + + [[foo='Ä' s\]
in XML] + expected: FAIL + + [[foo='Ä' s\] /* COMBINING in attribute */
in standards mode] + expected: FAIL + + [[foo='I' s\]
with querySelector in standards mode] + expected: FAIL + + [[class~='a' s\]
with querySelector in standards mode] + expected: FAIL + + [[foo^='Ä' s\] /* COMBINING in selector */
with querySelector in XML] + expected: FAIL + + [[foo='ä' s\] /* COMBINING in both */
in quirks mode] + expected: FAIL + + [[*|lang='a' s\]
with querySelector in standards mode] + expected: FAIL + + [[lang|='a' s\]
in standards mode] + expected: FAIL + + [[foo='i' s\]
with querySelector in standards mode] + expected: FAIL + + [[*|foo='bar' s\]
with querySelector in XML] + expected: FAIL + + [[foo='ı' s\]
in quirks mode] + expected: FAIL + + [[foo='i' s\]
in standards mode] + expected: FAIL + + [@namespace x 'A'; [x|foo='' s\]
in XML] + expected: FAIL + + [[foo='I' s\]
in quirks mode] + expected: FAIL + + [[foo='i' s\]
with querySelector in quirks mode] + expected: FAIL + + [[foo='ı' s\]
in standards mode] + expected: FAIL + + [[class~='A' s\]
in standards mode] + expected: FAIL + + [[foo='bar' s\]
in standards mode] + expected: FAIL + + [[foo*='ä' s\] /* COMBINING in attribute */
in quirks mode] + expected: FAIL + + [[foo='bar' s\]
with querySelector in XML] + expected: FAIL + + [[foo^='Ä' s\] /* COMBINING in selector */
in XML] + expected: FAIL + + [[foo='ä' s\] /* COMBINING in selector */
in XML] + expected: FAIL + + [[foo='bar' s\][foo='bar'\]
with querySelector in standards mode] + expected: FAIL + + [[foo='bar' s\]
in XML] + expected: FAIL + + [[foo='A' s\] /* COMBINING in attribute */
with querySelector in XML] + expected: FAIL + + [[foo|='ä' s\] /* COMBINING in attribute */
in XML] + expected: FAIL + + [[*|lang='A' s\]
with querySelector in quirks mode] + expected: FAIL + + [[foo='bar' s\][foo='bar' s\]
with querySelector in XML] + expected: FAIL + + [[class~='A' s\]
with querySelector in quirks mode] + expected: FAIL + + [[foo*='ä' s\] /* COMBINING in attribute */
in XML] + expected: FAIL + + [[foo='A' s\] /* COMBINING in attribute */
with querySelector in quirks mode] + expected: FAIL + + [[lang|='a' s\]
with querySelector in XML] + expected: FAIL + + [[foo='A' s\] /* COMBINING in attribute */
with querySelector in standards mode] + expected: FAIL + + [[foo='İ' s\]
with querySelector in quirks mode] + expected: FAIL + + [[foo='i' s\]
with querySelector in standards mode] + expected: FAIL + + [[id$='A' s\]
with querySelector in standards mode] + expected: FAIL + + [@namespace x 'http://www.w3.org/XML/1998/namespace'; [x|lang='A' s\]
in standards mode] + expected: FAIL + + [[*|foo='bar' s\]
in standards mode] + expected: FAIL + + [[foo='ä' s\] /* COMBINING in selector */
in XML] + expected: FAIL + + [[foo='BAR' s\][foo='BAR' s\]
with querySelector in quirks mode] + expected: FAIL + + [[align='LEFT' s\]
in standards mode] + expected: FAIL + + [[foo=' ' s\] /* tab in attribute */
with querySelector in XML] + expected: FAIL + + [[align='LEFT' s\]
with querySelector in standards mode] + expected: FAIL + + [[*|foo='bar' s\]
with querySelector in quirks mode] + expected: FAIL + + [[foo=' ' s\] /* tab in attribute */
in quirks mode] + expected: FAIL + + [[foo='Ä' s\] /* COMBINING in attribute */
in standards mode] + expected: FAIL + + [[foo='İ' s\]
with querySelector in quirks mode] + expected: FAIL + + [[foo='a' s\] /* COMBINING in attribute */
with querySelector in XML] + expected: FAIL + + [[*|lang='A' s\]
in quirks mode] + expected: FAIL + + [[*|foo='bar' s\]
in standards mode] + expected: FAIL + + [[class~='a' s\]
in quirks mode] + expected: FAIL + + [[foo='Ä' s\]
in standards mode] + expected: FAIL + + [[foo='Ä' s\] /* COMBINING in attribute */
with querySelector in standards mode] + expected: FAIL + + [[foo='BAR' s\][foo='bar'\]
with querySelector in standards mode] + expected: FAIL + + [[foo|='ä' s\] /* COMBINING in attribute */
in standards mode] + expected: FAIL + + [[foo='ı' s\]
in quirks mode] + expected: FAIL + + [[foo='' s\]
with querySelector in XML] + expected: FAIL + + [[*|foo='bar' s\]
with querySelector in standards mode] + expected: FAIL + + [[foo='bar' s\][foo='bar' s\]
with querySelector in standards mode] + expected: FAIL + + [[foo$='Ä' s\] /* COMBINING in selector */
in quirks mode] + expected: FAIL + + [[foo='ä' s\] /* COMBINING in selector */
with querySelector in standards mode] + expected: FAIL + + [[foo='ä' s\]
with querySelector in quirks mode] + expected: FAIL + + [[foo*='ä' s\] /* COMBINING in attribute */
in standards mode] + expected: FAIL + + [[foo='İ' s\]
with querySelector in standards mode] + expected: FAIL + + [[foo='i' s\]
in standards mode] + expected: FAIL + + [[foo='a' s\] /* COMBINING in attribute */
in quirks mode] + expected: FAIL + + [[*|lang='a' s\]
with querySelector in XML] + expected: FAIL + + [[foo='bar' s\][foo='BAR'\]
in standards mode] + expected: FAIL + + [[foo='\x00' s\] /* \\0 in selector */
with querySelector in quirks mode] + expected: FAIL + + [[foo='bar' s\][foo='BAR'\]
with querySelector in standards mode] + expected: FAIL + + [[foo='bar' s\][foo='bar'\]
in XML] + expected: FAIL + + [[class~='a' s\]
with querySelector in XML] + expected: FAIL + + [[foo='bar' s\]
in standards mode] + expected: FAIL + + [[foo='BAR'\][foo='bar' s\]
with querySelector in XML] + expected: FAIL + + [[foo='bar' s\]
in XML] + expected: FAIL + + [[foo='Ä' s\] /* COMBINING in selector */
in XML] + expected: FAIL + + [[foo='Ä' s\] /* COMBINING in attribute */
in XML] + expected: FAIL + + [[class~='A' s\]
in XML] + expected: FAIL + + [[foo='Ä' s\]
with querySelector in quirks mode] + expected: FAIL + + [[foo='BAR' s\][foo='BAR' s\]
in standards mode] + expected: FAIL + + [[foo='\t' s\] /* tab in selector */
with querySelector in quirks mode] + expected: FAIL + + [[*|lang='A' s\]
with querySelector in XML] + expected: FAIL + + [[align='LEFT' s\]
with querySelector in XML] + expected: FAIL + + [[foo='' s\]
with querySelector in standards mode] + expected: FAIL + + [[foo='A' s\] /* COMBINING in attribute */
with querySelector in XML] + expected: FAIL + + [[foo='a' s\] /* COMBINING in attribute */
with querySelector in quirks mode] + expected: FAIL + + [[id$='A' s\]
in XML] + expected: FAIL + + [[foo='bar' s\]
in quirks mode] + expected: FAIL + + [[foo='BAR'\][foo='bar' s\]
in standards mode] + expected: FAIL + + [[foo='Ä' s\] /* COMBINING in attribute */
with querySelector in XML] + expected: FAIL + + [[align='left' s\]
in standards mode] + expected: FAIL + + [[foo='ä' s\] /* COMBINING in selector */
in standards mode] + expected: FAIL + + [[foo='Ä' s\] /* COMBINING in attribute */
in XML] + expected: FAIL + + [[class~='a' s\]
in quirks mode] + expected: FAIL + + [[align='LEFT' s\]
with querySelector in quirks mode] + expected: FAIL + + [[foo='bar' s\][foo='bar' s\]
in quirks mode] + expected: FAIL + + [[foo='Ä' s\] /* COMBINING in both */
in XML] + expected: FAIL + + [[*|lang='a' s\]
in standards mode] + expected: FAIL + + [[foo='I' s\]
in XML] + expected: FAIL + + [[foo='İ' s\]
in standards mode] + expected: FAIL + + [[lang|='a' s\]
in quirks mode] + expected: FAIL + + [@namespace x 'http://www.w3.org/XML/1998/namespace'; [x|lang='A' s\]
in quirks mode] + expected: FAIL + + [[*|lang='a' s\]
in quirks mode] + expected: FAIL + + [[foo='ä' s\] /* COMBINING in selector */
with querySelector in XML] + expected: FAIL + + [[foo='ı' s\]
with querySelector in XML] + expected: FAIL + + [[foo='bar' s\][foo='BAR'\]
with querySelector in quirks mode] + expected: FAIL + + [[foo='bar' s\]
with querySelector in standards mode] + expected: FAIL + + [[foo='bar' s\][foo='bar' s\]
in XML] + expected: FAIL + + [[foo='Ä' s\] /* COMBINING in both */
in standards mode] + expected: FAIL + + [[foo='bar' s\][foo='BAR'\]
in quirks mode] + expected: FAIL + + [[foo='bar'\][foo='BAR' s\]
with querySelector in XML] + expected: FAIL + + [[foo='ı' s\]
with querySelector in quirks mode] + expected: FAIL + + [[foo='bar' s\]
with querySelector in standards mode] + expected: FAIL + + [[foo='ä' s\]
with querySelector in XML] + expected: FAIL + + [[foo^='Ä' s\] /* COMBINING in selector */
with querySelector in standards mode] + expected: FAIL + + [[foo='ä' s\] /* COMBINING in both */
in XML] + expected: FAIL + + [[*|foo='bar' s\]
with querySelector in XML] + expected: FAIL + + [[align='left' s\]
in standards mode] + expected: FAIL + + [[foo='' s\]
in XML] + expected: FAIL + + [[foo='İ' s\]
in XML] + expected: FAIL + + [[*|lang='A' s\]
in standards mode] + expected: FAIL + + [[*|lang='a' s\]
with querySelector in standards mode] + expected: FAIL + + [[lang*='A' s\]
in XML] + expected: FAIL + + [[*|foo='bar' s\]
with querySelector in XML] + expected: FAIL + + [[foo='Ä' s\] /* COMBINING in attribute */
with querySelector in XML] + expected: FAIL + + [[lang*='A' s\]
with querySelector in quirks mode] + expected: FAIL + + [[foo='a' s\] /* COMBINING in attribute */
with querySelector in standards mode] + expected: FAIL + + [[foo='bar' s\]
in standards mode] + expected: FAIL + + [[foo='ı' s\]
with querySelector in standards mode] + expected: FAIL + + [[foo='I' s\]
with querySelector in quirks mode] + expected: FAIL + + [[foo='İ' s\]
with querySelector in XML] + expected: FAIL + + [[foo='bar' s\][foo='BAR'\]
in XML] + expected: FAIL + + [[foo='' s\]
in standards mode] + expected: FAIL + + [[foo='I' s\]
in standards mode] + expected: FAIL + + [[lang|='a' s\]
with querySelector in standards mode] + expected: FAIL + + [[foo='bar' s\][foo='BAR'\]
with querySelector in XML] + expected: FAIL + + [[id^='a' s\]
with querySelector in standards mode] + expected: FAIL + + [[id$='A' s\]
with querySelector in quirks mode] + expected: FAIL + + [[id$='A' s\]
with querySelector in standards mode] + expected: FAIL + + [[*|lang='A' s\]
with querySelector in standards mode] + expected: FAIL + + [[foo='ä' s\] /* COMBINING in both */
with querySelector in quirks mode] + expected: FAIL + + [[id^='a' s\]
in XML] + expected: FAIL + + [[id^='a' s\]
with querySelector in XML] + expected: FAIL + + [[foo='a' s\] /* COMBINING in attribute */
with querySelector in XML] + expected: FAIL + + [[foo='bar'\][foo='BAR' s\]
in XML] + expected: FAIL + + [[lang*='A' s\]
with querySelector in quirks mode] + expected: FAIL + + [[lang*='A' s\]
in quirks mode] + expected: FAIL + + [[*|foo='bar' s\]
in XML] + expected: FAIL + + [[foo='ı' s\]
with querySelector in standards mode] + expected: FAIL + + [[foo='bar' s\][foo='bar'\]
with querySelector in quirks mode] + expected: FAIL + + [[foo=' ' s\] /* tab in attribute */
in XML] + expected: FAIL + + [[foo='ä' s\] /* COMBINING in both */
with querySelector in standards mode] + expected: FAIL + + [[foo='\t' s\] /* tab in selector */
in quirks mode] + expected: FAIL + + [[lang|='a' s\]
in XML] + expected: FAIL + + [[foo='bar' s\]
in quirks mode] + expected: FAIL + + [[foo='bar' s\][foo='bar' s\]
with querySelector in quirks mode] + expected: FAIL + + [[foo='BAR'\][foo='bar' s\]
with querySelector in standards mode] + expected: FAIL + + [[foo='Ä' s\]
with querySelector in XML] + expected: FAIL + + [[foo='Ä' s\]
with querySelector in standards mode] + expected: FAIL + + [[*|lang='a' s\]
in XML] + expected: FAIL + + [[*|lang='a' s\]
with querySelector in XML] + expected: FAIL + + [[foo*='ä' s\] /* COMBINING in attribute */
with querySelector in XML] + expected: FAIL + + [[foo='a' s\] /* COMBINING in attribute */
in XML] + expected: FAIL + + [[foo='bar' s\]
with querySelector in quirks mode] + expected: FAIL + + [[foo='ä' s\] /* COMBINING in selector */
in quirks mode] + expected: FAIL + + [[foo='ä' s\]
in quirks mode] + expected: FAIL + + [[foo='Ä' s\] /* COMBINING in both */
with querySelector in XML] + expected: FAIL + + [[id$='A' s\]
in quirks mode] + expected: FAIL + + [@namespace x 'http://www.w3.org/XML/1998/namespace'; [x|lang='A' s\]
in standards mode] + expected: FAIL + + [[class~='A' s\]
in XML] + expected: FAIL + + [[foo='a' s\] /* COMBINING in attribute */
with querySelector in quirks mode] + expected: FAIL + + [[*|lang='A' s\]
in quirks mode] + expected: FAIL + + [[foo='Ä' s\] /* COMBINING in attribute */
with querySelector in quirks mode] + expected: FAIL + + [[class~='A' s\]
with querySelector in standards mode] + expected: FAIL + + [[foo='İ' s\]
in quirks mode] + expected: FAIL + + [[foo='\x00' s\] /* \\0 in selector */
in XML] + expected: FAIL + + [[foo='I' s\]
with querySelector in XML] + expected: FAIL + + [[id$='A' s\]
with querySelector in XML] + expected: FAIL + + [[foo='I' s\]
in standards mode] + expected: FAIL + + [[align='left' s\]
in XML] + expected: FAIL + + [[foo='' s\]
with querySelector in quirks mode] + expected: FAIL + + [[|foo='bar' s\]
in XML] + expected: FAIL + + [[*|foo='bar' s\]
with querySelector in quirks mode] + expected: FAIL + + [[foo~='ä' s\] /* COMBINING in selector */
in standards mode] + expected: FAIL + + [[foo='Ä' s\] /* COMBINING in selector */
with querySelector in quirks mode] + expected: FAIL + + [[foo='BAR' s\][foo='bar'\]
with querySelector in quirks mode] + expected: FAIL + + [[foo|='ä' s\] /* COMBINING in attribute */
in quirks mode] + expected: FAIL + + [[foo='BAR'\][foo='bar' s\]
with querySelector in quirks mode] + expected: FAIL + + [[*|lang='A' s\]
in XML] + expected: FAIL + + [[foo='Ä' s\] /* COMBINING in both */
with querySelector in standards mode] + expected: FAIL + + [[foo='\x00' s\] /* \\0 in selector */
with querySelector in XML] + expected: FAIL + + [@namespace x 'A'; [x|foo='' s\]
in quirks mode] + expected: FAIL + + [[foo='bar'\][foo='BAR' s\]
with querySelector in quirks mode] + expected: FAIL + + [[foo=' ' s\] /* tab in attribute */
with querySelector in standards mode] + expected: FAIL + + [[foo='bar' s\]
with querySelector in XML] + expected: FAIL + + [[foo='ı' s\]
in XML] + expected: FAIL + + [[class~='a' s\]
in XML] + expected: FAIL + + [[*|lang='A' s\]
in XML] + expected: FAIL + + [[foo='İ' s\]
with querySelector in XML] + expected: FAIL + + [[foo='Ä' s\] /* COMBINING in selector */
in quirks mode] + expected: FAIL + + [[foo|='ä' s\] /* COMBINING in attribute */
with querySelector in XML] + expected: FAIL + + [[foo=' ' s\] /* tab in attribute */
with querySelector in quirks mode] + expected: FAIL + + [[*|foo='bar' s\]
with querySelector in standards mode] + expected: FAIL + + [[foo='BAR'\][foo='bar' s\]
in quirks mode] + expected: FAIL + + [[foo='\x00' s\] /* \\0 in selector */
in quirks mode] + expected: FAIL + + [[foo='A' s\] /* COMBINING in attribute */
in standards mode] + expected: FAIL + + [@namespace x 'A'; [x|foo='' s\]
in standards mode] + expected: FAIL + + [[*|lang='A' s\]
with querySelector in XML] + expected: FAIL + + [[foo='' s\]
with querySelector in XML] + expected: FAIL + + [[foo='a' s\] /* COMBINING in attribute */
with querySelector in standards mode] + expected: FAIL + + [[foo|='ä' s\] /* COMBINING in attribute */
with querySelector in quirks mode] + expected: FAIL + + [[foo='bar' s\][foo='bar'\]
with querySelector in XML] + expected: FAIL + + [[lang*='A' s\]
with querySelector in XML] + expected: FAIL + + [[foo='ä' s\] /* COMBINING in both */
with querySelector in XML] + expected: FAIL + + [[id$='A' s\]
with querySelector in XML] + expected: FAIL + + [[foo*='ä' s\] /* COMBINING in attribute */
with querySelector in quirks mode] + expected: FAIL + + [[foo='A' s\] /* COMBINING in attribute */
in XML] + expected: FAIL + + [[id^='a' s\]
in quirks mode] + expected: FAIL + + [@namespace x 'a'; [x|foo='' s\]
in standards mode] + expected: FAIL + + [[foo='bar'\][foo='BAR' s\]
with querySelector in standards mode] + expected: FAIL + + [[foo='Ä' s\] /* COMBINING in attribute */
in quirks mode] + expected: FAIL + + [[*|foo='bar' s\]
with querySelector in standards mode] + expected: FAIL + + [[foo='\t' s\] /* tab in selector */
in XML] + expected: FAIL + + [[foo='ä' s\] /* COMBINING in both */
with querySelector in XML] + expected: FAIL + + [[foo^='Ä' s\] /* COMBINING in selector */
in quirks mode] + expected: FAIL + + [[foo='' s\]
in quirks mode] + expected: FAIL + + [[foo='i' s\]
with querySelector in XML] + expected: FAIL + + [[lang|='a' s\]
with querySelector in quirks mode] + expected: FAIL + + [@namespace x 'http://www.w3.org/XML/1998/namespace'; [x|lang='A' s\]
in quirks mode] + expected: FAIL + + [[lang|='a' s\]
in XML] + expected: FAIL + + [[lang*='A' s\]
with querySelector in XML] + expected: FAIL + + [[foo$='Ä' s\] /* COMBINING in selector */
with querySelector in standards mode] + expected: FAIL + + [[foo='' s\]
in standards mode] + expected: FAIL + + [[align='left' s\]
with querySelector in quirks mode] + expected: FAIL + + [[foo='bar' s\]
in XML] + expected: FAIL + + [[foo='Ä' s\] /* COMBINING in selector */
in quirks mode] + expected: FAIL + + [[lang*='A' s\]
in standards mode] + expected: FAIL + + [[foo='BAR' s\][foo='bar'\]
with querySelector in XML] + expected: FAIL + + [[foo$='Ä' s\] /* COMBINING in selector */
with querySelector in XML] + expected: FAIL + + [[*|foo='bar' s\]
in quirks mode] + expected: FAIL + + [[foo='bar' s\]
in quirks mode] + expected: FAIL + + [[foo='ä' s\] /* COMBINING in selector */
with querySelector in quirks mode] + expected: FAIL + + [[class~='a' s\]
in standards mode] + expected: FAIL + + [[foo='i' s\]
in quirks mode] + expected: FAIL + + [[foo~='ä' s\] /* COMBINING in selector */
with querySelector in standards mode] + expected: FAIL + + [[foo='A' s\] /* COMBINING in attribute */
in quirks mode] + expected: FAIL + + [[foo='I' s\]
in quirks mode] + expected: FAIL + + [[foo='ä' s\] /* COMBINING in both */
with querySelector in quirks mode] + expected: FAIL + + [[align='LEFT' s\]
in XML] + expected: FAIL + + [[foo='' s\]
with querySelector in quirks mode] + expected: FAIL + + [[foo='ı' s\]
with querySelector in XML] + expected: FAIL + + [[id^='a' s\]
in standards mode] + expected: FAIL + + [[foo='ä' s\] /* COMBINING in selector */
with querySelector in quirks mode] + expected: FAIL + + [[foo='Ä' s\] /* COMBINING in attribute */
with querySelector in standards mode] + expected: FAIL + + [[*|foo='bar' s\]
in standards mode] + expected: FAIL + + [[|foo='bar' s\]
in quirks mode] + expected: FAIL + + [[foo='i' s\]
in XML] + expected: FAIL + + [[|foo='bar' s\]
in standards mode] + expected: FAIL + + [[align='left' s\]
with querySelector in quirks mode] + expected: FAIL + + [[foo='bar' s\]
with querySelector in quirks mode] + expected: FAIL + + [[class~='A' s\]
with querySelector in quirks mode] + expected: FAIL + + [[foo='bar'\][foo='BAR' s\]
in quirks mode] + expected: FAIL + + [[align='LEFT' s\]
in quirks mode] + expected: FAIL + + [[foo='' s\] /* \\0 in attribute */
with querySelector in standards mode] + expected: FAIL + + [[foo='Ä' s\] /* COMBINING in selector */
with querySelector in quirks mode] + expected: FAIL + + [[foo='a' s\] /* COMBINING in attribute */
in standards mode] + expected: FAIL + + [[id$='A' s\]
in quirks mode] + expected: FAIL + + [[align='left' s\]
in quirks mode] + expected: FAIL + + [[foo='I' s\]
with querySelector in XML] + expected: FAIL + + [[foo='bar'\][foo='BAR' s\]
in standards mode] + expected: FAIL + + [[foo='İ' s\]
with querySelector in standards mode] + expected: FAIL + + [[foo='BAR' s\][foo='BAR' s\]
with querySelector in standards mode] + expected: FAIL + + [[foo='i' s\]
in quirks mode] + expected: FAIL + + [[align='LEFT' s\]
with querySelector in quirks mode] + expected: FAIL + + [[align='left' s\]
with querySelector in XML] + expected: FAIL + + [[foo='A' s\] /* COMBINING in attribute */
with querySelector in quirks mode] + expected: FAIL + + [[foo~='ä' s\] /* COMBINING in selector */
in XML] + expected: FAIL + + [[foo='bar' s\]
in standards mode] + expected: FAIL + + [[class~='A' s\]
with querySelector in XML] + expected: FAIL + + [[align='LEFT' s\]
in XML] + expected: FAIL + + [[foo='bar' s\]
with querySelector in XML] + expected: FAIL + + [[foo='İ' s\]
in XML] + expected: FAIL + + [[lang*='A' s\]
in quirks mode] + expected: FAIL + + [[foo='' s\]
in quirks mode] + expected: FAIL + + [[|foo='bar' s\]
with querySelector in XML] + expected: FAIL + + [[foo='ä' s\]
in standards mode] + expected: FAIL + + [[foo='a' s\] /* COMBINING in attribute */
in quirks mode] + expected: FAIL + + [[foo='ä' s\] /* COMBINING in both */
with querySelector in standards mode] + expected: FAIL + + [[foo='i' s\]
with querySelector in XML] + expected: FAIL + + [[foo='' s\] /* \\0 in attribute */
in XML] + expected: FAIL + + [[foo='i' s\]
with querySelector in quirks mode] + expected: FAIL + + [[foo='ä' s\] /* COMBINING in both */
in quirks mode] + expected: FAIL + + [[id^='a' s\]
with querySelector in quirks mode] + expected: FAIL + + [[foo='BAR' s\][foo='BAR' s\]
in quirks mode] + expected: FAIL + + [[foo='bar' s\]
in quirks mode] + expected: FAIL + + [[id^='a' s\]
in quirks mode] + expected: FAIL + + [[lang|='a' s\]
in quirks mode] + expected: FAIL + + [[*|lang='A' s\]
in standards mode] + expected: FAIL + + [[foo='BAR' s\][foo='BAR' s\]
with querySelector in XML] + expected: FAIL + + [[foo='ä' s\] /* COMBINING in both */
in standards mode] + expected: FAIL + + [[foo='bar' s\]
with querySelector in quirks mode] + expected: FAIL + + [[foo='BAR' s\][foo='bar'\]
in standards mode] + expected: FAIL + + [[lang|='a' s\]
with querySelector in standards mode] + expected: FAIL + + [[foo='Ä' s\] /* COMBINING in selector */
with querySelector in XML] + expected: FAIL + + [[class~='a' s\]
with querySelector in standards mode] + expected: FAIL + + [[foo='BAR'\][foo='bar' s\]
in XML] + expected: FAIL + + [[id^='a' s\]
with querySelector in standards mode] + expected: FAIL + + [[foo='' s\] /* \\0 in attribute */
in standards mode] + expected: FAIL + + [[foo='ä' s\] /* COMBINING in selector */
with querySelector in standards mode] + expected: FAIL + + [@namespace x 'http://www.w3.org/XML/1998/namespace'; [x|lang='A' s\]
in XML] + expected: FAIL + + [[foo$='Ä' s\] /* COMBINING in selector */
in standards mode] + expected: FAIL + + [[foo='Ä' s\] /* COMBINING in attribute */
with querySelector in quirks mode] + expected: FAIL + + [[foo*='ä' s\] /* COMBINING in attribute */
with querySelector in standards mode] + expected: FAIL + + [[*|lang='a' s\]
with querySelector in quirks mode] + expected: FAIL + + [[foo~='ä' s\] /* COMBINING in selector */
in quirks mode] + expected: FAIL + + [[align='left' s\]
in XML] + expected: FAIL + + [[id^='a' s\]
with querySelector in quirks mode] + expected: FAIL + + [[lang*='A' s\]
with querySelector in standards mode] + expected: FAIL + + [[foo='ı' s\]
in standards mode] + expected: FAIL + + [[foo='' s\]
in XML] + expected: FAIL + + [[foo='ä' s\] /* COMBINING in selector */
with querySelector in XML] + expected: FAIL + + [[foo='bar' s\]
in XML] + expected: FAIL + + [[align='left' s\]
with querySelector in standards mode] + expected: FAIL + + [[foo='ä' s\] /* COMBINING in selector */
in standards mode] + expected: FAIL + + [[align='left' s\]
in quirks mode] + expected: FAIL + + [[foo='İ' s\]
in quirks mode] + expected: FAIL + + [[foo='' s\] /* \\0 in attribute */
in quirks mode] + expected: FAIL + + [[foo='bar' s\]
in XML] + expected: FAIL + + [[foo='\t' s\] /* tab in selector */
with querySelector in standards mode] + expected: FAIL + + [[*|lang='a' s\]
in XML] + expected: FAIL + + [[foo='' s\]
with querySelector in standards mode] + expected: FAIL + + [[*|foo='bar' s\]
with querySelector in standards mode] + expected: FAIL + + [[foo='bar' s\]
with querySelector in standards mode] + expected: FAIL + + [[foo='ä' s\] /* COMBINING in selector */
in XML] + expected: FAIL + + [[lang|='a' s\]
with querySelector in quirks mode] + expected: FAIL + + [[*|foo='bar' s\]
in XML] + expected: FAIL + + [[foo='Ä' s\] /* COMBINING in selector */
with querySelector in XML] + expected: FAIL + + [[align='LEFT' s\]
in standards mode] + expected: FAIL + + [[foo='ä' s\] /* COMBINING in both */
in XML] + expected: FAIL + + [[foo='bar' s\]
in standards mode] + expected: FAIL + + [[foo='bar' s\]
with querySelector in standards mode] + expected: FAIL + + [[align='left' s\]
with querySelector in standards mode] + expected: FAIL + + [[foo='Ä' s\] /* COMBINING in both */
with querySelector in quirks mode] + expected: FAIL + + [[id$='A' s\]
in XML] + expected: FAIL + + [[foo='' s\] /* \\0 in attribute */
with querySelector in XML] + expected: FAIL + + [[foo='Ä' s\] /* COMBINING in selector */
in XML] + expected: FAIL + + [[class~='A' s\]
with querySelector in standards mode] + expected: FAIL + + [[foo$='Ä' s\] /* COMBINING in selector */
with querySelector in quirks mode] + expected: FAIL + + [[foo='ä' s\]
with querySelector in standards mode] + expected: FAIL + + [[align='LEFT' s\]
in quirks mode] + expected: FAIL + + [[foo='I' s\]
in XML] + expected: FAIL + + [[id^='a' s\]
in standards mode] + expected: FAIL + + [[foo='bar' s\]
with querySelector in quirks mode] + expected: FAIL + + [[*|foo='bar' s\]
in quirks mode] + expected: FAIL + + [[foo='I' s\]
with querySelector in quirks mode] + expected: FAIL + + [[foo='ı' s\]
in XML] + expected: FAIL + + [[class~='A' s\]
in standards mode] + expected: FAIL + + [[class~='a' s\]
in XML] + expected: FAIL + + [[foo='bar' s\][foo='bar'\]
in quirks mode] + expected: FAIL + + [[foo='Ä' s\] /* COMBINING in selector */
in standards mode] + expected: FAIL + + [[id^='a' s\]
with querySelector in XML] + expected: FAIL + + [[foo='\t' s\] /* tab in selector */
in standards mode] + expected: FAIL + + [[class~='a' s\]
in standards mode] + expected: FAIL + + [[lang|='a' s\]
with querySelector in XML] + expected: FAIL + + [[foo='ä' s\] /* COMBINING in selector */
with querySelector in standards mode] + expected: FAIL + + [[foo='bar' s\]
with querySelector in quirks mode] + expected: FAIL + + [[foo='ä' s\]
in XML] + expected: FAIL + + [[*|foo='bar' s\]
in standards mode] + expected: FAIL + + [[foo='bar' s\]
with querySelector in XML] + expected: FAIL + + [[foo~='ä' s\] /* COMBINING in selector */
with querySelector in XML] + expected: FAIL + + [[id^='a' s\]
in XML] + expected: FAIL + + [[foo='ä' s\] /* COMBINING in both */
in standards mode] + expected: FAIL + + [[foo='BAR' s\][foo='BAR' s\]
in XML] + expected: FAIL + + [[*|foo='bar' s\]
in quirks mode] + expected: FAIL + + [[class~='a' s\]
with querySelector in quirks mode] + expected: FAIL + + [[foo='\t' s\] /* tab in selector */
with querySelector in XML] + expected: FAIL + + [[class~='a' s\]
with querySelector in XML] + expected: FAIL + + [@namespace x 'a'; [x|foo='' s\]
in XML] + expected: FAIL + + [[foo='A' s\] /* COMBINING in attribute */
in quirks mode] + expected: FAIL + + [[foo='i' s\]
in XML] + expected: FAIL + + [[lang*='A' s\]
with querySelector in standards mode] + expected: FAIL + + [[foo$='Ä' s\] /* COMBINING in selector */
in XML] + expected: FAIL + + [[foo='ä' s\] /* COMBINING in selector */
with querySelector in XML] + expected: FAIL + + [[foo='Ä' s\]
in quirks mode] + expected: FAIL + + [[foo='a' s\] /* COMBINING in attribute */
in XML] + expected: FAIL + + [[foo='BAR' s\][foo='bar'\]
in XML] + expected: FAIL + + [[align='left' s\]
with querySelector in XML] + expected: FAIL + + [[foo='\x00' s\] /* \\0 in selector */
with querySelector in standards mode] + expected: FAIL + + [[foo^='Ä' s\] /* COMBINING in selector */
with querySelector in quirks mode] + expected: FAIL + + [[*|foo='bar' s\]
with querySelector in XML] + expected: FAIL + + [[foo='BAR' s\][foo='bar'\]
in quirks mode] + expected: FAIL + + [[align='LEFT' s\]
with querySelector in standards mode] + expected: FAIL + + [[class~='A' s\]
with querySelector in XML] + expected: FAIL + + [[id$='A' s\]
in standards mode] + expected: FAIL + + [[*|lang='A' s\]
with querySelector in quirks mode] + expected: FAIL + + [[foo='A' s\] /* COMBINING in attribute */
in standards mode] + expected: FAIL + + [[foo~='ä' s\] /* COMBINING in selector */
with querySelector in quirks mode] + expected: FAIL + + [[foo='ä' s\] /* COMBINING in selector */
in standards mode] + expected: FAIL + + [[foo='ä' s\] /* COMBINING in selector */
with querySelector in quirks mode] + expected: FAIL + + [[foo='bar' s\][foo='bar' s\]
in standards mode] + expected: FAIL + + [[foo='' s\] /* \\0 in attribute */
with querySelector in quirks mode] + expected: FAIL + + [[class~='A' s\]
in quirks mode] + expected: FAIL + + [[foo='I' s\]
with querySelector in standards mode] + expected: FAIL + + [[foo='bar' s\]
with querySelector in standards mode] + expected: FAIL + + [[id$='A' s\]
with querySelector in quirks mode] + expected: FAIL + + [[foo='\x00' s\] /* \\0 in selector */
in standards mode] + expected: FAIL + + [[foo='ı' s\]
with querySelector in quirks mode] + expected: FAIL + + [[foo='Ä' s\] /* COMBINING in selector */
with querySelector in standards mode] + expected: FAIL + + [@namespace x 'a'; [x|foo='' s\]
in quirks mode] + expected: FAIL + + [[|foo='bar' s\]
with querySelector in standards mode] + expected: FAIL + + [[foo='İ' s\]
in standards mode] + expected: FAIL + + [[foo='A' s\] /* COMBINING in attribute */
with querySelector in standards mode] + expected: FAIL + + [[align='LEFT' s\]
with querySelector in XML] + expected: FAIL + + [[*|lang='A' s\]
with querySelector in standards mode] + expected: FAIL + + [[foo='bar' s\]
with querySelector in XML] + expected: FAIL + + [[foo='ä' s\] /* COMBINING in selector */
in quirks mode] + expected: FAIL + + [[foo='Ä' s\] /* COMBINING in selector */
in standards mode] + expected: FAIL + + [[id$='A' s\]
in standards mode] + expected: FAIL + + [[foo='Ä' s\] /* COMBINING in both */
in quirks mode] + expected: FAIL + + [[lang*='A' s\]
in standards mode] + expected: FAIL + + [[foo='bar' s\][foo='bar'\]
in standards mode] + expected: FAIL + + [@namespace x 'http://www.w3.org/XML/1998/namespace'; [x|lang='A' s\]
in XML] + expected: FAIL + + [[*|foo='bar' s\]
with querySelector in quirks mode] + expected: FAIL + + [[|foo='bar' s\]
with querySelector in quirks mode] + expected: FAIL + + [[class~='A' s\]
in quirks mode] + expected: FAIL + + [[*|lang='a' s\]
with querySelector in quirks mode] + expected: FAIL + + [[*|foo='bar' s\]
in quirks mode] + expected: FAIL + + [[*|foo='bar' s\]
with querySelector in quirks mode] + expected: FAIL + + [[*|lang='a' s\]
in quirks mode] + expected: FAIL + + [[*|foo='bar' s\]
in XML] + expected: FAIL + + [[foo='bar' s\]
in quirks mode] + expected: FAIL + diff --git a/tests/wpt/metadata/css/selectors/attribute-selectors/attribute-case/syntax.html.ini b/tests/wpt/metadata/css/selectors/attribute-selectors/attribute-case/syntax.html.ini new file mode 100644 index 00000000000..a768d0e86d4 --- /dev/null +++ b/tests/wpt/metadata/css/selectors/attribute-selectors/attribute-case/syntax.html.ini @@ -0,0 +1,433 @@ +[syntax.html] + [[baz='quux' s \] with querySelector in XML] + expected: FAIL + + [[baz='quux' \\s\] in XML] + expected: FAIL + + [[baz='quux' s\] in quirks mode] + expected: FAIL + + [[baz='quux' \\73\] with querySelector in XML] + expected: FAIL + + [[baz$='quux' s\] with querySelector in standards mode] + expected: FAIL + + [[baz='quux's\] with querySelector in quirks mode] + expected: FAIL + + [[baz=quux s\] in quirks mode] + expected: FAIL + + [[baz*='quux' s\] in XML] + expected: FAIL + + [[baz="quux" s\] with querySelector in quirks mode] + expected: FAIL + + [[baz='quux' s \] in XML] + expected: FAIL + + [[baz='quux's \] with querySelector in standards mode] + expected: FAIL + + [[baz*='quux' s\] with querySelector in quirks mode] + expected: FAIL + + [[baz|='quux' s\] with querySelector in standards mode] + expected: FAIL + + [[baz='quux' \\s\] with querySelector in quirks mode] + expected: FAIL + + [[baz='quux' \\73\] in standards mode] + expected: FAIL + + [[baz='quux' /**/ s\] with querySelector in XML] + expected: FAIL + + [[baz='quux' /**/ s\] in XML] + expected: FAIL + + [[baz='quux' s\] with querySelector in XML] + expected: FAIL + + [[baz~='quux' s\] in XML] + expected: FAIL + + [[baz='quux'/**/s/**/\] with querySelector in XML] + expected: FAIL + + [[baz='quux'/**/s/**/\] in XML] + expected: FAIL + + [[baz=quux s\] with querySelector in XML] + expected: FAIL + + [[baz='quux' \\53\] with querySelector in quirks mode] + expected: FAIL + + [[baz='quux' \\73\] in XML] + expected: FAIL + + [[baz$='quux' s\] in standards mode] + expected: FAIL + + [[baz~='quux' s\] with querySelector in XML] + expected: FAIL + + [[baz~='quux' s\] in standards mode] + expected: FAIL + + [[baz='quux' S\] in standards mode] + expected: FAIL + + [[baz='quux' s\] in XML] + expected: FAIL + + [[baz='quux'\ns\n\] /* \\n */ in standards mode] + expected: FAIL + + [[baz='quux's \] in quirks mode] + expected: FAIL + + [[baz="quux" s\] with querySelector in standards mode] + expected: FAIL + + [[*|baz='quux' s\] with querySelector in standards mode] + expected: FAIL + + [[baz='quux's \] in standards mode] + expected: FAIL + + [[baz|='quux' s\] with querySelector in quirks mode] + expected: FAIL + + [[baz='quux's \] with querySelector in XML] + expected: FAIL + + [[baz=quux/**/s\] with querySelector in XML] + expected: FAIL + + [[baz='quux'\ts\t\] /* \\t */ with querySelector in standards mode] + expected: FAIL + + [[baz=quux s\] with querySelector in quirks mode] + expected: FAIL + + [[baz$='quux' s\] in quirks mode] + expected: FAIL + + [[baz*='quux' s\] in standards mode] + expected: FAIL + + [[*|baz='quux' s\] in standards mode] + expected: FAIL + + [[baz='quux's \] in XML] + expected: FAIL + + [[baz^='quux' s\] with querySelector in standards mode] + expected: FAIL + + [[baz='quux'/**/s/**/\] with querySelector in standards mode] + expected: FAIL + + [[baz='quux'\ts\t\] /* \\t */ in XML] + expected: FAIL + + [[*|baz='quux' s\] with querySelector in XML] + expected: FAIL + + [[baz="quux" s\] with querySelector in XML] + expected: FAIL + + [[baz*='quux' s\] with querySelector in standards mode] + expected: FAIL + + [[baz|='quux' s\] in XML] + expected: FAIL + + [[baz='quux' \\s\] with querySelector in XML] + expected: FAIL + + [[baz^='quux' s\] in quirks mode] + expected: FAIL + + [[|baz='quux' s\] with querySelector in XML] + expected: FAIL + + [[baz='quux' s\] in standards mode] + expected: FAIL + + [[baz='quux' /**/ s\] with querySelector in standards mode] + expected: FAIL + + [[baz='quux' s \] with querySelector in quirks mode] + expected: FAIL + + [[|baz='quux' s\] with querySelector in standards mode] + expected: FAIL + + [[|baz='quux' s\] in quirks mode] + expected: FAIL + + [[baz='quux' \\53\] in quirks mode] + expected: FAIL + + [[baz$='quux' s\] in XML] + expected: FAIL + + [[baz='quux' /**/ s\] in quirks mode] + expected: FAIL + + [[baz=quux s\] with querySelector in standards mode] + expected: FAIL + + [[baz=quux s\] in XML] + expected: FAIL + + [[baz='quux' s /**/ \] with querySelector in XML] + expected: FAIL + + [[baz='quux' \\s\] in standards mode] + expected: FAIL + + [[baz|='quux' s\] with querySelector in XML] + expected: FAIL + + [[baz='quux' S\] in quirks mode] + expected: FAIL + + [[baz='quux's\] with querySelector in XML] + expected: FAIL + + [[baz='quux'\ns\n\] /* \\n */ with querySelector in XML] + expected: FAIL + + [[baz=quux/**/s\] in XML] + expected: FAIL + + [[baz='quux' s \] in quirks mode] + expected: FAIL + + [[baz='quux' s /**/ \] in quirks mode] + expected: FAIL + + [[baz="quux" s\] in quirks mode] + expected: FAIL + + [[baz='quux'\rs\r\] /* \\r */ with querySelector in quirks mode] + expected: FAIL + + [[baz='quux' s /**/ \] in XML] + expected: FAIL + + [[baz='quux'/**/s/**/\] with querySelector in quirks mode] + expected: FAIL + + [[baz='quux' s \] in standards mode] + expected: FAIL + + [[baz='quux's\] with querySelector in standards mode] + expected: FAIL + + [[baz='quux'\ts\t\] /* \\t */ in standards mode] + expected: FAIL + + [[baz^='quux' s\] with querySelector in XML] + expected: FAIL + + [[baz='quux' \\73\] with querySelector in quirks mode] + expected: FAIL + + [[baz|='quux' s\] in standards mode] + expected: FAIL + + [[baz='quux'\ts\t\] /* \\t */ with querySelector in quirks mode] + expected: FAIL + + [[baz='quux' \\53\] in standards mode] + expected: FAIL + + [[baz=quux/**/s\] in standards mode] + expected: FAIL + + [[baz$='quux' s\] with querySelector in quirks mode] + expected: FAIL + + [[baz='quux' /**/ s\] in standards mode] + expected: FAIL + + [[baz|='quux' s\] in quirks mode] + expected: FAIL + + [[baz~='quux' s\] with querySelector in quirks mode] + expected: FAIL + + [[baz^='quux' s\] in XML] + expected: FAIL + + [[baz='quux's\] in XML] + expected: FAIL + + [[baz=quux s\] in standards mode] + expected: FAIL + + [[baz="quux" s\] in XML] + expected: FAIL + + [[baz='quux'/**/s/**/\] in standards mode] + expected: FAIL + + [[baz='quux' \\s\] with querySelector in standards mode] + expected: FAIL + + [[*|baz='quux' s\] with querySelector in quirks mode] + expected: FAIL + + [[baz='quux'\rs\r\] /* \\r */ with querySelector in standards mode] + expected: FAIL + + [[*|baz='quux' s\] in XML] + expected: FAIL + + [[|baz='quux' s\] in XML] + expected: FAIL + + [[baz='quux' \\s\] in quirks mode] + expected: FAIL + + [[baz='quux' S\] with querySelector in quirks mode] + expected: FAIL + + [[baz=quux/**/s\] in quirks mode] + expected: FAIL + + [[baz='quux's\] in standards mode] + expected: FAIL + + [[baz*='quux' s\] in quirks mode] + expected: FAIL + + [[baz='quux' s \] with querySelector in standards mode] + expected: FAIL + + [[baz*='quux' s\] with querySelector in XML] + expected: FAIL + + [[baz='quux' s\] with querySelector in standards mode] + expected: FAIL + + [[baz='quux' \\53\] with querySelector in standards mode] + expected: FAIL + + [[baz='quux' \\53\] in XML] + expected: FAIL + + [[baz='quux'\ns\n\] /* \\n */ in quirks mode] + expected: FAIL + + [[baz='quux'\ts\t\] /* \\t */ in quirks mode] + expected: FAIL + + [[baz^='quux' s\] with querySelector in quirks mode] + expected: FAIL + + [[baz=quux/**/s\] with querySelector in standards mode] + expected: FAIL + + [[baz='quux'\ts\t\] /* \\t */ with querySelector in XML] + expected: FAIL + + [[baz='quux'\ns\n\] /* \\n */ in XML] + expected: FAIL + + [[baz='quux'\ns\n\] /* \\n */ with querySelector in quirks mode] + expected: FAIL + + [[baz='quux' s /**/ \] with querySelector in quirks mode] + expected: FAIL + + [[baz='quux's \] with querySelector in quirks mode] + expected: FAIL + + [[baz^='quux' s\] in standards mode] + expected: FAIL + + [[baz~='quux' s\] in quirks mode] + expected: FAIL + + [[*|baz='quux' s\] in quirks mode] + expected: FAIL + + [[baz='quux' S\] with querySelector in XML] + expected: FAIL + + [[baz~='quux' s\] with querySelector in standards mode] + expected: FAIL + + [[baz$='quux' s\] with querySelector in XML] + expected: FAIL + + [[baz='quux'\rs\r\] /* \\r */ in quirks mode] + expected: FAIL + + [[baz="quux" s\] in standards mode] + expected: FAIL + + [[baz='quux' \\73\] with querySelector in standards mode] + expected: FAIL + + [[baz=quux/**/s\] with querySelector in quirks mode] + expected: FAIL + + [[baz='quux' s\] with querySelector in quirks mode] + expected: FAIL + + [[baz='quux' s /**/ \] in standards mode] + expected: FAIL + + [[baz='quux's\] in quirks mode] + expected: FAIL + + [[baz='quux'\rs\r\] /* \\r */ in standards mode] + expected: FAIL + + [[baz='quux' s /**/ \] with querySelector in standards mode] + expected: FAIL + + [[baz='quux'\rs\r\] /* \\r */ in XML] + expected: FAIL + + [[baz='quux'/**/s/**/\] in quirks mode] + expected: FAIL + + [[baz='quux'\ns\n\] /* \\n */ with querySelector in standards mode] + expected: FAIL + + [[baz='quux'\rs\r\] /* \\r */ with querySelector in XML] + expected: FAIL + + [[baz='quux' S\] with querySelector in standards mode] + expected: FAIL + + [[baz='quux' \\73\] in quirks mode] + expected: FAIL + + [[baz='quux' S\] in XML] + expected: FAIL + + [[baz='quux' \\53\] with querySelector in XML] + expected: FAIL + + [[|baz='quux' s\] with querySelector in quirks mode] + expected: FAIL + + [[|baz='quux' s\] in standards mode] + expected: FAIL + + [[baz='quux' /**/ s\] with querySelector in quirks mode] + expected: FAIL + diff --git a/tests/wpt/metadata/encoding/sniffing.html.ini b/tests/wpt/metadata/encoding/sniffing.html.ini new file mode 100644 index 00000000000..1449fe0afc3 --- /dev/null +++ b/tests/wpt/metadata/encoding/sniffing.html.ini @@ -0,0 +1,4 @@ +[sniffing.html] + [No (UTF-8) sniffing allowed] + expected: FAIL + diff --git a/tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_1.html.ini b/tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_1.html.ini deleted file mode 100644 index 87b07c3e670..00000000000 --- a/tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[traverse_the_history_1.html] - [Multiple history traversals from the same task] - 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 new file mode 100644 index 00000000000..dc2e45516de --- /dev/null +++ b/tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_5.html.ini @@ -0,0 +1,4 @@ +[traverse_the_history_5.html] + [Multiple history traversals, last would be aborted] + expected: FAIL + diff --git a/tests/wpt/metadata/html/dom/documents/dom-tree-accessors/Document.currentScript.html.ini b/tests/wpt/metadata/html/dom/documents/dom-tree-accessors/Document.currentScript.html.ini index 163449501e4..ada0c300bb0 100644 --- a/tests/wpt/metadata/html/dom/documents/dom-tree-accessors/Document.currentScript.html.ini +++ b/tests/wpt/metadata/html/dom/documents/dom-tree-accessors/Document.currentScript.html.ini @@ -7,6 +7,3 @@ [Script script-svg] expected: NOTRUN - [Script script-load-error] - expected: NOTRUN - 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 0f1a214d0ee..29b0025a2ae 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 @@ -5,29 +5,11 @@ expected: TIMEOUT [picture: source (max-width:500px) valid image, img valid image, resize to wide] - expected: FAIL + 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] - expected: FAIL - - [img (srcset 1 cand) valid image, resize to wide] - expected: FAIL - - [picture: same URL in source (max-width:500px) and img, resize to wide] - expected: FAIL - - [img (srcset 1 cand) valid image, resize to narrow] - expected: FAIL - - [picture: source (max-width:500px) valid image, img broken image, resize to wide] - expected: FAIL - - [picture: same URL in source (max-width:500px) and img, resize to narrow] - expected: FAIL + expected: TIMEOUT diff --git a/tests/wpt/metadata/html/semantics/embedded-content/the-img-element/non-active-document.html.ini b/tests/wpt/metadata/html/semantics/embedded-content/the-img-element/non-active-document.html.ini new file mode 100644 index 00000000000..8cc42056d34 --- /dev/null +++ b/tests/wpt/metadata/html/semantics/embedded-content/the-img-element/non-active-document.html.ini @@ -0,0 +1,10 @@ +[non-active-document.html] + [DOMParser] + expected: FAIL + + [createHTMLDocument] + expected: FAIL + + [