gecko-dev/testing/web-platform/tests/css/css-contain
Daniel Holbert 842b893fe3 Bug 1544121: Make size-contained replaced elements behave as if they had 0x0 intrinsic size and ratio. r=TYLin
Spec quote from https://drafts.csswg.org/css-contain/#containment-size :
"Replaced elements must be treated as having an intrinsic width and height of 0"

To achieve that, we just need to:
 (a) make all of these frame classes' GetPrefISize and GetMinISize methods return 0 if they're styled with contain:size.
 (b) make all of these frame classes' GetIntrinsicSize() and GetIntrinsicRatio() methods return 0,0.

In some cases, these methods are implemented in terms of common helper methods
(and sometimes member variables). For those cases, this patch adjusts the
helper methods (and variables) rather than the getters themselves.

Also: in one case (nsHTMLCanvasFrame), I needed to update its ComputeSize
method to remove a dependency on the "real" intrinsic size & ratio. I believe
the other classes' ComputeSize implementations do the right thing automatically
by sharing code & data with their intrinsic-size codepaths.

Differential Revision: https://phabricator.services.mozilla.com/D28159

--HG--
rename : testing/web-platform/tests/media/white.webm => testing/web-platform/tests/css/css-contain/support/white.webm
extra : moz-landing-system : lando
2019-04-26 00:18:32 +00:00
..
parsing Bug 1510092 [wpt PR 14243] - CSS: Serialize contain keywords in canonical order, a=testonly 2018-12-11 15:50:01 +00:00
reference Bug 1541659 [wpt PR 16145] - Adding 5 new contain-content-* tests, 1 contain-strict test and 2 ref…, a=testonly 2019-04-24 11:31:55 +01:00
support Bug 1544121: Make size-contained replaced elements behave as if they had 0x0 intrinsic size and ratio. r=TYLin 2019-04-26 00:18:32 +00:00
contain-animation-001.html Bug 1489031 [wpt PR 12867] - [css-contain] the contain property is not animatable, a=testonly 2018-09-12 10:42:52 +00:00
contain-content-001.html Bug 1541659 [wpt PR 16145] - Adding 5 new contain-content-* tests, 1 contain-strict test and 2 ref…, a=testonly 2019-04-24 11:31:55 +01:00
contain-content-002.html Bug 1541659 [wpt PR 16145] - Adding 5 new contain-content-* tests, 1 contain-strict test and 2 ref…, a=testonly 2019-04-24 11:31:55 +01:00
contain-content-003.html Bug 1541659 [wpt PR 16145] - Adding 5 new contain-content-* tests, 1 contain-strict test and 2 ref…, a=testonly 2019-04-24 11:31:55 +01:00
contain-content-004.html Bug 1541659 [wpt PR 16145] - Adding 5 new contain-content-* tests, 1 contain-strict test and 2 ref…, a=testonly 2019-04-24 11:31:55 +01:00
contain-content-011.html Bug 1541659 [wpt PR 16145] - Adding 5 new contain-content-* tests, 1 contain-strict test and 2 ref…, a=testonly 2019-04-24 11:31:55 +01:00
contain-layout-001.html Bug 1480325 [wpt PR 12270] - [css-contain] Apply different changes to improve tests, a=testonly 2018-08-08 12:09:40 +00:00
contain-layout-002.html Bug 1471130 [wpt PR 11667] - [css-contain] Use generic references for tests, a=testonly 2018-07-29 18:53:44 +01:00
contain-layout-003.html Bug 1471130 [wpt PR 11667] - [css-contain] Use generic references for tests, a=testonly 2018-07-29 18:53:44 +01:00
contain-layout-004.html Bug 1471130 [wpt PR 11667] - [css-contain] Use generic references for tests, a=testonly 2018-07-29 18:53:44 +01:00
contain-layout-005.html Bug 1471130 [wpt PR 11667] - [css-contain] Use generic references for tests, a=testonly 2018-07-29 18:53:44 +01:00
contain-layout-006.html
contain-layout-007.html
contain-layout-009.html
contain-layout-010.html
contain-layout-011.html
contain-layout-012.html
contain-layout-013.html
contain-layout-014.html
contain-layout-016.html Bug 1480320 [wpt PR 12269] - [css-contain] Containment and stacking contexts, a=testonly 2018-08-08 12:09:41 +00:00
contain-layout-017.html Bug 1480320 [wpt PR 12269] - [css-contain] Containment and stacking contexts, a=testonly 2018-08-08 12:09:41 +00:00
contain-layout-018.html Bug 1488714 [wpt PR 12847] - [css-contain] Containment and stacking contexts for inline elements, a=testonly 2018-09-10 10:12:18 +00:00
contain-layout-baseline-001.html Bug 1489038 [wpt PR 12868] - [css-contain] check the effects of containment on baseline alignment, a=testonly 2018-09-12 10:42:58 +00:00
contain-layout-baseline-002.html Bug 1509438 [wpt PR 14196] - [css-contain] Fix baseline for elements with contain: layout, a=testonly 2018-12-11 15:49:49 +00:00
contain-layout-baseline-003.html Bug 1509438 [wpt PR 14196] - [css-contain] Fix baseline for elements with contain: layout, a=testonly 2018-12-11 15:49:49 +00:00
contain-layout-baseline-004.html Bug 1509438 [wpt PR 14196] - [css-contain] Fix baseline for elements with contain: layout, a=testonly 2018-12-11 15:49:49 +00:00
contain-layout-baseline-005.html Bug 1514838 [wpt PR 14567] - [css-contain] Layout containment suppress baseline, a=testonly 2019-01-23 10:56:50 +00:00
contain-layout-breaks-001.html
contain-layout-breaks-002.html Bug 1481105 [wpt PR 12312] - [css-contain] Improve the coverage and correctness of the css-contain…, a=testonly 2018-08-08 12:09:55 +00:00
contain-layout-button-001.html Bug 1494889 [wpt PR 13254] - [css-contain] Layout|Size containment and baseline in flexbox|grid, a=testonly 2018-10-08 16:45:30 +00:00
contain-layout-cell-001.html Bug 1509438 [wpt PR 14196] - [css-contain] Fix baseline for elements with contain: layout, a=testonly 2018-12-11 15:49:49 +00:00
contain-layout-cell-002.html Bug 1509438 [wpt PR 14196] - [css-contain] Fix baseline for elements with contain: layout, a=testonly 2018-12-11 15:49:49 +00:00
contain-layout-flexbox-001.html Bug 1494889 [wpt PR 13254] - [css-contain] Layout|Size containment and baseline in flexbox|grid, a=testonly 2018-10-08 16:45:30 +00:00
contain-layout-grid-001.html Bug 1494889 [wpt PR 13254] - [css-contain] Layout|Size containment and baseline in flexbox|grid, a=testonly 2018-10-08 16:45:30 +00:00
contain-layout-ifc-022.html Bug 1481105 [wpt PR 12312] - [css-contain] Improve the coverage and correctness of the css-contain…, a=testonly 2018-08-08 12:09:55 +00:00
contain-layout-independent-formatting-context-001.html Bug 1491195 [wpt PR 12999] - [css-contain] Split contain-layout-008 in three smaller tests, a=testonly 2018-09-18 13:06:51 +00:00
contain-layout-independent-formatting-context-002.html Bug 1491785 [wpt PR 13025] - [css-contain] Layout and size containment and baseline alignment, a=testonly 2018-09-20 12:09:16 +00:00
contain-layout-independent-formatting-context-003.html Bug 1491195 [wpt PR 12999] - [css-contain] Split contain-layout-008 in three smaller tests, a=testonly 2018-09-18 13:06:51 +00:00
contain-layout-ink-overflow-013.html Bug 1481105 [wpt PR 12312] - [css-contain] Improve the coverage and correctness of the css-contain…, a=testonly 2018-08-08 12:09:55 +00:00
contain-layout-ink-overflow-014.html Bug 1481105 [wpt PR 12312] - [css-contain] Improve the coverage and correctness of the css-contain…, a=testonly 2018-08-08 12:09:55 +00:00
contain-layout-ink-overflow-015.html Bug 1481105 [wpt PR 12312] - [css-contain] Improve the coverage and correctness of the css-contain…, a=testonly 2018-08-08 12:09:55 +00:00
contain-layout-ink-overflow-016.html Bug 1481105 [wpt PR 12312] - [css-contain] Improve the coverage and correctness of the css-contain…, a=testonly 2018-08-08 12:09:55 +00:00
contain-layout-ink-overflow-017.html Bug 1481105 [wpt PR 12312] - [css-contain] Improve the coverage and correctness of the css-contain…, a=testonly 2018-08-08 12:09:55 +00:00
contain-layout-ink-overflow-018.html Bug 1481105 [wpt PR 12312] - [css-contain] Improve the coverage and correctness of the css-contain…, a=testonly 2018-08-08 12:09:55 +00:00
contain-layout-ink-overflow-019.html Bug 1481105 [wpt PR 12312] - [css-contain] Improve the coverage and correctness of the css-contain…, a=testonly 2018-08-08 12:09:55 +00:00
contain-layout-ink-overflow-020.html Bug 1481105 [wpt PR 12312] - [css-contain] Improve the coverage and correctness of the css-contain…, a=testonly 2018-08-08 12:09:55 +00:00
contain-layout-size-003.html Bug 1481105 [wpt PR 12312] - [css-contain] Improve the coverage and correctness of the css-contain…, a=testonly 2018-08-08 12:09:55 +00:00
contain-paint-001.html Bug 1480325 [wpt PR 12270] - [css-contain] Apply different changes to improve tests, a=testonly 2018-08-08 12:09:40 +00:00
contain-paint-002.html Bug 1471130 [wpt PR 11667] - [css-contain] Use generic references for tests, a=testonly 2018-07-29 18:53:44 +01:00
contain-paint-004.html Bug 1471130 [wpt PR 11667] - [css-contain] Use generic references for tests, a=testonly 2018-07-29 18:53:44 +01:00
contain-paint-005.html Bug 1471130 [wpt PR 11667] - [css-contain] Use generic references for tests, a=testonly 2018-07-29 18:53:44 +01:00
contain-paint-006.html Bug 1471130 [wpt PR 11667] - [css-contain] Use generic references for tests, a=testonly 2018-07-29 18:53:44 +01:00
contain-paint-007.html
contain-paint-008.html
contain-paint-009.html
contain-paint-010.html
contain-paint-011.html Bug 1480325 [wpt PR 12270] - [css-contain] Apply different changes to improve tests, a=testonly 2018-08-08 12:09:40 +00:00
contain-paint-012.html Bug 1480325 [wpt PR 12270] - [css-contain] Apply different changes to improve tests, a=testonly 2018-08-08 12:09:40 +00:00
contain-paint-014.html Bug 1471130 [wpt PR 11667] - [css-contain] Use generic references for tests, a=testonly 2018-07-29 18:53:44 +01:00
contain-paint-015.html Bug 1471130 [wpt PR 11667] - [css-contain] Use generic references for tests, a=testonly 2018-07-29 18:53:44 +01:00
contain-paint-016.html Bug 1471130 [wpt PR 11667] - [css-contain] Use generic references for tests, a=testonly 2018-07-29 18:53:44 +01:00
contain-paint-017.html Bug 1471130 [wpt PR 11667] - [css-contain] Use generic references for tests, a=testonly 2018-07-29 18:53:44 +01:00
contain-paint-018.html Bug 1471130 [wpt PR 11667] - [css-contain] Use generic references for tests, a=testonly 2018-07-29 18:53:44 +01:00
contain-paint-019.html Bug 1471130 [wpt PR 11667] - [css-contain] Use generic references for tests, a=testonly 2018-07-29 18:53:44 +01:00
contain-paint-020.html Bug 1480320 [wpt PR 12269] - [css-contain] Containment and stacking contexts, a=testonly 2018-08-08 12:09:41 +00:00
contain-paint-021.html Bug 1480320 [wpt PR 12269] - [css-contain] Containment and stacking contexts, a=testonly 2018-08-08 12:09:41 +00:00
contain-paint-022.html Bug 1481105 [wpt PR 12312] - [css-contain] Improve the coverage and correctness of the css-contain…, a=testonly 2018-08-08 12:09:55 +00:00
contain-paint-023.html Bug 1481105 [wpt PR 12312] - [css-contain] Improve the coverage and correctness of the css-contain…, a=testonly 2018-08-08 12:09:55 +00:00
contain-paint-024.html Bug 1481105 [wpt PR 12312] - [css-contain] Improve the coverage and correctness of the css-contain…, a=testonly 2018-08-08 12:09:55 +00:00
contain-paint-025.html Bug 1488714 [wpt PR 12847] - [css-contain] Containment and stacking contexts for inline elements, a=testonly 2018-09-10 10:12:18 +00:00
contain-paint-047.html Bug 1481105 [wpt PR 12312] - [css-contain] Improve the coverage and correctness of the css-contain…, a=testonly 2018-08-08 12:09:55 +00:00
contain-paint-048.html Bug 1481105 [wpt PR 12312] - [css-contain] Improve the coverage and correctness of the css-contain…, a=testonly 2018-08-08 12:09:55 +00:00
contain-paint-baseline-001.html Bug 1489038 [wpt PR 12868] - [css-contain] check the effects of containment on baseline alignment, a=testonly 2018-09-12 10:42:58 +00:00
contain-paint-cell-001.html Bug 1483400 [wpt PR 12487] - [css-contain] Fix typos, a=testonly 2018-08-16 17:47:35 +00:00
contain-paint-cell-002.html Bug 1481105 [wpt PR 12312] - [css-contain] Improve the coverage and correctness of the css-contain…, a=testonly 2018-08-08 12:09:55 +00:00
contain-paint-clip-011.html Bug 1481105 [wpt PR 12312] - [css-contain] Improve the coverage and correctness of the css-contain…, a=testonly 2018-08-08 12:09:55 +00:00
contain-paint-clip-012.html Bug 1481105 [wpt PR 12312] - [css-contain] Improve the coverage and correctness of the css-contain…, a=testonly 2018-08-08 12:09:55 +00:00
contain-paint-clip-013.html Bug 1481105 [wpt PR 12312] - [css-contain] Improve the coverage and correctness of the css-contain…, a=testonly 2018-08-08 12:09:55 +00:00
contain-paint-clip-014.html Bug 1481105 [wpt PR 12312] - [css-contain] Improve the coverage and correctness of the css-contain…, a=testonly 2018-08-08 12:09:55 +00:00
contain-paint-clip-015.html Bug 1481105 [wpt PR 12312] - [css-contain] Improve the coverage and correctness of the css-contain…, a=testonly 2018-08-08 12:09:55 +00:00
contain-paint-clip-016.html Bug 1481105 [wpt PR 12312] - [css-contain] Improve the coverage and correctness of the css-contain…, a=testonly 2018-08-08 12:09:55 +00:00
contain-paint-clip-017.html Bug 1481105 [wpt PR 12312] - [css-contain] Improve the coverage and correctness of the css-contain…, a=testonly 2018-08-08 12:09:55 +00:00
contain-paint-clip-018.html Bug 1481105 [wpt PR 12312] - [css-contain] Improve the coverage and correctness of the css-contain…, a=testonly 2018-08-08 12:09:55 +00:00
contain-paint-clip-019.html Bug 1494495 [wpt PR 13231] - Ensure that we establish an overflow clip on paint containment., a=testonly 2018-10-08 16:45:33 +00:00
contain-paint-ifc-011.html Bug 1481105 [wpt PR 12312] - [css-contain] Improve the coverage and correctness of the css-contain…, a=testonly 2018-08-08 12:09:55 +00:00
contain-paint-independent-formatting-context-001.html Bug 1490756 [wpt PR 12975] - [css-contain] Split contain-paint-013 in three smaller tests, a=testonly 2018-09-18 13:06:41 +00:00
contain-paint-independent-formatting-context-002.html Bug 1490756 [wpt PR 12975] - [css-contain] Split contain-paint-013 in three smaller tests, a=testonly 2018-09-18 13:06:41 +00:00
contain-paint-independent-formatting-context-003.html Bug 1490756 [wpt PR 12975] - [css-contain] Split contain-paint-013 in three smaller tests, a=testonly 2018-09-18 13:06:41 +00:00
contain-paint-size-001.html Bug 1481105 [wpt PR 12312] - [css-contain] Improve the coverage and correctness of the css-contain…, a=testonly 2018-08-08 12:09:55 +00:00
contain-paint-size-002.html Bug 1481105 [wpt PR 12312] - [css-contain] Improve the coverage and correctness of the css-contain…, a=testonly 2018-08-08 12:09:55 +00:00
contain-paint-size-003.html Bug 1481105 [wpt PR 12312] - [css-contain] Improve the coverage and correctness of the css-contain…, a=testonly 2018-08-08 12:09:55 +00:00
contain-size-001.html Bug 1483383 [wpt PR 12485] - [css-contain] Fix antialiasing issue, a=testonly 2018-08-16 17:47:29 +00:00
contain-size-002.html Bug 1483383 [wpt PR 12485] - [css-contain] Fix antialiasing issue, a=testonly 2018-08-16 17:47:29 +00:00
contain-size-003.html Bug 1483383 [wpt PR 12485] - [css-contain] Fix antialiasing issue, a=testonly 2018-08-16 17:47:29 +00:00
contain-size-004.html Bug 1482310 [wpt PR 12392] - Fix typo in contain-size ruby tests (s/internatl/internal), a=testonly 2018-08-15 16:50:22 +00:00
contain-size-005.html Bug 1482310 [wpt PR 12392] - Fix typo in contain-size ruby tests (s/internatl/internal), a=testonly 2018-08-15 16:50:22 +00:00
contain-size-006.html Bug 1483383 [wpt PR 12485] - [css-contain] Fix antialiasing issue, a=testonly 2018-08-16 17:47:29 +00:00
contain-size-007.html Bug 1483388 [wpt PR 12486] - [css-contain] use overflow:hidden on elements where it actually works, a=testonly 2018-08-16 17:47:33 +00:00
contain-size-008.html Bug 1483388 [wpt PR 12486] - [css-contain] use overflow:hidden on elements where it actually works, a=testonly 2018-08-16 17:47:33 +00:00
contain-size-009.html Bug 1483388 [wpt PR 12486] - [css-contain] use overflow:hidden on elements where it actually works, a=testonly 2018-08-16 17:47:33 +00:00
contain-size-010.html Bug 1483388 [wpt PR 12486] - [css-contain] use overflow:hidden on elements where it actually works, a=testonly 2018-08-16 17:47:33 +00:00
contain-size-011.html Bug 1471130 [wpt PR 11667] - [css-contain] Use generic references for tests, a=testonly 2018-07-29 18:53:44 +01:00
contain-size-012.html Bug 1483383 [wpt PR 12485] - [css-contain] Fix antialiasing issue, a=testonly 2018-08-16 17:47:29 +00:00
contain-size-013.html
contain-size-021.html Bug 1481105 [wpt PR 12312] - [css-contain] Improve the coverage and correctness of the css-contain…, a=testonly 2018-08-08 12:09:55 +00:00
contain-size-023.html Bug 1491785 [wpt PR 13025] - [css-contain] Layout and size containment and baseline alignment, a=testonly 2018-09-20 12:09:16 +00:00
contain-size-025.html Bug 1491785 [wpt PR 13025] - [css-contain] Layout and size containment and baseline alignment, a=testonly 2018-09-20 12:09:16 +00:00
contain-size-027.html Bug 1491785 [wpt PR 13025] - [css-contain] Layout and size containment and baseline alignment, a=testonly 2018-09-20 12:09:16 +00:00
contain-size-041.html Bug 1491785 [wpt PR 13025] - [css-contain] Layout and size containment and baseline alignment, a=testonly 2018-09-20 12:09:16 +00:00
contain-size-042.html Bug 1481105 [wpt PR 12312] - [css-contain] Improve the coverage and correctness of the css-contain…, a=testonly 2018-08-08 12:09:55 +00:00
contain-size-051.html Bug 1481105 [wpt PR 12312] - [css-contain] Improve the coverage and correctness of the css-contain…, a=testonly 2018-08-08 12:09:55 +00:00
contain-size-052.html Bug 1481105 [wpt PR 12312] - [css-contain] Improve the coverage and correctness of the css-contain…, a=testonly 2018-08-08 12:09:55 +00:00
contain-size-056.html Bug 1481105 [wpt PR 12312] - [css-contain] Improve the coverage and correctness of the css-contain…, a=testonly 2018-08-08 12:09:55 +00:00
contain-size-061.html Bug 1481105 [wpt PR 12312] - [css-contain] Improve the coverage and correctness of the css-contain…, a=testonly 2018-08-08 12:09:55 +00:00
contain-size-062.html Bug 1481105 [wpt PR 12312] - [css-contain] Improve the coverage and correctness of the css-contain…, a=testonly 2018-08-08 12:09:55 +00:00
contain-size-baseline-001.html Bug 1489038 [wpt PR 12868] - [css-contain] check the effects of containment on baseline alignment, a=testonly 2018-09-12 10:42:58 +00:00
contain-size-borders.html
contain-size-breaks-001.html Bug 1480325 [wpt PR 12270] - [css-contain] Apply different changes to improve tests, a=testonly 2018-08-08 12:09:40 +00:00
contain-size-button-001.html Bug 1494889 [wpt PR 13254] - [css-contain] Layout|Size containment and baseline in flexbox|grid, a=testonly 2018-10-08 16:45:30 +00:00
contain-size-fieldset-001.html Bug 1493932 [wpt PR 13198] - [css-contain] Fix size containment on fieldsets, a=testonly 2018-10-04 13:40:35 +00:00
contain-size-flexbox-001.html Bug 1494889 [wpt PR 13254] - [css-contain] Layout|Size containment and baseline in flexbox|grid, a=testonly 2018-10-08 16:45:30 +00:00
contain-size-grid-001.html Bug 1494889 [wpt PR 13254] - [css-contain] Layout|Size containment and baseline in flexbox|grid, a=testonly 2018-10-08 16:45:30 +00:00
contain-size-grid-002.html Bug 1489030 [wpt PR 12866] - [css-contain] grid and multicol properties contribute to size, a=testonly 2018-09-10 10:12:15 +00:00
contain-size-monolithic-001.html Bug 1481105 [wpt PR 12312] - [css-contain] Improve the coverage and correctness of the css-contain…, a=testonly 2018-08-08 12:09:55 +00:00
contain-size-multicol-001.html Bug 1489030 [wpt PR 12866] - [css-contain] grid and multicol properties contribute to size, a=testonly 2018-09-10 10:12:15 +00:00
contain-size-replaced-001.html Bug 1515892 [wpt PR 14626] - Move 'contain: size' handling for replaced content, a=testonly 2019-02-07 21:49:23 +00:00
contain-size-replaced-002.html Bug 1515892 [wpt PR 14626] - Move 'contain: size' handling for replaced content, a=testonly 2019-02-07 21:49:23 +00:00
contain-size-replaced-003-ref.html Bug 1544121: Make size-contained replaced elements behave as if they had 0x0 intrinsic size and ratio. r=TYLin 2019-04-26 00:18:32 +00:00
contain-size-replaced-003a.html Bug 1544121: Make size-contained replaced elements behave as if they had 0x0 intrinsic size and ratio. r=TYLin 2019-04-26 00:18:32 +00:00
contain-size-replaced-003b.html Bug 1544121: Make size-contained replaced elements behave as if they had 0x0 intrinsic size and ratio. r=TYLin 2019-04-26 00:18:32 +00:00
contain-size-replaced-003c.html Bug 1544121: Make size-contained replaced elements behave as if they had 0x0 intrinsic size and ratio. r=TYLin 2019-04-26 00:18:32 +00:00
contain-size-scrollbars-001.html Bug 1488658 [wpt PR 12840] - [css-contain] Fix size containment in elements with scrollbars, a=testonly 2018-09-10 10:12:03 +00:00
contain-strict-001.html Bug 1481105 [wpt PR 12312] - [css-contain] Improve the coverage and correctness of the css-contain…, a=testonly 2018-08-08 12:09:55 +00:00
contain-strict-002.html Bug 1481105 [wpt PR 12312] - [css-contain] Improve the coverage and correctness of the css-contain…, a=testonly 2018-08-08 12:09:55 +00:00
contain-strict-003.html Bug 1481105 [wpt PR 12312] - [css-contain] Improve the coverage and correctness of the css-contain…, a=testonly 2018-08-08 12:09:55 +00:00
contain-strict-011.html Bug 1541659 [wpt PR 16145] - Adding 5 new contain-content-* tests, 1 contain-strict test and 2 ref…, a=testonly 2019-04-24 11:31:55 +01:00
contain-style-baseline-001.html Bug 1489038 [wpt PR 12868] - [css-contain] check the effects of containment on baseline alignment, a=testonly 2018-09-12 10:42:58 +00:00
contain-style-breaks-001.html
contain-style-breaks-002.html
contain-style-breaks-003.html
contain-style-breaks-004.html
contain-style-breaks-005.html
contain-style-counters-001.html Bug 1481105 [wpt PR 12312] - [css-contain] Improve the coverage and correctness of the css-contain…, a=testonly 2018-08-08 12:09:55 +00:00
contain-style-counters-002.html Bug 1481105 [wpt PR 12312] - [css-contain] Improve the coverage and correctness of the css-contain…, a=testonly 2018-08-08 12:09:55 +00:00
contain-style-counters-003.html Bug 1483400 [wpt PR 12487] - [css-contain] Fix typos, a=testonly 2018-08-16 17:47:35 +00:00
contain-style-counters-004.html Bug 1483400 [wpt PR 12487] - [css-contain] Fix typos, a=testonly 2018-08-16 17:47:35 +00:00
contain-style-counters-ref.html
counter-scoping-001.html
counter-scoping-002.html
counter-scoping-003.html
inheritance.html Bug 1492320 [wpt PR 13063] - [css-contain] Inheritance and initial value, a=testonly 2018-09-27 09:55:51 +00:00
META.yml
quote-scoping-001.html Bug 1482541 [wpt PR 12417] - CSS Containment - Contain:style Scoping Test Updates, a=testonly 2018-08-16 17:47:28 +00:00
quote-scoping-002.html Bug 1482541 [wpt PR 12417] - CSS Containment - Contain:style Scoping Test Updates, a=testonly 2018-08-16 17:47:28 +00:00
quote-scoping-003.html Bug 1482541 [wpt PR 12417] - CSS Containment - Contain:style Scoping Test Updates, a=testonly 2018-08-16 17:47:28 +00:00
quote-scoping-004.html Bug 1482541 [wpt PR 12417] - CSS Containment - Contain:style Scoping Test Updates, a=testonly 2018-08-16 17:47:28 +00:00