diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-cascade/scope-evaluation.html.ini')
-rw-r--r-- | testing/web-platform/meta/css/css-cascade/scope-evaluation.html.ini | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-cascade/scope-evaluation.html.ini b/testing/web-platform/meta/css/css-cascade/scope-evaluation.html.ini new file mode 100644 index 0000000000..2d2595fc35 --- /dev/null +++ b/testing/web-platform/meta/css/css-cascade/scope-evaluation.html.ini @@ -0,0 +1,42 @@ +[scope-evaluation.html] + [Single scope] + expected: FAIL + + [Single scope with limit] + expected: FAIL + + [Single scope, :scope pseudo in main selector] + expected: FAIL + + [Single scope, :scope pseudo in to-selector] + expected: FAIL + + [Multiple scopes, :scope pseudo in to-selector] + expected: FAIL + + [Inner @scope with :scope in from-selector] + expected: FAIL + + [Multiple scopes from same @scope-rule, only one limited] + expected: FAIL + + [Nested scopes] + expected: FAIL + + [Nested scopes, with to-selector] + expected: FAIL + + [:scope selecting itself] + expected: FAIL + + [The scoping limit is not in scope] + expected: FAIL + + [Simulated inclusive scoping limit] + expected: FAIL + + [Selecting self with :scope] + expected: FAIL + + [Relative selector inside @scope] + expected: FAIL |