diff --git a/background-fetch/META.yml b/background-fetch/META.yml index 85db51548..02ac811e9 100644 --- a/background-fetch/META.yml +++ b/background-fetch/META.yml @@ -4,3 +4,11 @@ links: results: - test: abort.https.window.html status: ERROR + - product: chrome + url: https://crbug.com/882282 + results: + - test: fetch.https.window.html + - test: fetch-uploads.https.window.html + - test: match.https.window.html + - test: mixed-content-and-allowed-schemes.https.window.html + - test: update-ui.https.window.html diff --git a/clipboard-apis/META.yml b/clipboard-apis/META.yml index 409849984..9c8c2651c 100644 --- a/clipboard-apis/META.yml +++ b/clipboard-apis/META.yml @@ -34,3 +34,8 @@ links: subtest: Verify write error on malformed data [image/png ClipboardItem] - test: async-write-image-read-image.https.html subtest: Verify write and read clipboard [image/png Blob] + - product: chrome + url: https://crbug.com/1110511 + results: + - test: async-svg-script-removal.https.html + - test: async-write-svg-read-svg.https.html diff --git a/clipboard-apis/feature-policy/clipboard-write/META.yml b/clipboard-apis/feature-policy/clipboard-write/META.yml index 6277b559f..43baa1258 100644 --- a/clipboard-apis/feature-policy/clipboard-write/META.yml +++ b/clipboard-apis/feature-policy/clipboard-write/META.yml @@ -11,3 +11,7 @@ links: results: - test: clipboard-write-disabled-by-feature-policy.tentative.https.sub.html subtest: Feature-Policy header clipboard-write "none" disallows the top-level document. + - product: chrome + url: https://crbug.com/1105278 + results: + - test: clipboard-write-enabled-on-self-origin-by-feature-policy.tentative.https.sub.html diff --git a/compat/META.yml b/compat/META.yml new file mode 100755 index 000000000..6d83ffae0 --- /dev/null +++ b/compat/META.yml @@ -0,0 +1,5 @@ +links: + - product: chrome + url: https://crbug.com/1010278 + results: + - test: webkit-gradient-comma.html diff --git a/content-security-policy/connect-src/META.yml b/content-security-policy/connect-src/META.yml index 3a0f05df7..3bdb96ca5 100755 --- a/content-security-policy/connect-src/META.yml +++ b/content-security-policy/connect-src/META.yml @@ -4,3 +4,4 @@ links: results: - test: worker-connect-src-blocked.sub.html status: FAIL + - test: worker-from-guid.sub.html diff --git a/cookies/samesite/META.yml b/cookies/samesite/META.yml new file mode 100755 index 000000000..8eefa8490 --- /dev/null +++ b/cookies/samesite/META.yml @@ -0,0 +1,5 @@ +links: + - product: chrome + url: https://crbug.com/1161591 + results: + - test: multiple-samesite-attributes.https.html?legacy-samesite diff --git a/custom-elements/custom-element-registry/META.yml b/custom-elements/custom-element-registry/META.yml new file mode 100755 index 000000000..6c8dcf70a --- /dev/null +++ b/custom-elements/custom-element-registry/META.yml @@ -0,0 +1,5 @@ +links: + - product: chrome + url: https://crbug.com/717715 + results: + - test: per-global.html diff --git a/custom-elements/form-associated/META.yml b/custom-elements/form-associated/META.yml index 86df28649..d5a148c6a 100644 --- a/custom-elements/form-associated/META.yml +++ b/custom-elements/form-associated/META.yml @@ -40,3 +40,7 @@ links: subtest: Newline normalization - \r\n in FormData name - test: ElementInternals-setFormValue.html subtest: Newline normalization - \r\n in FormData value + - product: chrome + url: https://crbug.com/1167095 + results: + - test: ElementInternals-setFormValue.html diff --git a/dom/events/scrolling/META.yml b/dom/events/scrolling/META.yml index 98ce8817d..b3e355902 100644 --- a/dom/events/scrolling/META.yml +++ b/dom/events/scrolling/META.yml @@ -18,3 +18,8 @@ links: - test: overscroll-event-fired-to-element-with-overscroll-behavior.html - test: scrollend-event-fired-to-window.html - test: scrollend-event-fired-to-document.html + - product: chrome + url: https://crbug.com/907601 + results: + - test: overscroll-event-fired-to-scrolled-element.html + - test: scrollend-event-fired-to-scrolled-element.html diff --git a/domparsing/META.yml b/domparsing/META.yml new file mode 100755 index 000000000..04f5e29f1 --- /dev/null +++ b/domparsing/META.yml @@ -0,0 +1,5 @@ +links: + - product: chrome + url: https://crbug.com/698130 + results: + - test: DOMParser-parseFromString-xml.html diff --git a/editing/run/META.yml b/editing/run/META.yml new file mode 100755 index 000000000..457317425 --- /dev/null +++ b/editing/run/META.yml @@ -0,0 +1,13 @@ +links: + - product: chrome + url: https://crbug.com/1002937 + results: + - test: caret-navigation-around-line-break.html + - product: chrome + url: https://crbug.com/1168974 + results: + - test: delete.html?5001-6000 + - test: forwarddelete.html?5001-6000 + - test: insertlinebreak.html + - test: insertparagraph.html?1-1000 + - test: outdent.html?2001-last diff --git a/encoding/META.yml b/encoding/META.yml index 6656df429..fd6d7c8b0 100644 --- a/encoding/META.yml +++ b/encoding/META.yml @@ -27,3 +27,8 @@ links: - test: idlharness.any.sharedworker.html - test: textdecoder-copy.any.sharedworker.html - test: textdecoder-streaming.any.sharedworker.html + - product: chrome + url: https://crbug.com/978522 + results: + - test: eof-utf-8-three.html + - test: eof-utf-8-two.html diff --git a/encrypted-media/META.yml b/encrypted-media/META.yml index 6fcbe1e91..e7784d84c 100644 --- a/encrypted-media/META.yml +++ b/encrypted-media/META.yml @@ -7,3 +7,7 @@ links: url: https://bugs.webkit.org/show_bug.cgi?id=190991 results: - test: '*' + - product: chrome + url: https://crbug.com/1007082 + results: + - test: drm-mp4-playback-temporary-events.https.html diff --git a/feature-policy/META.yml b/feature-policy/META.yml index a7aa40a01..914d97d2b 100644 --- a/feature-policy/META.yml +++ b/feature-policy/META.yml @@ -61,3 +61,7 @@ links: subtest: Feature policy "picture-in-picture" can be enabled in same-origin iframe using allow="picture-in-picture" attribute - test: picture-in-picture-allowed-by-feature-policy-attribute.https.sub.html subtest: Feature policy "picture-in-picture" can be enabled in cross-origin iframe using allow="picture-in-picture" attribute + - product: chrome + url: https://crbug.com/1133498 + results: + - test: idlharness.window.html