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 0000000000..27b636fbd1 --- /dev/null +++ b/html/browsers/browsing-the-web/history-traversal/META.yml @@ -0,0 +1,18 @@ +links: + - product: chrome + url: https://crbug.com/803949 + results: + - test: browsing_context_name_cross_origin_3.html + - product: chrome + url: https://crbug.com/651762 + results: + - test: browsing_context_name_cross_origin.html + - test: browsing_context_name.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/browsing-the-web/unloading-documents/META.yml b/html/browsers/browsing-the-web/unloading-documents/META.yml new file mode 100755 index 0000000000..ae3939d79b --- /dev/null +++ b/html/browsers/browsing-the-web/unloading-documents/META.yml @@ -0,0 +1,6 @@ +links: + - product: chrome + url: https://crbug.com/769945 + results: + - test: 001.html + - test: 004.html diff --git a/html/browsers/history/the-location-interface/META.yml b/html/browsers/history/the-location-interface/META.yml index 53949046d2..e9974590b1 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 a817f2397a..008235861b 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 018dfbfb93..0347e61552 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 47de866196..6a27a9ffe4 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,19 @@ links: results: - test: open-features-non-integer-screeny.html status: FAIL + - product: chrome + url: https://crbug.com/719995 + results: + - test: open-features-non-integer-innerheight.html + - product: chrome + url: https://crbug.com/1078880 + results: + - test: open-features-tokenization-innerheight-innerwidth.html + - 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 0000000000..498f74d926 --- /dev/null +++ b/html/browsers/windows/META.yml @@ -0,0 +1,9 @@ +links: + - product: chrome + url: https://crbug.com/706350 + results: + - test: clear-window-name.https.html + - product: chrome + url: https://crbug.com/769945 + results: + - test: noreferrer-window-name.html diff --git a/html/canvas/element/text-styles/META.yml b/html/canvas/element/text-styles/META.yml index ecd9cabda4..9d45eba8d1 100644 --- a/html/canvas/element/text-styles/META.yml +++ b/html/canvas/element/text-styles/META.yml @@ -22,3 +22,13 @@ 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.baseline.hanging.html + - test: 2d.text.draw.baseline.ideographic.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 + - 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 36a5c4abcb..bde7cefe82 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 20341ec205..8636f6b10d 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 f2715fb05a..788fc707d1 100644 --- a/html/canvas/offscreen/text/META.yml +++ b/html/canvas/offscreen/text/META.yml @@ -4,6 +4,12 @@ links: results: - test: 2d.text.measure.width.space.html - test: 2d.text.measure.width.space.worker.html + - test: 2d.text.draw.baseline.hanging.html + - test: 2d.text.draw.baseline.ideographic.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 e3a8110201..4760813fc5 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 2a2a7efea3..90a95e2049 100644 --- a/html/cross-origin-opener-policy/META.yml +++ b/html/cross-origin-opener-policy/META.yml @@ -11,3 +11,11 @@ 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/922191 + results: + - test: blob-popup.https.html + - product: chrome + url: https://crbug.com/1122582 + results: + - test: coop-csp-sandbox-navigate.https.html diff --git a/html/cross-origin-opener-policy/reporting/navigation-reporting/META.yml b/html/cross-origin-opener-policy/reporting/navigation-reporting/META.yml index 1e1716db2e..c8a1ba77c2 100644 --- a/html/cross-origin-opener-policy/reporting/navigation-reporting/META.yml +++ b/html/cross-origin-opener-policy/reporting/navigation-reporting/META.yml @@ -49,3 +49,7 @@ links: subtest: Open a popup to a document without COOP, then navigate it to a document with - test: reporting-coop-navigated-popup.https.html subtest: verify remaining reports + - product: chrome + url: https://crbug.com/922191 + results: + - test: reporting-popup-unsafe-none-report-to.https.html diff --git a/html/dom/META.yml b/html/dom/META.yml index 61675d0500..55d9add79b 100644 --- a/html/dom/META.yml +++ b/html/dom/META.yml @@ -964,3 +964,13 @@ links: subtest: 'Window interface: attribute originAgentCluster' - test: idlharness.https.html?include=(Document|Window) subtest: 'Window interface: window must inherit property "originAgentCluster" with the proper type' + - product: chrome + url: https://crbug.com/1154650 + results: + - test: idlharness.https.html?exclude=(Document|Window|HTML.*) + - product: chrome + url: https://crbug.com/651762 + results: + - test: reflection-embedded.html + - test: reflection-misc.html + - test: reflection-text.html diff --git a/html/dom/documents/dom-tree-accessors/document.getElementsByName/META.yml b/html/dom/documents/dom-tree-accessors/document.getElementsByName/META.yml new file mode 100755 index 0000000000..a7644535f5 --- /dev/null +++ b/html/dom/documents/dom-tree-accessors/document.getElementsByName/META.yml @@ -0,0 +1,5 @@ +links: + - product: chrome + url: https://crbug.com/490511 + results: + - test: document.getElementsByName-namespace.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 0000000000..c4a55580d0 --- /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 3daf4b4b9f..20bb9917b2 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 aa60577522..f2cd105dba 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 c04a78b360..94c4b8bba4 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,12 @@ 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 + - test: 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 dd91e7a099..64e2036cdb 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 0000000000..4403cd3101 --- /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 e3d20d6841..de48cfe3e9 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 0000000000..1eb3f0fd7d --- /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 7614aae25b..2121da82ef 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 0000000000..ef52e90187 --- /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 0000000000..a4ca7837ce --- /dev/null +++ b/html/semantics/embedded-content/media-elements/track/track-element/META.yml @@ -0,0 +1,9 @@ +links: + - product: chrome + url: https://crbug.com/832157 + results: + - test: track-cue-rendering-after-controls-added.html + - product: chrome + url: https://crbug.com/826419 + results: + - test: track-remove-track-inband.html diff --git a/html/semantics/embedded-content/the-img-element/META.yml b/html/semantics/embedded-content/the-img-element/META.yml index 6c828362fa..0c8e273a10 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 0ead2b6308..2c1bb041f4 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 0000000000..66560cf447 --- /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 0000000000..1545b4d897 --- /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 0000000000..c9fac86a90 --- /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 34854ac6ba..8b6cdc99f8 100644 --- a/html/semantics/forms/the-input-element/META.yml +++ b/html/semantics/forms/the-input-element/META.yml @@ -24,3 +24,11 @@ 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 + - product: chrome + url: https://crbug.com/651762 + results: + - test: range.html diff --git a/html/semantics/interactive-elements/the-dialog-element/META.yml b/html/semantics/interactive-elements/the-dialog-element/META.yml index d6e788f02a..fd1be4c6e1 100644 --- a/html/semantics/interactive-elements/the-dialog-element/META.yml +++ b/html/semantics/interactive-elements/the-dialog-element/META.yml @@ -10,3 +10,7 @@ links: subtest: 'horizontal-tb (container vertical-rl): tall viewport' - test: centering.html subtest: 'vertical-rl (container horizontal-tb) (dialog vertical-rl): tall viewport' + - product: chrome + url: https://crbug.com/1106413 + results: + - test: dialog-form-submission.html diff --git a/html/semantics/interactive-elements/the-popup-element/META.yml b/html/semantics/interactive-elements/the-popup-element/META.yml new file mode 100755 index 0000000000..07388154f0 --- /dev/null +++ b/html/semantics/interactive-elements/the-popup-element/META.yml @@ -0,0 +1,11 @@ +links: + - product: chrome + url: https://crbug.com/1168738 + results: + - test: popup-element-basic.tentative.html + - test: popup-hidden-display.tentative.html + - test: popup-stacking.tentative.html + - 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 b500d7965d..94c95f2dc6 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,17 @@ 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 + - product: chrome + url: https://crbug.com/917116 + results: + - test: 106-import-xhtml.xhtml + - test: 106-noimport-xhtml.xhtml diff --git a/html/semantics/scripting-1/the-script-element/import-assertions/META.yml b/html/semantics/scripting-1/the-script-element/import-assertions/META.yml index f9881a2d33..9b2e370ac0 100644 --- a/html/semantics/scripting-1/the-script-element/import-assertions/META.yml +++ b/html/semantics/scripting-1/the-script-element/import-assertions/META.yml @@ -4,3 +4,9 @@ links: results: - test: empty-assertion-clause.html - test: unsupported-assertion.html + - product: chrome + url: https://crbug.com/1132413 + results: + - test: empty-assertion-clause.html + - test: invalid-type-assertion-error.html + - test: unsupported-assertion.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 65da0f2359..ffcb4e3069 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 161dfb2122..9a59f483f1 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,11 @@ 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/1022182 + results: + - test: evaluation-order-3-dynamic.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 eb04c54764..8006ec876c 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,12 @@ 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 + - product: chrome + url: https://crbug.com/796034 + results: + - test: string-compilation-base-url-external-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 52426a833b..18ffc0e8dc 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/scripting-1/the-template-element/definitions/META.yml b/html/semantics/scripting-1/the-template-element/definitions/META.yml new file mode 100755 index 0000000000..0491ca8243 --- /dev/null +++ b/html/semantics/scripting-1/the-template-element/definitions/META.yml @@ -0,0 +1,5 @@ +links: + - product: chrome + url: https://crbug.com/490511 + results: + - test: template-contents-owner-document-type.html diff --git a/html/semantics/selectors/pseudo-classes/META.yml b/html/semantics/selectors/pseudo-classes/META.yml index 3240634619..5ced4f119c 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/semantics/text-level-semantics/the-wbr-element/META.yml b/html/semantics/text-level-semantics/the-wbr-element/META.yml new file mode 100755 index 0000000000..a091bea002 --- /dev/null +++ b/html/semantics/text-level-semantics/the-wbr-element/META.yml @@ -0,0 +1,5 @@ +links: + - product: chrome + url: https://crbug.com/490511 + results: + - test: wbr-element.html diff --git a/html/syntax/parsing/META.yml b/html/syntax/parsing/META.yml index 08db0a275a..75e568332b 100644 --- a/html/syntax/parsing/META.yml +++ b/html/syntax/parsing/META.yml @@ -9,3 +9,7 @@ links: - test: html5lib_tests11.html?run_type=write_single - test: html5lib_tests11.html?run_type=write - test: html5lib_tests11.html?run_type=uri + - product: chrome + url: https://crbug.com/719995 + results: + - test: html5lib_innerHTML_foreign-fragment.html diff --git a/html/webappapis/scripting/events/META.yml b/html/webappapis/scripting/events/META.yml index 382a8b6692..d3e9312a88 100644 --- a/html/webappapis/scripting/events/META.yml +++ b/html/webappapis/scripting/events/META.yml @@ -21,3 +21,15 @@ 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 + - product: chrome + url: https://crbug.com/651762 + results: + - test: event-handler-attributes-body-window.html + - product: chrome + url: https://crbug.com/1092092 + results: + - test: event-handler-attributes-windowless-body.html diff --git a/html/webappapis/scripting/processing-model-2/META.yml b/html/webappapis/scripting/processing-model-2/META.yml new file mode 100755 index 0000000000..c5ad40f738 --- /dev/null +++ b/html/webappapis/scripting/processing-model-2/META.yml @@ -0,0 +1,6 @@ +links: + - product: chrome + url: https://crbug.com/651762 + results: + - test: runtime-error-in-setInterval.html + - test: runtime-error-in-setTimeout.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 0000000000..45dc138320 --- /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