at-scope-relative-syntax.html.ini (535B)
1 [at-scope-relative-syntax.html] 2 [> .foo in .nest,@scope created by string valid] 3 expected: 4 if (os == "mac") and not debug: [PASS, FAIL] 5 6 [> .foo in .nest,@scope,@media screen created by string valid] 7 expected: 8 if (os == "mac") and not debug: [PASS, FAIL] 9 10 [> .foo in .nest,@scope created by insertRule valid] 11 expected: 12 if (os == "mac") and not debug: [PASS, FAIL] 13 14 [> .foo in .nest,@scope,@media screen created by insertRule valid] 15 expected: 16 if (os == "mac") and not debug: [PASS, FAIL]