diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-nesting')
10 files changed, 80 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-nesting/__dir__.ini b/testing/web-platform/meta/css/css-nesting/__dir__.ini new file mode 100644 index 0000000000..954d5a2f3d --- /dev/null +++ b/testing/web-platform/meta/css/css-nesting/__dir__.ini @@ -0,0 +1 @@ +prefs: [layout.css.nesting.enabled:true] diff --git a/testing/web-platform/meta/css/css-nesting/cssom.html.ini b/testing/web-platform/meta/css/css-nesting/cssom.html.ini new file mode 100644 index 0000000000..cf18f78006 --- /dev/null +++ b/testing/web-platform/meta/css/css-nesting/cssom.html.ini @@ -0,0 +1,30 @@ +[cssom.html] + [Simple CSSOM manipulation of subrules] + expected: FAIL + + [Simple CSSOM manipulation of subrules 1] + expected: FAIL + + [Simple CSSOM manipulation of subrules 2] + expected: FAIL + + [Simple CSSOM manipulation of subrules 3] + expected: FAIL + + [Simple CSSOM manipulation of subrules 4] + expected: FAIL + + [Simple CSSOM manipulation of subrules 5] + expected: FAIL + + [Simple CSSOM manipulation of subrules 6] + expected: FAIL + + [Simple CSSOM manipulation of subrules 7] + expected: FAIL + + [Simple CSSOM manipulation of subrules 9] + expected: FAIL + + [Simple CSSOM manipulation of subrules 10] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-nesting/implicit-nesting.html.ini b/testing/web-platform/meta/css/css-nesting/implicit-nesting.html.ini new file mode 100644 index 0000000000..8c592f6160 --- /dev/null +++ b/testing/web-platform/meta/css/css-nesting/implicit-nesting.html.ini @@ -0,0 +1,2 @@ +[implicit-nesting.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-nesting/invalid-inner-rules.html.ini b/testing/web-platform/meta/css/css-nesting/invalid-inner-rules.html.ini new file mode 100644 index 0000000000..26de911ac3 --- /dev/null +++ b/testing/web-platform/meta/css/css-nesting/invalid-inner-rules.html.ini @@ -0,0 +1,6 @@ +[invalid-inner-rules.html] + [Simple CSSOM manipulation of subrules] + expected: FAIL + + [Simple CSSOM manipulation of subrules 1] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-nesting/invalidation-003.html.ini b/testing/web-platform/meta/css/css-nesting/invalidation-003.html.ini new file mode 100644 index 0000000000..72c4a35743 --- /dev/null +++ b/testing/web-platform/meta/css/css-nesting/invalidation-003.html.ini @@ -0,0 +1,5 @@ +[invalidation-003.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [CSS Selectors nested invalidation with :has()] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-nesting/nest-containing-forgiving.html.ini b/testing/web-platform/meta/css/css-nesting/nest-containing-forgiving.html.ini new file mode 100644 index 0000000000..5bc1769b4f --- /dev/null +++ b/testing/web-platform/meta/css/css-nesting/nest-containing-forgiving.html.ini @@ -0,0 +1,2 @@ +[nest-containing-forgiving.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-nesting/nesting-basic.html.ini b/testing/web-platform/meta/css/css-nesting/nesting-basic.html.ini new file mode 100644 index 0000000000..96756469f0 --- /dev/null +++ b/testing/web-platform/meta/css/css-nesting/nesting-basic.html.ini @@ -0,0 +1,2 @@ +[nesting-basic.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-nesting/parsing.html.ini b/testing/web-platform/meta/css/css-nesting/parsing.html.ini new file mode 100644 index 0000000000..73f591e20a --- /dev/null +++ b/testing/web-platform/meta/css/css-nesting/parsing.html.ini @@ -0,0 +1,15 @@ +[parsing.html] + [.foo {\n @media (min-width: 50px) { color: green; }\n}] + expected: FAIL + + [.foo {\n + .bar, .foo, > .lol { color: green; }\n}] + expected: FAIL + + [.foo {\n > .bar { color: green; }\n}] + expected: FAIL + + [.foo {\n + .bar & { color: green; }\n}] + expected: FAIL + + [.foo {\n > & .bar { color: green; }\n}] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-nesting/serialize-group-rules-with-decls.tentative.html.ini b/testing/web-platform/meta/css/css-nesting/serialize-group-rules-with-decls.tentative.html.ini new file mode 100644 index 0000000000..83874e189a --- /dev/null +++ b/testing/web-platform/meta/css/css-nesting/serialize-group-rules-with-decls.tentative.html.ini @@ -0,0 +1,11 @@ +[serialize-group-rules-with-decls.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Serialization of declarations in group rules] + expected: FAIL + + [Serialization of declarations in group rules 1] + expected: FAIL + + [Serialization of declarations in group rules 2] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-nesting/top-level-is-scope.html.ini b/testing/web-platform/meta/css/css-nesting/top-level-is-scope.html.ini new file mode 100644 index 0000000000..59bddfa6f7 --- /dev/null +++ b/testing/web-platform/meta/css/css-nesting/top-level-is-scope.html.ini @@ -0,0 +1,6 @@ +[top-level-is-scope.html] + [& as direct ancestor] + expected: FAIL + + [& matches scoped element only, not everything] + expected: FAIL |