diff --git a/css/css-scoping/META.yml b/css/css-scoping/META.yml new file mode 100755 index 000000000..96ffb94af --- /dev/null +++ b/css/css-scoping/META.yml @@ -0,0 +1,6 @@ +links: + - product: chrome + url: https://crbug.com/838526 + results: + - test: keyframes-004.html + - test: keyframes-005.html diff --git a/css/css-scroll-snap/META.yml b/css/css-scroll-snap/META.yml index 753dd29d7..59c415cc7 100644 --- a/css/css-scroll-snap/META.yml +++ b/css/css-scroll-snap/META.yml @@ -1,10 +1,14 @@ links: -- product: chrome - results: - - status: FAIL - test: overflowing-snap-areas.html - url: https://crbug.com/954898 -- product: firefox - results: - - test: snap-at-user-scroll-end.html - url: https://bugzilla.mozilla.org/show_bug.cgi?id=1694016 + - product: chrome + url: https://crbug.com/954898 + results: + - test: overflowing-snap-areas.html + status: FAIL + - product: chrome + url: https://crbug.com/956576 + results: + - test: snap-inline-block.html + - product: firefox + url: https://bugzilla.mozilla.org/show_bug.cgi?id=1694016 + results: + - test: snap-at-user-scroll-end.html diff --git a/css/css-scroll-snap/snap-after-initial-layout/META.yml b/css/css-scroll-snap/snap-after-initial-layout/META.yml index 104402a4c..94fc45953 100644 --- a/css/css-scroll-snap/snap-after-initial-layout/META.yml +++ b/css/css-scroll-snap/snap-after-initial-layout/META.yml @@ -9,3 +9,7 @@ links: - test: writing-mode-horizontal-tb.html - test: writing-mode-vertical-lr.html - test: writing-mode-vertical-rl.html + - product: chrome + url: https://crbug.com/1169092 + results: + - test: scroll-snap-writing-mode-000.html diff --git a/css/css-scrollbars/META.yml b/css/css-scrollbars/META.yml index dd03dc548..71f31e158 100644 --- a/css/css-scrollbars/META.yml +++ b/css/css-scrollbars/META.yml @@ -3,3 +3,4 @@ links: url: https://crbug.com/891944 results: - test: textarea-scrollbar-width-none.html + - test: scrollbar-width-parsing.html diff --git a/css/css-shadow-parts/META.yml b/css/css-shadow-parts/META.yml new file mode 100755 index 000000000..454e1c932 --- /dev/null +++ b/css/css-shadow-parts/META.yml @@ -0,0 +1,5 @@ +links: + - product: chrome + url: https://crbug.com/1068419 + results: + - test: host-part-001.html diff --git a/css/css-shapes/shape-outside/values/META.yml b/css/css-shapes/shape-outside/values/META.yml index 6bee16758..1be246df5 100644 --- a/css/css-shapes/shape-outside/values/META.yml +++ b/css/css-shapes/shape-outside/values/META.yml @@ -23,3 +23,10 @@ links: status: FAIL - test: shape-outside-inset-009.html status: FAIL + - test: shape-outside-circle-010.html + - test: shape-outside-circle-011.html + - test: shape-outside-ellipse-010.html + - product: chrome + url: https://crbug.com/1051469 + results: + - test: shape-outside-shape-box-pair-000.html diff --git a/css/css-sizing/META.yml b/css/css-sizing/META.yml index ea09c9e3b..d6cd990cc 100644 --- a/css/css-sizing/META.yml +++ b/css/css-sizing/META.yml @@ -124,6 +124,11 @@ links: url: https://crbug.com/936084 results: - test: max-content-input-001.html + - product: chrome + url: https://crbug.com/970201 + results: + - test: clone-intrinsic-size.html + - test: slice-intrinsic-size.html - url: https://github.com/web-platform-tests/wpt/issues/27810 results: - test: image-min-max-content-intrinsic-size-change-001.html diff --git a/css/css-sizing/animation/META.yml b/css/css-sizing/animation/META.yml new file mode 100755 index 000000000..f368bd6b3 --- /dev/null +++ b/css/css-sizing/animation/META.yml @@ -0,0 +1,5 @@ +links: + - product: chrome + url: https://crbug.com/900581 + results: + - test: width-interpolation.html diff --git a/css/css-sizing/aspect-ratio/META.yml b/css/css-sizing/aspect-ratio/META.yml index db1f13a6b..74c04d957 100644 --- a/css/css-sizing/aspect-ratio/META.yml +++ b/css/css-sizing/aspect-ratio/META.yml @@ -58,6 +58,15 @@ links: results: - test: replaced-element-031.html - test: replaced-element-032.html + - product: chrome + url: https://crbug.com/1164135 + results: + - test: flex-aspect-ratio-025.html + - test: flex-aspect-ratio-026.html + - product: chrome + url: https://crbug.com/1168717 + results: + - test: intrinsic-size-010.html - product: chrome url: https://crbug.com/1164474 results: diff --git a/css/css-syntax/META.yml b/css/css-syntax/META.yml new file mode 100755 index 000000000..98c08c836 --- /dev/null +++ b/css/css-syntax/META.yml @@ -0,0 +1,5 @@ +links: + - product: chrome + url: https://crbug.com/1148203 + results: + - test: input-preprocessing.html diff --git a/css/css-tables/META.yml b/css/css-tables/META.yml index d86392107..fbe4fb5c6 100644 --- a/css/css-tables/META.yml +++ b/css/css-tables/META.yml @@ -10,6 +10,7 @@ links: status: FAIL - test: subpixel-table-width-001.html status: FAIL + - test: subpixel-collapsed-borders-003.html - product: chrome url: https://crbug.com/764031 results: @@ -61,3 +62,12 @@ links: url: https://crbug.com/1108224 results: - test: min-max-size-table-content-box.html + - product: chrome + url: https://crbug.com/760764 + results: + - test: fixed-layout-excess-width-distribution-001.html + - product: chrome + url: https://crbug.com/958381 + results: + - test: html5-table-formatting-1.html + - test: html5-table-formatting-2.html diff --git a/css/css-tables/floats/META.yml b/css/css-tables/floats/META.yml new file mode 100755 index 000000000..ca2ab8d4d --- /dev/null +++ b/css/css-tables/floats/META.yml @@ -0,0 +1,6 @@ +links: + - product: chrome + url: https://crbug.com/958381 + results: + - test: floats-wrap-bfc-006b.xht + - test: floats-wrap-bfc-006c.xht diff --git a/css/css-tables/tentative/META.yml b/css/css-tables/tentative/META.yml index d41594eaf..005838bc8 100644 --- a/css/css-tables/tentative/META.yml +++ b/css/css-tables/tentative/META.yml @@ -29,6 +29,8 @@ links: results: - status: FAIL test: colspan-redistribution.html + - test: caption.html + - test: position-sticky-container.html url: https://crbug.com/958381 - product: firefox results: diff --git a/css/css-text-decor/META.yml b/css/css-text-decor/META.yml index bcdf76123..a6b43ae4f 100644 --- a/css/css-text-decor/META.yml +++ b/css/css-text-decor/META.yml @@ -113,6 +113,7 @@ links: url: https://crbug.com/1054656 results: - test: text-decoration-skip-ink-005.html + - test: text-decoration-skip-ink.html - product: chrome url: https://crbug.com/1133806 results: @@ -120,3 +121,7 @@ links: - test: text-decoration-skip-ink-upright-001.html - test: text-decoration-skip-ink-upright-002.html - test: text-decoration-thickness-vertical-002.html + - product: chrome + url: https://crbug.com/1002775 + results: + - test: text-decoration-serialization.tentative.html diff --git a/css/css-text-decor/parsing/META.yml b/css/css-text-decor/parsing/META.yml index 940868466..cfb618d93 100755 --- a/css/css-text-decor/parsing/META.yml +++ b/css/css-text-decor/parsing/META.yml @@ -6,3 +6,11 @@ links: status: FAIL - test: text-underline-position-valid.html status: FAIL + - product: chrome + url: https://crbug.com/1002775 + results: + - test: text-decoration-computed.html + - product: chrome + url: https://crbug.com/1093826 + results: + - test: text-decoration-valid.html diff --git a/css/css-text/letter-spacing/META.yml b/css/css-text/letter-spacing/META.yml index 538358482..3d886353b 100644 --- a/css/css-text/letter-spacing/META.yml +++ b/css/css-text/letter-spacing/META.yml @@ -30,3 +30,7 @@ links: status: FAIL - test: letter-spacing-nesting-002.html status: FAIL + - product: chrome + url: https://crbug.com/899264 + results: + - test: letter-spacing-control-chars-001.html diff --git a/css/css-text/tab-size/META.yml b/css/css-text/tab-size/META.yml index 5b0506d4a..5628c3191 100644 --- a/css/css-text/tab-size/META.yml +++ b/css/css-text/tab-size/META.yml @@ -42,3 +42,7 @@ links: - subtest: 'testing tab-size: 3rem' test: tab-size-computed-value-001.html url: https://bugzilla.mozilla.org/show_bug.cgi?id=1694914 +- product: chrome + url: https://crbug.com/983620 + results: + - test: tab-size.html diff --git a/css/css-text/text-align/META.yml b/css/css-text/text-align/META.yml index ea8c98d3f..ad1b74ca9 100644 --- a/css/css-text/text-align/META.yml +++ b/css/css-text/text-align/META.yml @@ -37,3 +37,7 @@ links: status: FAIL - test: text-align-last-011.html status: FAIL + - product: chrome + url: https://crbug.com/1008342 + results: + - test: text-align-last-empty-inline.html diff --git a/css/css-text/text-transform/META.yml b/css/css-text/text-transform/META.yml index 18f642938..487d9bba1 100644 --- a/css/css-text/text-transform/META.yml +++ b/css/css-text/text-transform/META.yml @@ -100,3 +100,7 @@ links: url: https://crbug.com/1030452 results: - test: text-transform-upperlower-016.html + - product: chrome + url: https://crbug.com/602434 + results: + - test: text-transform-tailoring-001.html diff --git a/css/css-text/text-transform/math/META.yml b/css/css-text/text-transform/math/META.yml new file mode 100755 index 000000000..4508f4ca5 --- /dev/null +++ b/css/css-text/text-transform/math/META.yml @@ -0,0 +1,21 @@ +links: + - product: chrome + url: https://crbug.com/980895 + results: + - test: text-transform-math-bold-001.tentative.html + - test: text-transform-math-bold-fraktur-001.tentative.html + - test: text-transform-math-bold-italic-001.tentative.html + - test: text-transform-math-bold-sans-serif-001.tentative.html + - test: text-transform-math-bold-script-001.tentative.html + - test: text-transform-math-double-struck-001.tentative.html + - test: text-transform-math-fraktur-001.tentative.html + - test: text-transform-math-initial-001.tentative.html + - test: text-transform-math-italic-001.tentative.html + - test: text-transform-math-looped-001.tentative.html + - test: text-transform-math-monospace-001.tentative.html + - test: text-transform-math-sans-serif-001.tentative.html + - test: text-transform-math-sans-serif-bold-italic-001.tentative.html + - test: text-transform-math-sans-serif-italic-001.tentative.html + - test: text-transform-math-script-001.tentative.html + - test: text-transform-math-stretched-001.tentative.html + - test: text-transform-math-tailed-001.tentative.html diff --git a/css/css-text/white-space/META.yml b/css/css-text/white-space/META.yml index 684ce9219..0619e6222 100644 --- a/css/css-text/white-space/META.yml +++ b/css/css-text/white-space/META.yml @@ -198,3 +198,12 @@ links: - test: trailing-ideographic-space-023.html - test: trailing-ideographic-space-024.html - test: trailing-ideographic-space-025.html + - product: chrome + url: https://crbug.com/316409 + results: + - test: eol-spaces-bidi-002.html + - test: eol-spaces-bidi-003.html + - product: chrome + url: https://crbug.com/1162836 + results: + - test: full-width-leading-spaces-004.html diff --git a/css/css-transitions/META.yml b/css/css-transitions/META.yml index 269e32df0..c015868c5 100644 --- a/css/css-transitions/META.yml +++ b/css/css-transitions/META.yml @@ -24,3 +24,16 @@ links: results: - test: properties-value-inherit-001.html status: FAIL + - product: chrome + url: https://crbug.com/934700 + results: + - test: changing-while-transition-004.html + - product: chrome + url: https://crbug.com/332189 + results: + - test: no-transition-from-ua-to-blocking-stylesheet.html + - test: properties-value-001.html + - test: properties-value-002.html + - test: properties-value-003.html + - test: properties-value-implicit-001.html + - test: properties-value-inherit-002.html diff --git a/css/css-transitions/animations/META.yml b/css/css-transitions/animations/META.yml index c38d30853..06fb5aafe 100644 --- a/css/css-transitions/animations/META.yml +++ b/css/css-transitions/animations/META.yml @@ -8,3 +8,7 @@ links: subtest: 'Compositing: property underlying [rgb(10, 20, 30) 1px 2px 3px, rgb(20, 40, 60) 2px 4px 6px] from replace [rgb(100, 100, 100) 10px 20px 30px] to add [rgb(200, 200, 200) 20px 40px 60px] at (0) should be [rgb(100, 100, 100) 10px 20px 30px]' - test: text-shadow-composition.html subtest: 'Compositing: property underlying [rgb(10, 20, 30) 1px 2px 3px, rgb(20, 40, 60) 2px 4px 6px, rgb(40, 80, 120) 4px 8px 12px] from add [rgb(100, 100, 100) 10px 20px 30px, rgb(200, 200, 200) 20px 40px 60px] to replace [rgb(200, 200, 200) 20px 40px 60px] at (1) should be [rgb(200, 200, 200) 20px 40px 60px]' + - product: chrome + url: https://crbug.com/900581 + results: + - test: text-shadow-interpolation.html diff --git a/css/css-typed-om/META.yml b/css/css-typed-om/META.yml index 4811f3101..394e91f42 100644 --- a/css/css-typed-om/META.yml +++ b/css/css-typed-om/META.yml @@ -814,3 +814,7 @@ links: subtest: 'CSSScale interface: attribute x' - test: idlharness.html subtest: 'CSSScale interface: attribute z' + - product: chrome + url: https://crbug.com/851080 + results: + - test: idlharness.html diff --git a/css/css-typed-om/the-stylepropertymap/properties/META.yml b/css/css-typed-om/the-stylepropertymap/properties/META.yml index eecd3e8f3..ae5016783 100644 --- a/css/css-typed-om/the-stylepropertymap/properties/META.yml +++ b/css/css-typed-om/the-stylepropertymap/properties/META.yml @@ -3,3 +3,15 @@ links: url: https://bugzilla.mozilla.org/show_bug.cgi?id=1634567 results: - test: text-underline-offset.html + - product: chrome + url: https://crbug.com/1129620 + results: + - test: logical.html + - product: chrome + url: https://crbug.com/1087667 + results: + - test: overflow.html + - product: chrome + url: https://crbug.com/891944 + results: + - test: scrollbar-width.html diff --git a/css/css-ui/META.yml b/css/css-ui/META.yml index 6da2296f4..0d6be75ce 100644 --- a/css/css-ui/META.yml +++ b/css/css-ui/META.yml @@ -116,3 +116,11 @@ links: - subtest: -moz-appearance (should not be supported) test: appearance-cssom-001.html url: https://bugzilla.mozilla.org/show_bug.cgi?id=1695565 +- product: chrome + url: https://crbug.com/924486 + results: + - test: appearance-cssom-001.html +- product: chrome + url: https://crbug.com/1135676 + results: + - test: resize-child-will-change-transform.html diff --git a/css/css-ui/parsing/META.yml b/css/css-ui/parsing/META.yml new file mode 100755 index 000000000..8ee04c438 --- /dev/null +++ b/css/css-ui/parsing/META.yml @@ -0,0 +1,12 @@ +links: + - product: chrome + url: https://crbug.com/838779 + results: + - test: outline-color-valid-optional.html + - test: outline-valid-optional.html + - test: resize-invalid.html + - product: chrome + url: https://crbug.com/658129 + results: + - test: user-select-computed.html + - test: user-select-valid.html diff --git a/css/css-values/META.yml b/css/css-values/META.yml index 3b52f702e..3b3513a95 100644 --- a/css/css-values/META.yml +++ b/css/css-values/META.yml @@ -217,6 +217,7 @@ links: - test: calc-positive-fraction-001.html status: FAIL - test: calc-integer.html + - test: calc-numbers.html - product: chrome url: https://crbug.com/1026945 results: @@ -232,6 +233,7 @@ links: results: - test: ch-unit-002.html status: FAIL + - test: ch-unit-011.html - product: chrome url: https://crbug.com/1008471 results: @@ -253,3 +255,43 @@ links: url: https://crbug.com/1053965 results: - test: ex-unit-004.html + - product: chrome + url: https://crbug.com/246571 + results: + - test: attr-color-invalid-cast.html + - test: attr-color-valid.html + - test: attr-invalid-type-008.html + - test: attr-length-invalid-cast.html + - test: attr-length-valid.html + - test: attr-length-valid-zero.html + - test: attr-length-valid-zero-nofallback.html + - test: attr-px-invalid-cast.html + - test: attr-px-valid.html + - product: chrome + url: https://crbug.com/1133390 + results: + - test: calc-catch-divide-by-0.html + - test: calc-infinity-nan.html + - test: round-function.html + - product: chrome + url: https://crbug.com/965366 + results: + - test: ch-unit-017.html + - product: chrome + url: https://crbug.com/937101 + results: + - test: ic-unit-001.html + - test: ic-unit-002.html + - test: ic-unit-003.html + - test: ic-unit-004.html + - test: ic-unit-008.html + - test: ic-unit-009.html + - test: ic-unit-010.html + - test: ic-unit-011.html + - test: ic-unit-012.html + - product: chrome + url: https://crbug.com/937104 + results: + - test: lh-rlh-on-root-001.html + - test: lh-unit-001.html + - test: lh-unit-002.html diff --git a/css/css-writing-modes/META.yml b/css/css-writing-modes/META.yml index 0faa23810..577d1a87e 100644 --- a/css/css-writing-modes/META.yml +++ b/css/css-writing-modes/META.yml @@ -1133,3 +1133,13 @@ links: results: - test: direction-upright-001.html - test: direction-upright-002.html + - product: chrome + url: https://crbug.com/490511 + results: + - test: bidi-normal-011.html + - test: text-combine-upright-decorations-001.html + - test: text-combine-upright-value-all-001.html + - test: text-combine-upright-value-all-002.html + - test: text-combine-upright-value-all-003.html + - test: writing-mode-parsing-sideways-lr-001.html + - test: writing-mode-parsing-sideways-rl-001.html