blob: 8730cd328b9912031d82a549f3fbfa282d558559 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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]
|