diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-cascade/resources/scope.css')
-rw-r--r-- | testing/web-platform/tests/css/css-cascade/resources/scope.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-cascade/resources/scope.css b/testing/web-platform/tests/css/css-cascade/resources/scope.css new file mode 100644 index 0000000000..780e90fb67 --- /dev/null +++ b/testing/web-platform/tests/css/css-cascade/resources/scope.css @@ -0,0 +1,4 @@ +@scope { + :scope { z-index:1; } + .a { z-index:2; } +} |