diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-scoping')
35 files changed, 118 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-scoping/__dir__.ini b/testing/web-platform/meta/css/css-scoping/__dir__.ini new file mode 100644 index 0000000000..7f53405b44 --- /dev/null +++ b/testing/web-platform/meta/css/css-scoping/__dir__.ini @@ -0,0 +1 @@ +prefs: [dom.animations-api.getAnimations.enabled:true] diff --git a/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-host-namespace.html.ini b/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-host-namespace.html.ini new file mode 100644 index 0000000000..d69ceff33f --- /dev/null +++ b/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-host-namespace.html.ini @@ -0,0 +1,2 @@ +[css-scoping-shadow-host-namespace.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-host-rule.html.ini b/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-host-rule.html.ini new file mode 100644 index 0000000000..0af3ea5622 --- /dev/null +++ b/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-host-rule.html.ini @@ -0,0 +1,3 @@ +[css-scoping-shadow-host-rule.html] + expected: + if os == "win": FAIL diff --git a/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-root-hides-children.html.ini b/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-root-hides-children.html.ini new file mode 100644 index 0000000000..61aff54b50 --- /dev/null +++ b/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-root-hides-children.html.ini @@ -0,0 +1,3 @@ +[css-scoping-shadow-root-hides-children.html] + expected: + if os == "win": FAIL diff --git a/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-slotted-nested.html.ini b/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-slotted-nested.html.ini new file mode 100644 index 0000000000..1722232ab3 --- /dev/null +++ b/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-slotted-nested.html.ini @@ -0,0 +1,3 @@ +[css-scoping-shadow-slotted-nested.html] + expected: + if os == "win": FAIL diff --git a/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-slotted-rule.html.ini b/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-slotted-rule.html.ini new file mode 100644 index 0000000000..1d352db211 --- /dev/null +++ b/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-slotted-rule.html.ini @@ -0,0 +1,3 @@ +[css-scoping-shadow-slotted-rule.html] + expected: + if os == "win": FAIL diff --git a/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-with-rules-no-style-leak.html.ini b/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-with-rules-no-style-leak.html.ini new file mode 100644 index 0000000000..c53c4c1646 --- /dev/null +++ b/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-with-rules-no-style-leak.html.ini @@ -0,0 +1,3 @@ +[css-scoping-shadow-with-rules-no-style-leak.html] + expected: + if os == "win": FAIL diff --git a/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-with-rules.html.ini b/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-with-rules.html.ini new file mode 100644 index 0000000000..e8657f8ccd --- /dev/null +++ b/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-with-rules.html.ini @@ -0,0 +1,3 @@ +[css-scoping-shadow-with-rules.html] + expected: + if os == "win": FAIL diff --git a/testing/web-platform/meta/css/css-scoping/host-context-parsing.html.ini b/testing/web-platform/meta/css/css-scoping/host-context-parsing.html.ini new file mode 100644 index 0000000000..ff515e4d46 --- /dev/null +++ b/testing/web-platform/meta/css/css-scoping/host-context-parsing.html.ini @@ -0,0 +1,7 @@ +[host-context-parsing.html] + [":host-context(.a)" should be a valid selector] + expected: FAIL + + [":host-context(div.a)" should be a valid selector] + expected: FAIL + diff --git a/testing/web-platform/meta/css/css-scoping/host-context-specificity-001.html.ini b/testing/web-platform/meta/css/css-scoping/host-context-specificity-001.html.ini new file mode 100644 index 0000000000..13d7c2794b --- /dev/null +++ b/testing/web-platform/meta/css/css-scoping/host-context-specificity-001.html.ini @@ -0,0 +1,2 @@ +[host-context-specificity-001.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-scoping/host-context-specificity-002.html.ini b/testing/web-platform/meta/css/css-scoping/host-context-specificity-002.html.ini new file mode 100644 index 0000000000..e46d1ebba8 --- /dev/null +++ b/testing/web-platform/meta/css/css-scoping/host-context-specificity-002.html.ini @@ -0,0 +1,2 @@ +[host-context-specificity-002.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-scoping/host-context-specificity-003.html.ini b/testing/web-platform/meta/css/css-scoping/host-context-specificity-003.html.ini new file mode 100644 index 0000000000..cf3f2f8bab --- /dev/null +++ b/testing/web-platform/meta/css/css-scoping/host-context-specificity-003.html.ini @@ -0,0 +1,2 @@ +[host-context-specificity-003.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-scoping/host-functional-descendant-invalidation.html.ini b/testing/web-platform/meta/css/css-scoping/host-functional-descendant-invalidation.html.ini new file mode 100644 index 0000000000..e139f299a8 --- /dev/null +++ b/testing/web-platform/meta/css/css-scoping/host-functional-descendant-invalidation.html.ini @@ -0,0 +1,3 @@ +[host-functional-descendant-invalidation.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-scoping/host-parsing.html.ini b/testing/web-platform/meta/css/css-scoping/host-parsing.html.ini new file mode 100644 index 0000000000..cec4072ba0 --- /dev/null +++ b/testing/web-platform/meta/css/css-scoping/host-parsing.html.ini @@ -0,0 +1,4 @@ +[host-parsing.html] + expected: + if (os == "android") and debug and not fission: [OK, TIMEOUT] + if (os == "android") and debug and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-scoping/keyframes-001.html.ini b/testing/web-platform/meta/css/css-scoping/keyframes-001.html.ini new file mode 100644 index 0000000000..d9bcc77ace --- /dev/null +++ b/testing/web-platform/meta/css/css-scoping/keyframes-001.html.ini @@ -0,0 +1,4 @@ +[keyframes-001.html] + expected: + if (os == "android") and debug and fission: [OK, TIMEOUT] + if (os == "android") and debug and not fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-scoping/keyframes-002.html.ini b/testing/web-platform/meta/css/css-scoping/keyframes-002.html.ini new file mode 100644 index 0000000000..9506e02a14 --- /dev/null +++ b/testing/web-platform/meta/css/css-scoping/keyframes-002.html.ini @@ -0,0 +1,3 @@ +[keyframes-002.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-scoping/keyframes-003.html.ini b/testing/web-platform/meta/css/css-scoping/keyframes-003.html.ini new file mode 100644 index 0000000000..add1600d4a --- /dev/null +++ b/testing/web-platform/meta/css/css-scoping/keyframes-003.html.ini @@ -0,0 +1,3 @@ +[keyframes-003.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-scoping/keyframes-004.html.ini b/testing/web-platform/meta/css/css-scoping/keyframes-004.html.ini new file mode 100644 index 0000000000..77f3ddcdd3 --- /dev/null +++ b/testing/web-platform/meta/css/css-scoping/keyframes-004.html.ini @@ -0,0 +1,5 @@ +[keyframes-004.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [@keyframes in shadow tree applies to the slotted element] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-scoping/keyframes-005.html.ini b/testing/web-platform/meta/css/css-scoping/keyframes-005.html.ini new file mode 100644 index 0000000000..47649ae395 --- /dev/null +++ b/testing/web-platform/meta/css/css-scoping/keyframes-005.html.ini @@ -0,0 +1,6 @@ +[keyframes-005.html] + expected: + if (os == "android") and debug and not fission: [OK, TIMEOUT] + if (os == "android") and debug and fission: [OK, TIMEOUT] + [@keyframes should not leak out of the shadow tree.] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-scoping/keyframes-006.html.ini b/testing/web-platform/meta/css/css-scoping/keyframes-006.html.ini new file mode 100644 index 0000000000..3fba9f2c74 --- /dev/null +++ b/testing/web-platform/meta/css/css-scoping/keyframes-006.html.ini @@ -0,0 +1,4 @@ +[keyframes-006.html] + expected: + if (os == "android") and debug and fission: [OK, TIMEOUT] + if (os == "android") and debug and not fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-scoping/scoped-reference-animation-002.html.ini b/testing/web-platform/meta/css/css-scoping/scoped-reference-animation-002.html.ini new file mode 100644 index 0000000000..f25cb72be6 --- /dev/null +++ b/testing/web-platform/meta/css/css-scoping/scoped-reference-animation-002.html.ini @@ -0,0 +1,2 @@ +[scoped-reference-animation-002.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-scoping/shadow-cascade-order-001.html.ini b/testing/web-platform/meta/css/css-scoping/shadow-cascade-order-001.html.ini new file mode 100644 index 0000000000..114a253808 --- /dev/null +++ b/testing/web-platform/meta/css/css-scoping/shadow-cascade-order-001.html.ini @@ -0,0 +1,4 @@ +[shadow-cascade-order-001.html] + expected: + if (os == "android") and debug and fission: [OK, TIMEOUT] + if (os == "android") and debug and not fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-scoping/shadow-host-removal-invalidation.html.ini b/testing/web-platform/meta/css/css-scoping/shadow-host-removal-invalidation.html.ini new file mode 100644 index 0000000000..b21c8fe56e --- /dev/null +++ b/testing/web-platform/meta/css/css-scoping/shadow-host-removal-invalidation.html.ini @@ -0,0 +1,3 @@ +[shadow-host-removal-invalidation.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-scoping/shadow-host-with-before-after.html.ini b/testing/web-platform/meta/css/css-scoping/shadow-host-with-before-after.html.ini new file mode 100644 index 0000000000..382efa1f05 --- /dev/null +++ b/testing/web-platform/meta/css/css-scoping/shadow-host-with-before-after.html.ini @@ -0,0 +1,3 @@ +[shadow-host-with-before-after.html] + expected: + if (os == "win"): FAIL diff --git a/testing/web-platform/meta/css/css-scoping/shadow-multiple-links.html.ini b/testing/web-platform/meta/css/css-scoping/shadow-multiple-links.html.ini new file mode 100644 index 0000000000..0c82a1b787 --- /dev/null +++ b/testing/web-platform/meta/css/css-scoping/shadow-multiple-links.html.ini @@ -0,0 +1,4 @@ +[shadow-multiple-links.html] + expected: + if (os == "android") and debug and fission: [OK, TIMEOUT] + if (os == "android") and debug and not fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-scoping/shadow-reassign-dynamic-003.html.ini b/testing/web-platform/meta/css/css-scoping/shadow-reassign-dynamic-003.html.ini new file mode 100644 index 0000000000..bdce2ffa46 --- /dev/null +++ b/testing/web-platform/meta/css/css-scoping/shadow-reassign-dynamic-003.html.ini @@ -0,0 +1,3 @@ +[shadow-reassign-dynamic-003.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-scoping/shadow-shared-style-cache-001.html.ini b/testing/web-platform/meta/css/css-scoping/shadow-shared-style-cache-001.html.ini new file mode 100644 index 0000000000..2cac728118 --- /dev/null +++ b/testing/web-platform/meta/css/css-scoping/shadow-shared-style-cache-001.html.ini @@ -0,0 +1,4 @@ +[shadow-shared-style-cache-001.html] + expected: + if (os == "android") and debug and fission: [OK, TIMEOUT] + if (os == "android") and debug and not fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-scoping/slot-non-html-display-value.html.ini b/testing/web-platform/meta/css/css-scoping/slot-non-html-display-value.html.ini new file mode 100644 index 0000000000..a34c05b17b --- /dev/null +++ b/testing/web-platform/meta/css/css-scoping/slot-non-html-display-value.html.ini @@ -0,0 +1,4 @@ +[slot-non-html-display-value.html] + expected: + if (os == "android") and debug and not fission: [OK, TIMEOUT] + if (os == "android") and debug and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-scoping/slotted-invalidation.html.ini b/testing/web-platform/meta/css/css-scoping/slotted-invalidation.html.ini new file mode 100644 index 0000000000..e15e183630 --- /dev/null +++ b/testing/web-platform/meta/css/css-scoping/slotted-invalidation.html.ini @@ -0,0 +1,4 @@ +[slotted-invalidation.html] + expected: + if (os == "android") and debug and fission: [OK, TIMEOUT] + if (os == "android") and debug and not fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-scoping/slotted-link.html.ini b/testing/web-platform/meta/css/css-scoping/slotted-link.html.ini new file mode 100644 index 0000000000..36f7190919 --- /dev/null +++ b/testing/web-platform/meta/css/css-scoping/slotted-link.html.ini @@ -0,0 +1,3 @@ +[slotted-link.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-scoping/slotted-matches.html.ini b/testing/web-platform/meta/css/css-scoping/slotted-matches.html.ini new file mode 100644 index 0000000000..a7914b8393 --- /dev/null +++ b/testing/web-platform/meta/css/css-scoping/slotted-matches.html.ini @@ -0,0 +1,3 @@ +[slotted-matches.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-scoping/slotted-nested.html.ini b/testing/web-platform/meta/css/css-scoping/slotted-nested.html.ini new file mode 100644 index 0000000000..c63c72152b --- /dev/null +++ b/testing/web-platform/meta/css/css-scoping/slotted-nested.html.ini @@ -0,0 +1,3 @@ +[slotted-nested.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-scoping/slotted-parsing.html.ini b/testing/web-platform/meta/css/css-scoping/slotted-parsing.html.ini new file mode 100644 index 0000000000..5b2370ee9a --- /dev/null +++ b/testing/web-platform/meta/css/css-scoping/slotted-parsing.html.ini @@ -0,0 +1,4 @@ +[slotted-parsing.html] + expected: + if (os == "android") and debug and fission: [OK, TIMEOUT] + if (os == "android") and debug and not fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-scoping/slotted-slot.html.ini b/testing/web-platform/meta/css/css-scoping/slotted-slot.html.ini new file mode 100644 index 0000000000..c504c85f60 --- /dev/null +++ b/testing/web-platform/meta/css/css-scoping/slotted-slot.html.ini @@ -0,0 +1,4 @@ +[slotted-slot.html] + expected: + if (os == "android") and debug and fission: [OK, TIMEOUT] + if (os == "android") and debug and not fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-scoping/stylesheet-title-002.html.ini b/testing/web-platform/meta/css/css-scoping/stylesheet-title-002.html.ini new file mode 100644 index 0000000000..a469d1982b --- /dev/null +++ b/testing/web-platform/meta/css/css-scoping/stylesheet-title-002.html.ini @@ -0,0 +1,4 @@ +[stylesheet-title-002.html] + expected: + if (os == "android") and debug and not fission: [OK, TIMEOUT] + if (os == "android") and debug and fission: [OK, TIMEOUT] |