diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-anchor-position/position-fallback-tree-scoped.html.ini')
-rw-r--r-- | testing/web-platform/meta/css/css-anchor-position/position-fallback-tree-scoped.html.ini | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-anchor-position/position-fallback-tree-scoped.html.ini b/testing/web-platform/meta/css/css-anchor-position/position-fallback-tree-scoped.html.ini new file mode 100644 index 0000000000..049a235066 --- /dev/null +++ b/testing/web-platform/meta/css/css-anchor-position/position-fallback-tree-scoped.html.ini @@ -0,0 +1,29 @@ +[position-fallback-tree-scoped.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [@position-fallback from same scope as ::part() rule] + expected: FAIL + + [Outer position-fallback matches @position-fallback in document scope] + expected: FAIL + + [@position-fallback from same scope as :host rule] + expected: FAIL + + [Inner position-fallback matches @position-fallback in #outer_host scope] + expected: FAIL + + [Document position-fallback matches @position-fallback in document scope] + expected: FAIL + + [Outer position-fallback matches @position-fallback in #outer_host scope] + expected: FAIL + + [Inner position-fallback matches @position-fallback in #inner_host scope] + expected: FAIL + + [@position-fallback from same scope as ::slotted() rule] + expected: FAIL + + [Inner position-fallback matches @position-fallback in document scope] + expected: FAIL |