diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-cascade/at-scope-relative-syntax.html.ini')
-rw-r--r-- | testing/web-platform/meta/css/css-cascade/at-scope-relative-syntax.html.ini | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-cascade/at-scope-relative-syntax.html.ini b/testing/web-platform/meta/css/css-cascade/at-scope-relative-syntax.html.ini new file mode 100644 index 0000000000..8730cd328b --- /dev/null +++ b/testing/web-platform/meta/css/css-cascade/at-scope-relative-syntax.html.ini @@ -0,0 +1,16 @@ +[at-scope-relative-syntax.html] + [> .foo in .nest,@scope created by string valid] + expected: + if (os == "mac") and not debug: [PASS, FAIL] + + [> .foo in .nest,@scope,@media screen created by string valid] + expected: + if (os == "mac") and not debug: [PASS, FAIL] + + [> .foo in .nest,@scope created by insertRule valid] + expected: + if (os == "mac") and not debug: [PASS, FAIL] + + [> .foo in .nest,@scope,@media screen created by insertRule valid] + expected: + if (os == "mac") and not debug: [PASS, FAIL] |