From f301f2a7506a17711f5c7a51eb166606bf694a7d Mon Sep 17 00:00:00 2001 From: Stephen McGruer Date: Wed, 3 Feb 2021 17:42:19 -0500 Subject: [PATCH] Update html/ from monorail results (#807) See #798 for methodology --- .../history-traversal/META.yml | 13 +++++++++++++ .../history/the-location-interface/META.yml | 4 ++++ html/browsers/sandboxing/META.yml | 4 ++++ html/browsers/the-window-object/META.yml | 4 ++++ .../META.yml | 8 ++++++++ html/browsers/windows/META.yml | 5 +++++ html/canvas/element/text-styles/META.yml | 8 ++++++++ .../manual/the-offscreen-canvas/META.yml | 4 ++++ html/canvas/offscreen/path-objects/META.yml | 8 ++++++++ html/canvas/offscreen/text/META.yml | 4 ++++ html/cross-origin-embedder-policy/META.yml | 4 ++++ html/cross-origin-opener-policy/META.yml | 4 ++++ .../common-dom-interfaces/collections/META.yml | 5 +++++ .../shared-array-buffers/META.yml | 7 +++++++ .../form-controls/META.yml | 4 ++++ .../the-fieldset-and-legend-elements/META.yml | 8 ++++++++ .../META.yml | 4 ++++ html/rendering/widgets/META.yml | 5 +++++ html/rendering/widgets/button-layout/META.yml | 4 ++++ .../image-map-processing-model/META.yml | 5 +++++ .../loading-the-media-resource/META.yml | 17 +++++++++++++++++ .../media-elements/ready-states/META.yml | 5 +++++ .../track/track-element/META.yml | 5 +++++ .../embedded-content/the-img-element/META.yml | 9 +++++++++ .../the-img-element/sizes/META.yml | 4 ++++ .../the-object-element/META.yml | 5 +++++ html/semantics/forms/constraints/META.yml | 9 +++++++++ .../forms/the-button-element/META.yml | 5 +++++ .../semantics/forms/the-input-element/META.yml | 4 ++++ .../the-popup-element/META.yml | 18 +++++++++++------- .../execution-timing/META.yml | 9 +++++++++ .../the-script-element/json-module/META.yml | 4 ++++ .../the-script-element/module/META.yml | 4 ++++ .../module/dynamic-import/META.yml | 5 +++++ .../module/dynamic-import/alpha/META.yml | 5 +++++ .../selectors/pseudo-classes/META.yml | 4 ++++ html/webappapis/scripting/events/META.yml | 4 ++++ .../the-navigator-object/META.yml | 5 +++++ 38 files changed, 226 insertions(+), 7 deletions(-) create mode 100755 html/browsers/browsing-the-web/history-traversal/META.yml create mode 100755 html/browsers/windows/META.yml create mode 100755 html/infrastructure/common-dom-interfaces/collections/META.yml create mode 100755 html/rendering/widgets/META.yml create mode 100755 html/semantics/embedded-content/image-maps/image-map-processing-model/META.yml create mode 100755 html/semantics/embedded-content/media-elements/ready-states/META.yml create mode 100755 html/semantics/embedded-content/media-elements/track/track-element/META.yml create mode 100755 html/semantics/embedded-content/the-object-element/META.yml create mode 100755 html/semantics/forms/constraints/META.yml create mode 100755 html/semantics/forms/the-button-element/META.yml create mode 100755 html/webappapis/system-state-and-capabilities/the-navigator-object/META.yml diff --git a/html/browsers/browsing-the-web/history-traversal/META.yml b/html/browsers/browsing-the-web/history-traversal/META.yml new file mode 100755 index 000000000..b994d58ac --- /dev/null +++ b/html/browsers/browsing-the-web/history-traversal/META.yml @@ -0,0 +1,13 @@ +links: + - product: chrome + url: https://crbug.com/803949 + results: + - test: browsing_context_name_cross_origin_3.html + - product: chrome + url: https://crbug.com/676050 + results: + - test: same-url.html + - product: chrome + url: https://crbug.com/706350 + results: + - test: window-name-after-cross-origin-main-frame-navigation.sub.html diff --git a/html/browsers/history/the-location-interface/META.yml b/html/browsers/history/the-location-interface/META.yml index 53949046d..e9974590b 100644 --- a/html/browsers/history/the-location-interface/META.yml +++ b/html/browsers/history/the-location-interface/META.yml @@ -34,3 +34,7 @@ links: status: FAIL - test: location-protocol-setter-non-broken-weird.html status: FAIL + - product: chrome + url: https://crbug.com/718363 + results: + - test: per-global.window.html diff --git a/html/browsers/sandboxing/META.yml b/html/browsers/sandboxing/META.yml index a817f2397..008235861 100644 --- a/html/browsers/sandboxing/META.yml +++ b/html/browsers/sandboxing/META.yml @@ -26,3 +26,7 @@ links: subtest: One pending navigation - test: window-open-blank-from-different-initiator.html subtest: No pending navigation + - product: chrome + url: https://crbug.com/1163174 + results: + - test: sandbox-inherited-from-required-csp.html diff --git a/html/browsers/the-window-object/META.yml b/html/browsers/the-window-object/META.yml index 018dfbfb9..0347e6155 100644 --- a/html/browsers/the-window-object/META.yml +++ b/html/browsers/the-window-object/META.yml @@ -10,3 +10,7 @@ links: subtest: 'Window unforgeable attribute: document' - test: window-properties.https.html subtest: 'Window unforgeable attribute: window' + - product: chrome + url: https://crbug.com/778318 + results: + - test: window-reuse-in-nested-browsing-contexts.tentative.html diff --git a/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/META.yml b/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/META.yml index 47de86619..9492c9ae5 100755 --- a/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/META.yml +++ b/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/META.yml @@ -4,3 +4,11 @@ links: results: - test: open-features-non-integer-screeny.html status: FAIL + - product: chrome + url: https://crbug.com/1073003 + results: + - test: open-features-tokenization-screenx-screeny.html + - product: chrome + url: https://crbug.com/938192 + results: + - test: open-features-tokenization-width-height.html diff --git a/html/browsers/windows/META.yml b/html/browsers/windows/META.yml new file mode 100755 index 000000000..e9c8b9778 --- /dev/null +++ b/html/browsers/windows/META.yml @@ -0,0 +1,5 @@ +links: + - product: chrome + url: https://crbug.com/706350 + results: + - test: clear-window-name.https.html diff --git a/html/canvas/element/text-styles/META.yml b/html/canvas/element/text-styles/META.yml index ecd9cabda..de7356613 100644 --- a/html/canvas/element/text-styles/META.yml +++ b/html/canvas/element/text-styles/META.yml @@ -22,3 +22,11 @@ links: subtest: System fonts must be computed to explicit values - test: 2d.text.font.parse.complex.html subtest: 'Canvas test: 2d.text.font.parse.complex' + - product: chrome + url: https://crbug.com/1066953 + results: + - test: 2d.text.draw.space.collapse.end.html + - test: 2d.text.draw.space.collapse.other.html + - test: 2d.text.draw.space.collapse.space.html + - test: 2d.text.draw.space.collapse.start.html + - test: 2d.text.measure.width.space.html diff --git a/html/canvas/offscreen/manual/the-offscreen-canvas/META.yml b/html/canvas/offscreen/manual/the-offscreen-canvas/META.yml index 36a5c4abc..bde7cefe8 100644 --- a/html/canvas/offscreen/manual/the-offscreen-canvas/META.yml +++ b/html/canvas/offscreen/manual/the-offscreen-canvas/META.yml @@ -122,3 +122,7 @@ links: subtest: Test that 'alpha' context creation attribute is true by default - test: offscreencanvas.getcontext.html subtest: Test that 2dcontext.canvas should return the original OffscreenCanvas + - product: chrome + url: https://crbug.com/1093709 + results: + - test: offscreencanvas.resize.html diff --git a/html/canvas/offscreen/path-objects/META.yml b/html/canvas/offscreen/path-objects/META.yml index 20341ec20..8636f6b10 100644 --- a/html/canvas/offscreen/path-objects/META.yml +++ b/html/canvas/offscreen/path-objects/META.yml @@ -6,3 +6,11 @@ links: subtest: detects whether point is in the area contained by the stroke of the path - test: 2d.path.isPointInStroke.basic.worker.html subtest: detects whether point is in the area contained by the stroke of the path + - product: chrome + url: https://crbug.com/644067 + results: + - test: 2d.path.stroke.prune.arc.html + - test: 2d.path.stroke.prune.closed.html + - test: 2d.path.stroke.prune.curve.html + - test: 2d.path.stroke.prune.line.html + - test: 2d.path.stroke.prune.rect.html diff --git a/html/canvas/offscreen/text/META.yml b/html/canvas/offscreen/text/META.yml index f2715fb05..37289406d 100644 --- a/html/canvas/offscreen/text/META.yml +++ b/html/canvas/offscreen/text/META.yml @@ -4,6 +4,10 @@ links: results: - test: 2d.text.measure.width.space.html - test: 2d.text.measure.width.space.worker.html + - test: 2d.text.draw.space.collapse.end.html + - test: 2d.text.draw.space.collapse.other.html + - test: 2d.text.draw.space.collapse.space.html + - test: 2d.text.draw.space.collapse.start.html - product: webkitgtk url: https://bugs.webkit.org/show_bug.cgi?id=186759 results: diff --git a/html/cross-origin-embedder-policy/META.yml b/html/cross-origin-embedder-policy/META.yml index e3a811020..4760813fc 100644 --- a/html/cross-origin-embedder-policy/META.yml +++ b/html/cross-origin-embedder-policy/META.yml @@ -78,3 +78,7 @@ links: results: - test: reporting-subresource-corp.https.html subtest: 'destination: script' + - product: chrome + url: https://crbug.com/1064920 + results: + - test: cache-storage-reporting-dedicated-worker.https.html diff --git a/html/cross-origin-opener-policy/META.yml b/html/cross-origin-opener-policy/META.yml index 2a2a7efea..02c63ff93 100644 --- a/html/cross-origin-opener-policy/META.yml +++ b/html/cross-origin-opener-policy/META.yml @@ -11,3 +11,7 @@ links: subtest: 'unspecified document opening popup to https://web-platform.test:8443 with COOP: "same-origin;same-origin"' - test: header-parsing.https.html subtest: 'unspecified document opening popup to https://web-platform.test:8443 with COOP: "same-origin; foo=bar"' + - product: chrome + url: https://crbug.com/1122582 + results: + - test: coop-csp-sandbox-navigate.https.html diff --git a/html/infrastructure/common-dom-interfaces/collections/META.yml b/html/infrastructure/common-dom-interfaces/collections/META.yml new file mode 100755 index 000000000..c4a55580d --- /dev/null +++ b/html/infrastructure/common-dom-interfaces/collections/META.yml @@ -0,0 +1,5 @@ +links: + - product: chrome + url: https://crbug.com/591605 + results: + - test: htmlallcollection.html diff --git a/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/META.yml b/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/META.yml index 3daf4b4b9..20bb9917b 100644 --- a/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/META.yml +++ b/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/META.yml @@ -8,3 +8,10 @@ links: url: https://bugzilla.mozilla.org/show_bug.cgi?id=1661040 results: - test: window-serviceworker-failure.https.html + - product: chrome + url: https://crbug.com/1144104 + results: + - test: no-coop-coep.https.any.html + - test: no-coop-coep.https.any.serviceworker.html + - test: no-coop-coep.https.any.sharedworker.html + - test: no-coop-coep.https.any.worker.html diff --git a/html/rendering/non-replaced-elements/form-controls/META.yml b/html/rendering/non-replaced-elements/form-controls/META.yml index aa6057752..f2cd105db 100644 --- a/html/rendering/non-replaced-elements/form-controls/META.yml +++ b/html/rendering/non-replaced-elements/form-controls/META.yml @@ -4,3 +4,7 @@ links: results: - test: placeholder-opacity-default.tentative.html subtest: Default opacity value is '1' + - product: chrome + url: https://crbug.com/962927 + results: + - test: button-style.html diff --git a/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/META.yml b/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/META.yml index c04a78b36..33b9295a4 100644 --- a/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/META.yml +++ b/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/META.yml @@ -23,3 +23,11 @@ links: results: - test: legend-hover.html subtest: The rendered LEGEND should work well for :hover. + - product: chrome + url: https://crbug.com/880062 + results: + - test: fieldset-content-before-legend.html + - product: chrome + url: https://crbug.com/895846 + results: + - test: legend-block-margins-2.html diff --git a/html/rendering/replaced-elements/attributes-for-embedded-content-and-images/META.yml b/html/rendering/replaced-elements/attributes-for-embedded-content-and-images/META.yml index dd91e7a09..64e2036cd 100644 --- a/html/rendering/replaced-elements/attributes-for-embedded-content-and-images/META.yml +++ b/html/rendering/replaced-elements/attributes-for-embedded-content-and-images/META.yml @@ -4,3 +4,7 @@ links: results: - test: canvas-aspect-ratio.html subtest: Canvas width and height attributes are used as the surface size with contain:size + - product: chrome + url: https://crbug.com/989839 + results: + - test: align.html diff --git a/html/rendering/widgets/META.yml b/html/rendering/widgets/META.yml new file mode 100755 index 000000000..4403cd310 --- /dev/null +++ b/html/rendering/widgets/META.yml @@ -0,0 +1,5 @@ +links: + - product: chrome + url: https://crbug.com/1040826 + results: + - test: baseline-alignment-and-overflow.tentative.html diff --git a/html/rendering/widgets/button-layout/META.yml b/html/rendering/widgets/button-layout/META.yml index e3d20d684..de48cfe3e 100644 --- a/html/rendering/widgets/button-layout/META.yml +++ b/html/rendering/widgets/button-layout/META.yml @@ -13,3 +13,7 @@ links: status: FAIL - test: grid.html status: FAIL + - product: chrome + url: https://crbug.com/962936 + results: + - test: anonymous-button-content-box.html diff --git a/html/semantics/embedded-content/image-maps/image-map-processing-model/META.yml b/html/semantics/embedded-content/image-maps/image-map-processing-model/META.yml new file mode 100755 index 000000000..1eb3f0fd7 --- /dev/null +++ b/html/semantics/embedded-content/image-maps/image-map-processing-model/META.yml @@ -0,0 +1,5 @@ +links: + - product: chrome + url: https://crbug.com/108489 + results: + - test: hash-name-reference.html diff --git a/html/semantics/embedded-content/media-elements/loading-the-media-resource/META.yml b/html/semantics/embedded-content/media-elements/loading-the-media-resource/META.yml index 7614aae25..2121da82e 100644 --- a/html/semantics/embedded-content/media-elements/loading-the-media-resource/META.yml +++ b/html/semantics/embedded-content/media-elements/loading-the-media-resource/META.yml @@ -23,3 +23,20 @@ links: results: - test: resource-selection-invoke-insert-into-iframe.html status: FAIL + - product: chrome + url: https://crbug.com/593289 + results: + - test: resource-selection-candidate-insert-before.html + - test: resource-selection-invoke-in-sync-event.html + - test: resource-selection-invoke-load.html + - test: resource-selection-invoke-pause.html + - test: resource-selection-invoke-play.html + - test: resource-selection-pointer-remove-text.html + - test: resource-selection-remove-source.html + - test: resource-selection-remove-src.html + - test: resource-selection-source-media.html + - product: chrome + url: https://crbug.com/848738 + results: + - test: resource-selection-candidate-remove-addEventListener.html + - test: resource-selection-candidate-remove-onerror.html diff --git a/html/semantics/embedded-content/media-elements/ready-states/META.yml b/html/semantics/embedded-content/media-elements/ready-states/META.yml new file mode 100755 index 000000000..ef52e9018 --- /dev/null +++ b/html/semantics/embedded-content/media-elements/ready-states/META.yml @@ -0,0 +1,5 @@ +links: + - product: chrome + url: https://crbug.com/1004760 + results: + - test: autoplay-hidden.optional.html diff --git a/html/semantics/embedded-content/media-elements/track/track-element/META.yml b/html/semantics/embedded-content/media-elements/track/track-element/META.yml new file mode 100755 index 000000000..400a88e0c --- /dev/null +++ b/html/semantics/embedded-content/media-elements/track/track-element/META.yml @@ -0,0 +1,5 @@ +links: + - product: chrome + url: https://crbug.com/832157 + results: + - test: track-cue-rendering-after-controls-added.html diff --git a/html/semantics/embedded-content/the-img-element/META.yml b/html/semantics/embedded-content/the-img-element/META.yml index 6c828362f..0c8e273a1 100644 --- a/html/semantics/embedded-content/the-img-element/META.yml +++ b/html/semantics/embedded-content/the-img-element/META.yml @@ -21,3 +21,12 @@ links: results: - test: list-of-available-images-matching.https.html subtest: list of available images tuple-matching logic + - product: chrome + url: https://crbug.com/985227 + results: + - test: image-loading-lazy-base-url-2.html + - test: image-loading-lazy-base-url.html + - product: chrome + url: https://crbug.com/1072018 + results: + - test: image-loading-lazy-multiple-times.html diff --git a/html/semantics/embedded-content/the-img-element/sizes/META.yml b/html/semantics/embedded-content/the-img-element/sizes/META.yml index 0ead2b630..2c1bb041f 100644 --- a/html/semantics/embedded-content/the-img-element/sizes/META.yml +++ b/html/semantics/embedded-content/the-img-element/sizes/META.yml @@ -4,3 +4,7 @@ links: results: - test: parse-a-sizes-attribute-width-1000px.html status: FAIL + - product: chrome + url: https://crbug.com/1093539 + results: + - test: parse-a-sizes-attribute-standards-mode.html diff --git a/html/semantics/embedded-content/the-object-element/META.yml b/html/semantics/embedded-content/the-object-element/META.yml new file mode 100755 index 000000000..66560cf44 --- /dev/null +++ b/html/semantics/embedded-content/the-object-element/META.yml @@ -0,0 +1,5 @@ +links: + - product: chrome + url: https://crbug.com/632243 + results: + - test: object-attributes.html diff --git a/html/semantics/forms/constraints/META.yml b/html/semantics/forms/constraints/META.yml new file mode 100755 index 000000000..1545b4d89 --- /dev/null +++ b/html/semantics/forms/constraints/META.yml @@ -0,0 +1,9 @@ +links: + - product: chrome + url: https://crbug.com/1041973 + results: + - test: form-validation-reportValidity.html + - product: chrome + url: https://crbug.com/521871 + results: + - test: form-validation-validity-valueMissing.html diff --git a/html/semantics/forms/the-button-element/META.yml b/html/semantics/forms/the-button-element/META.yml new file mode 100755 index 000000000..c9fac86a9 --- /dev/null +++ b/html/semantics/forms/the-button-element/META.yml @@ -0,0 +1,5 @@ +links: + - product: chrome + url: https://crbug.com/915476 + results: + - test: button-click-submits.html diff --git a/html/semantics/forms/the-input-element/META.yml b/html/semantics/forms/the-input-element/META.yml index 34854ac6b..12f8ddd28 100644 --- a/html/semantics/forms/the-input-element/META.yml +++ b/html/semantics/forms/the-input-element/META.yml @@ -24,3 +24,7 @@ links: subtest: Radio buttons in an orphan tree should make a group - test: radio.html subtest: Radio buttons in different groups (because they have different form owners or no form owner) do not affect each other's checkedness + - product: chrome + url: https://crbug.com/521871 + results: + - test: datetime-local.html diff --git a/html/semantics/interactive-elements/the-popup-element/META.yml b/html/semantics/interactive-elements/the-popup-element/META.yml index 24e26521b..6a940bc72 100644 --- a/html/semantics/interactive-elements/the-popup-element/META.yml +++ b/html/semantics/interactive-elements/the-popup-element/META.yml @@ -1,8 +1,12 @@ links: -- product: firefox - results: - - subtest: popup element exists - test: popup-element-basic.tentative.html - - subtest: Popups located inside shadow DOM can still be shown - test: popup-shadow-dom.tentative.html - url: https://bugzilla.mozilla.org/show_bug.cgi?id=1690424 + - product: firefox + results: + - subtest: popup element exists + test: popup-element-basic.tentative.html + - subtest: Popups located inside shadow DOM can still be shown + test: popup-shadow-dom.tentative.html + url: https://bugzilla.mozilla.org/show_bug.cgi?id=1690424 + - product: chrome + url: https://crbug.com/1170977 + results: + - test: popup-shadow-dom.tentative.html diff --git a/html/semantics/scripting-1/the-script-element/execution-timing/META.yml b/html/semantics/scripting-1/the-script-element/execution-timing/META.yml index b500d7965..3e4df2af3 100644 --- a/html/semantics/scripting-1/the-script-element/execution-timing/META.yml +++ b/html/semantics/scripting-1/the-script-element/execution-timing/META.yml @@ -4,3 +4,12 @@ links: results: - test: 085.html status: FAIL + - product: chrome + url: https://crbug.com/1045479 + results: + - test: 106-defer-import.html + - test: 106-defer-noimport.html + - test: 106-external-module-import.html + - test: 106-external-module-noimport.html + - test: 106-module-import.html + - test: 106-module-noimport.html diff --git a/html/semantics/scripting-1/the-script-element/json-module/META.yml b/html/semantics/scripting-1/the-script-element/json-module/META.yml index 65da0f235..ffcb4e306 100755 --- a/html/semantics/scripting-1/the-script-element/json-module/META.yml +++ b/html/semantics/scripting-1/the-script-element/json-module/META.yml @@ -4,3 +4,7 @@ links: results: - test: json-module-service-worker-test.https.tentative.html status: FAIL + - product: chrome + url: https://crbug.com/1142419 + results: + - test: parse-error.tentative.html diff --git a/html/semantics/scripting-1/the-script-element/module/META.yml b/html/semantics/scripting-1/the-script-element/module/META.yml index 161dfb212..14ffaa677 100644 --- a/html/semantics/scripting-1/the-script-element/module/META.yml +++ b/html/semantics/scripting-1/the-script-element/module/META.yml @@ -13,3 +13,7 @@ links: - test: evaluation-order-1-sharedworker.html - test: evaluation-order-2-import-sharedworker.html - test: evaluation-order-3-dynamic-sharedworker.html + - product: chrome + url: https://crbug.com/717643 + results: + - test: module-in-xhtml.xhtml diff --git a/html/semantics/scripting-1/the-script-element/module/dynamic-import/META.yml b/html/semantics/scripting-1/the-script-element/module/dynamic-import/META.yml index eb04c5476..dfaa36648 100644 --- a/html/semantics/scripting-1/the-script-element/module/dynamic-import/META.yml +++ b/html/semantics/scripting-1/the-script-element/module/dynamic-import/META.yml @@ -9,3 +9,8 @@ links: results: - test: dynamic-imports-credentials.sub.html subtest: Cross-origin dynamic import from classic script (crossOrigin=use-credentials) + - product: chrome + url: https://crbug.com/1133238 + results: + - test: dynamic-imports-credentials-setTimeout.sub.html + - test: string-compilation-nonce-classic.html diff --git a/html/semantics/scripting-1/the-script-element/module/dynamic-import/alpha/META.yml b/html/semantics/scripting-1/the-script-element/module/dynamic-import/alpha/META.yml index 52426a833..18ffc0e8d 100644 --- a/html/semantics/scripting-1/the-script-element/module/dynamic-import/alpha/META.yml +++ b/html/semantics/scripting-1/the-script-element/module/dynamic-import/alpha/META.yml @@ -17,3 +17,8 @@ links: subtest: Absolute URL-like from cross-origin importScripts() - test: base-url-worker-importScripts.html subtest: Absolute URL-like from same-origin importScripts() + - product: chrome + url: https://crbug.com/1082086 + results: + - test: base-url.sub.html + - test: base-url-worker-importScripts.html diff --git a/html/semantics/selectors/pseudo-classes/META.yml b/html/semantics/selectors/pseudo-classes/META.yml index 324063461..5ced4f119 100755 --- a/html/semantics/selectors/pseudo-classes/META.yml +++ b/html/semantics/selectors/pseudo-classes/META.yml @@ -9,3 +9,7 @@ links: results: - test: readwrite-readonly.html status: FAIL + - product: chrome + url: https://crbug.com/576815 + results: + - test: dir.html diff --git a/html/webappapis/scripting/events/META.yml b/html/webappapis/scripting/events/META.yml index 382a8b669..0260b0a00 100644 --- a/html/webappapis/scripting/events/META.yml +++ b/html/webappapis/scripting/events/META.yml @@ -21,3 +21,7 @@ links: subtest: 'onslotchange: the content attribute must be compiled into a function as the corresponding property' - test: event-handler-all-global-events.html subtest: 'onslotchange: the content attribute must execute when an event is dispatched' + - product: chrome + url: https://crbug.com/1006096 + results: + - test: event-handler-all-global-events.html diff --git a/html/webappapis/system-state-and-capabilities/the-navigator-object/META.yml b/html/webappapis/system-state-and-capabilities/the-navigator-object/META.yml new file mode 100755 index 000000000..45dc13832 --- /dev/null +++ b/html/webappapis/system-state-and-capabilities/the-navigator-object/META.yml @@ -0,0 +1,5 @@ +links: + - product: chrome + url: https://crbug.com/937121 + results: + - test: navigator-window-controls-overlay.html