diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-pseudo/parsing')
4 files changed, 170 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-pseudo/parsing/highlight-pseudos.html.ini b/testing/web-platform/meta/css/css-pseudo/parsing/highlight-pseudos.html.ini new file mode 100644 index 0000000000..7cfba78b84 --- /dev/null +++ b/testing/web-platform/meta/css/css-pseudo/parsing/highlight-pseudos.html.ini @@ -0,0 +1,37 @@ +[highlight-pseudos.html] + ["::target-text" should be a valid selector] + expected: FAIL + + [".a::target-text" should be a valid selector] + expected: FAIL + + ["div ::target-text" should be a valid selector] + expected: FAIL + + ["::part(my-part)::target-text" should be a valid selector] + expected: FAIL + + ["::spelling-error" should be a valid selector] + expected: FAIL + + [".a::spelling-error" should be a valid selector] + expected: FAIL + + ["div ::spelling-error" should be a valid selector] + expected: FAIL + + ["::part(my-part)::spelling-error" should be a valid selector] + expected: FAIL + + ["::grammar-error" should be a valid selector] + expected: FAIL + + [".a::grammar-error" should be a valid selector] + expected: FAIL + + ["div ::grammar-error" should be a valid selector] + expected: FAIL + + ["::part(my-part)::grammar-error" should be a valid selector] + expected: FAIL + diff --git a/testing/web-platform/meta/css/css-pseudo/parsing/marker-supported-properties-in-animation.html.ini b/testing/web-platform/meta/css/css-pseudo/parsing/marker-supported-properties-in-animation.html.ini new file mode 100644 index 0000000000..e2412fe62e --- /dev/null +++ b/testing/web-platform/meta/css/css-pseudo/parsing/marker-supported-properties-in-animation.html.ini @@ -0,0 +1,84 @@ +[marker-supported-properties-in-animation.html] + [Animation of list-style in ::marker] + expected: FAIL + + [Transition of list-style in ::marker] + expected: FAIL + + [Transition of tab-size in ::marker] + expected: FAIL + + [Animation of letter-spacing in ::marker] + expected: FAIL + + [Transition of text-emphasis-color in ::marker] + expected: FAIL + + [Animation of tab-size in ::marker] + expected: FAIL + + [Animation of word-spacing in ::marker] + expected: FAIL + + [Animation of text-shadow in ::marker] + expected: FAIL + + [Transition of text-emphasis-position in ::marker] + expected: FAIL + + [Animation of text-emphasis-position in ::marker] + expected: FAIL + + [Animation of line-break in ::marker] + expected: FAIL + + [Transition of text-emphasis in ::marker] + expected: FAIL + + [Animation of text-emphasis in ::marker] + expected: FAIL + + [Transition of word-spacing in ::marker] + expected: FAIL + + [Animation of word-break in ::marker] + expected: FAIL + + [Animation of text-emphasis-style in ::marker] + expected: FAIL + + [Transition of word-break in ::marker] + expected: FAIL + + [Animation of overflow-wrap in ::marker] + expected: FAIL + + [Transition of text-emphasis-style in ::marker] + expected: FAIL + + [Animation of hyphens in ::marker] + expected: FAIL + + [Transition of text-decoration-skip-ink in ::marker] + expected: FAIL + + [Animation of text-emphasis-color in ::marker] + expected: FAIL + + [Transition of overflow-wrap in ::marker] + expected: FAIL + + [Transition of line-break in ::marker] + expected: FAIL + + [Transition of text-shadow in ::marker] + expected: FAIL + + [Animation of text-decoration-skip-ink in ::marker] + expected: FAIL + + [Transition of hyphens in ::marker] + expected: FAIL + + [Transition of letter-spacing in ::marker] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-pseudo/parsing/marker-supported-properties.html.ini b/testing/web-platform/meta/css/css-pseudo/parsing/marker-supported-properties.html.ini new file mode 100644 index 0000000000..82a9c86a06 --- /dev/null +++ b/testing/web-platform/meta/css/css-pseudo/parsing/marker-supported-properties.html.ini @@ -0,0 +1,42 @@ +[marker-supported-properties.html] + [Property list-style value 'inside url('foo') decimal' in ::marker] + expected: FAIL + + [Property text-shadow value 'rgb(0, 255, 0) 1px 2px 3px' in ::marker] + expected: FAIL + + [Property text-decoration-skip-ink value 'none' in ::marker] + expected: FAIL + + [Property text-emphasis-position value 'under left' in ::marker] + expected: FAIL + + [Property text-emphasis-color value 'rgb(0, 255, 0)' in ::marker] + expected: FAIL + + [Property letter-spacing value '10px' in ::marker] + expected: FAIL + + [Property line-break value 'anywhere' in ::marker] + expected: FAIL + + [Property hyphens value 'none' in ::marker] + expected: FAIL + + [Property word-spacing value '10px' in ::marker] + expected: FAIL + + [Property overflow-wrap value 'anywhere' in ::marker] + expected: FAIL + + [Property tab-size value '10px' in ::marker] + expected: FAIL + + [Property word-break value 'break-word' in ::marker] + expected: FAIL + + [Property text-emphasis value 'dot rgb(0, 255, 0)' in ::marker] + expected: FAIL + + [Property text-emphasis-style value 'dot' in ::marker] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-pseudo/parsing/tree-abiding-pseudo-elements.html.ini b/testing/web-platform/meta/css/css-pseudo/parsing/tree-abiding-pseudo-elements.html.ini new file mode 100644 index 0000000000..2305c6de3d --- /dev/null +++ b/testing/web-platform/meta/css/css-pseudo/parsing/tree-abiding-pseudo-elements.html.ini @@ -0,0 +1,7 @@ +[tree-abiding-pseudo-elements.html] + ["::after::marker" should be a valid selector] + expected: FAIL + + ["::before::marker" should be a valid selector] + expected: FAIL + |