From 74d9fec9cf8269857aac38ef4b7c04154907b380 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Jim=C3=A9nez=20Moreno?= Date: Tue, 3 Mar 2020 16:47:39 +0100 Subject: [PATCH] Enable text-decoration tests --- tests/wpt/include-layout-2020.ini | 2 + .../css/css-text-decor/inheritance.html.ini | 55 +++++ .../text-decoration-color-computed.html.ini | 10 + .../text-decoration-color-valid.html.ini | 10 + .../parsing/text-decoration-computed.html.ini | 37 ++++ .../text-decoration-line-computed.html.ini | 55 +++++ .../text-decoration-line-valid.html.ini | 202 ++++++++++++++++++ .../text-decoration-shorthand.html.ini | 13 ++ ...text-decoration-skip-ink-computed.html.ini | 7 + .../text-decoration-skip-ink-valid.html.ini | 7 + .../text-decoration-style-computed.html.ini | 16 ++ .../text-decoration-style-valid.html.ini | 16 ++ .../parsing/text-decoration-valid.html.ini | 46 ++++ .../parsing/text-shadow-computed.html.ini | 22 ++ .../parsing/text-shadow-valid.html.ini | 31 +++ .../text-underline-position-computed.html.ini | 16 ++ .../text-underline-position-valid.html.ini | 19 ++ .../text-decoration-color.html.ini | 2 + ...ecoration-serialization.tentative.html.ini | 4 + .../text-decoration-skip-ink-001.html.ini | 2 + .../text-decoration-skip-ink-003.html.ini | 2 + .../text-decoration-skip-ink-004.html.ini | 2 + .../text-decoration-skip-ink-005.html.ini | 2 + ...ecoration-skip-ink-sidewayslr-001.html.ini | 2 + ...ecoration-skip-ink-sidewaysrl-001.html.ini | 2 + ...t-decoration-skip-ink-upright-001.html.ini | 2 + ...t-decoration-skip-ink-upright-002.html.ini | 2 + ...-decoration-skip-ink-vertical-001.html.ini | 2 + ...-decoration-skip-ink-vertical-002.html.ini | 2 + .../text-decoration-skip-ink.html.ini | 7 + .../text-decoration-subelements-001.html.ini | 2 + .../text-decoration-subelements-002.html.ini | 2 + .../text-decoration-thickness-001.html.ini | 2 + ...ext-decoration-thickness-computed.html.ini | 10 + ...text-decoration-thickness-initial.html.ini | 4 + ...oration-thickness-linethrough-001.html.ini | 2 + ...decoration-thickness-overline-001.html.ini | 2 + ...t-decoration-thickness-scroll-001.html.ini | 2 + ...ecoration-thickness-underline-001.html.ini | 2 + .../text-decoration-thickness-valid.html.ini | 25 +++ ...decoration-thickness-vertical-001.html.ini | 2 + ...decoration-thickness-vertical-002.html.ini | 2 + .../text-emphasis-color-001.xht.ini | 2 + ...t-emphasis-position-above-left-001.xht.ini | 2 + ...t-emphasis-position-above-left-002.xht.ini | 2 + ...-emphasis-position-above-right-001.xht.ini | 2 + ...-emphasis-position-above-right-002.xht.ini | 2 + ...t-emphasis-position-below-left-002.xht.ini | 2 + ...-emphasis-position-below-right-002.xht.ini | 2 + .../text-emphasis-style-002.html.ini | 2 + .../text-emphasis-style-006.html.ini | 2 + .../text-emphasis-style-007.html.ini | 2 + .../text-emphasis-style-008.html.ini | 2 + .../text-emphasis-style-010.html.ini | 2 + .../text-emphasis-style-012.html.ini | 2 + .../text-emphasis-style-021.html.ini | 2 + .../text-emphasis-style-filled-001.xht.ini | 2 + .../text-emphasis-style-none-001.xht.ini | 2 + .../text-emphasis-style-open-001.xht.ini | 2 + .../text-emphasis-style-shape-001.xht.ini | 2 + .../text-emphasis-style-string-001.xht.ini | 2 + .../text-underline-offset-001.html.ini | 2 + .../text-underline-offset-computed.html.ini | 7 + .../text-underline-offset-initial.html.ini | 4 + .../text-underline-offset-scroll-001.html.ini | 2 + .../text-underline-offset-valid.html.ini | 22 ++ 66 files changed, 729 insertions(+) create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/inheritance.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-color-computed.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-color-valid.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-computed.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-line-computed.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-line-valid.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-shorthand.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-skip-ink-computed.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-skip-ink-valid.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-style-computed.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-style-valid.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-valid.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-shadow-computed.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-shadow-valid.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-underline-position-computed.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-underline-position-valid.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-color.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-serialization.tentative.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink-001.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink-003.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink-004.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink-005.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink-sidewayslr-001.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink-sidewaysrl-001.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink-upright-001.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink-upright-002.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink-vertical-001.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink-vertical-002.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-subelements-001.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-subelements-002.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-001.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-computed.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-initial.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-linethrough-001.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-overline-001.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-scroll-001.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-underline-001.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-valid.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-vertical-001.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-vertical-002.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-color-001.xht.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-position-above-left-001.xht.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-position-above-left-002.xht.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-position-above-right-001.xht.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-position-above-right-002.xht.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-position-below-left-002.xht.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-position-below-right-002.xht.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-002.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-006.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-007.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-008.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-010.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-012.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-021.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-filled-001.xht.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-none-001.xht.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-open-001.xht.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-shape-001.xht.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-string-001.xht.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-underline-offset-001.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-underline-offset-computed.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-underline-offset-initial.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-underline-offset-scroll-001.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/css-text-decor/text-underline-offset-valid.html.ini diff --git a/tests/wpt/include-layout-2020.ini b/tests/wpt/include-layout-2020.ini index a1ac1c24332..b67d13102c3 100644 --- a/tests/wpt/include-layout-2020.ini +++ b/tests/wpt/include-layout-2020.ini @@ -15,6 +15,8 @@ skip: true skip: false [css-color] skip: false + [css-text-decor] + skip: false [css-transforms] skip: false [filter-effects] diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/inheritance.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/inheritance.html.ini new file mode 100644 index 00000000000..17b0640d5a3 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/inheritance.html.ini @@ -0,0 +1,55 @@ +[inheritance.html] + [Property text-emphasis-style inherits] + expected: FAIL + + [Property text-emphasis-style has initial value none] + expected: FAIL + + [Property text-decoration-style has initial value solid] + expected: FAIL + + [Property text-underline-position has initial value auto] + expected: FAIL + + [Property text-decoration-line has initial value none] + expected: FAIL + + [Property text-emphasis-color has initial value rgba(2, 3, 4, 0.5)] + expected: FAIL + + [Property text-shadow has initial value none] + expected: FAIL + + [Property text-decoration-color has initial value rgba(2, 3, 4, 0.5)] + expected: FAIL + + [Property text-decoration-skip-ink inherits] + expected: FAIL + + [Property text-decoration-skip-ink has initial value auto] + expected: FAIL + + [Property text-decoration-line does not inherit] + expected: FAIL + + [Property text-underline-position inherits] + expected: FAIL + + [Property text-emphasis-position inherits] + expected: FAIL + + [Property text-decoration-color does not inherit] + expected: FAIL + + [Property text-emphasis-position has initial value over right] + expected: FAIL + + [Property text-decoration-style does not inherit] + expected: FAIL + + [Property text-shadow inherits] + expected: FAIL + + [Property text-emphasis-color inherits] + expected: FAIL + diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-color-computed.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-color-computed.html.ini new file mode 100644 index 00000000000..73fb2ff2b6b --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-color-computed.html.ini @@ -0,0 +1,10 @@ +[text-decoration-color-computed.html] + [Property text-decoration-color value 'inherit'] + expected: FAIL + + [Property text-decoration-color value 'rgb(0, 0, 255)'] + expected: FAIL + + [Property text-decoration-color value 'currentcolor'] + expected: FAIL + diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-color-valid.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-color-valid.html.ini new file mode 100644 index 00000000000..030a804ef83 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-color-valid.html.ini @@ -0,0 +1,10 @@ +[text-decoration-color-valid.html] + [e.style['text-decoration-color'\] = "currentcolor" should set the property value] + expected: FAIL + + [e.style['text-decoration-color'\] = "red" should set the property value] + expected: FAIL + + [e.style['text-decoration-color'\] = "rgba(10, 20, 30, 0.4)" should set the property value] + expected: FAIL + diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-computed.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-computed.html.ini new file mode 100644 index 00000000000..92e91411409 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-computed.html.ini @@ -0,0 +1,37 @@ +[text-decoration-computed.html] + [Property text-decoration value 'auto'] + expected: FAIL + + [Property text-decoration value 'currentcolor'] + expected: FAIL + + [Property text-decoration value 'double overline underline'] + expected: FAIL + + [Property text-decoration value 'line-through'] + expected: FAIL + + [Property text-decoration value 'underline dashed rgb(0, 255, 0)'] + expected: FAIL + + [Property text-decoration value 'underline overline line-through red'] + expected: FAIL + + [Property text-decoration value 'rgba(10, 20, 30, 0.4) dotted'] + expected: FAIL + + [Property text-decoration value 'none'] + expected: FAIL + + [Property text-decoration value '10px'] + expected: FAIL + + [Property text-decoration value 'underline red from-font'] + expected: FAIL + + [Property text-decoration value 'solid'] + expected: FAIL + + [Property text-decoration value 'from-font'] + expected: FAIL + diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-line-computed.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-line-computed.html.ini new file mode 100644 index 00000000000..43755cb6113 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-line-computed.html.ini @@ -0,0 +1,55 @@ +[text-decoration-line-computed.html] + [Property text-decoration-line value 'underline overline'] + expected: FAIL + + [Property text-decoration-line value 'overline blink'] + expected: FAIL + + [Property text-decoration-line value 'underline line-through blink'] + expected: FAIL + + [Property text-decoration-line value 'underline overline blink'] + expected: FAIL + + [Property text-decoration-line value 'blink'] + expected: FAIL + + [Property text-decoration-line value 'line-through blink'] + expected: FAIL + + [Property text-decoration-line value 'underline'] + expected: FAIL + + [Property text-decoration-line value 'underline line-through'] + expected: FAIL + + [Property text-decoration-line value 'overline line-through blink'] + expected: FAIL + + [Property text-decoration-line value 'line-through'] + expected: FAIL + + [Property text-decoration-line value 'underline blink'] + expected: FAIL + + [Property text-decoration-line value 'overline line-through'] + expected: FAIL + + [Property text-decoration-line value 'spelling-error'] + expected: FAIL + + [Property text-decoration-line value 'underline overline line-through'] + expected: FAIL + + [Property text-decoration-line value 'none'] + expected: FAIL + + [Property text-decoration-line value 'grammar-error'] + expected: FAIL + + [Property text-decoration-line value 'underline overline line-through blink'] + expected: FAIL + + [Property text-decoration-line value 'overline'] + expected: FAIL + diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-line-valid.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-line-valid.html.ini new file mode 100644 index 00000000000..3b22624996d --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-line-valid.html.ini @@ -0,0 +1,202 @@ +[text-decoration-line-valid.html] + [e.style['text-decoration-line'\] = "underline overline" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "blink line-through" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "line-through blink underline" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "overline blink underline line-through" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "overline blink line-through" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "line-through overline underline" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "blink line-through underline" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "overline underline line-through blink" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "blink underline overline" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "line-through blink underline overline" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "line-through overline" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "blink underline" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "underline blink line-through overline" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "line-through underline overline blink" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "overline" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "line-through blink overline" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "blink underline overline line-through" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "overline line-through blink underline" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "underline line-through" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "underline line-through blink overline" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "overline underline line-through" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "line-through overline blink underline" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "underline line-through overline" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "line-through" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "blink overline" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "line-through blink overline underline" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "blink overline underline line-through" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "overline blink" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "underline blink overline" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "line-through underline blink overline" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "underline overline blink" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "underline blink line-through" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "underline overline blink line-through" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "line-through blink" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "line-through underline" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "underline line-through overline blink" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "overline line-through blink" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "line-through overline underline blink" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "overline underline blink line-through" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "overline underline" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "underline line-through blink" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "overline line-through underline blink" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "blink overline underline" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "line-through underline blink" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "overline blink underline" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "line-through underline overline" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "blink line-through underline overline" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "overline line-through" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "overline line-through underline" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "spelling-error" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "blink overline line-through underline" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "blink line-through overline underline" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "underline overline line-through" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "none" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "overline blink line-through underline" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "blink overline line-through" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "underline blink overline line-through" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "blink" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "blink underline line-through" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "grammar-error" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "underline" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "overline underline blink" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "blink underline line-through overline" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "line-through overline blink" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "blink line-through overline" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "underline blink" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "underline overline line-through blink" should set the property value] + expected: FAIL + diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-shorthand.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-shorthand.html.ini new file mode 100644 index 00000000000..add13e507a6 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-shorthand.html.ini @@ -0,0 +1,13 @@ +[text-decoration-shorthand.html] + [e.style['text-decoration'\] = "overline dotted green" should set text-decoration-line] + expected: FAIL + + [e.style['text-decoration'\] = "overline dotted green" should set text-decoration-style] + expected: FAIL + + [e.style['text-decoration'\] = "overline dotted green" should set text-decoration-color] + expected: FAIL + + [e.style['text-decoration'\] = "overline dotted green" should not set unrelated longhands] + expected: FAIL + diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-skip-ink-computed.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-skip-ink-computed.html.ini new file mode 100644 index 00000000000..f07afed67d3 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-skip-ink-computed.html.ini @@ -0,0 +1,7 @@ +[text-decoration-skip-ink-computed.html] + [Property text-decoration-skip-ink value 'none'] + expected: FAIL + + [Property text-decoration-skip-ink value 'auto'] + expected: FAIL + diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-skip-ink-valid.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-skip-ink-valid.html.ini new file mode 100644 index 00000000000..646f1363e92 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-skip-ink-valid.html.ini @@ -0,0 +1,7 @@ +[text-decoration-skip-ink-valid.html] + [e.style['text-decoration-skip-ink'\] = "none" should set the property value] + expected: FAIL + + [e.style['text-decoration-skip-ink'\] = "auto" should set the property value] + expected: FAIL + diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-style-computed.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-style-computed.html.ini new file mode 100644 index 00000000000..42bd6e53c63 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-style-computed.html.ini @@ -0,0 +1,16 @@ +[text-decoration-style-computed.html] + [Property text-decoration-style value 'wavy'] + expected: FAIL + + [Property text-decoration-style value 'dashed'] + expected: FAIL + + [Property text-decoration-style value 'dotted'] + expected: FAIL + + [Property text-decoration-style value 'double'] + expected: FAIL + + [Property text-decoration-style value 'solid'] + expected: FAIL + diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-style-valid.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-style-valid.html.ini new file mode 100644 index 00000000000..d9e928983c7 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-style-valid.html.ini @@ -0,0 +1,16 @@ +[text-decoration-style-valid.html] + [e.style['text-decoration-style'\] = "wavy" should set the property value] + expected: FAIL + + [e.style['text-decoration-style'\] = "dashed" should set the property value] + expected: FAIL + + [e.style['text-decoration-style'\] = "solid" should set the property value] + expected: FAIL + + [e.style['text-decoration-style'\] = "dotted" should set the property value] + expected: FAIL + + [e.style['text-decoration-style'\] = "double" should set the property value] + expected: FAIL + diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-valid.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-valid.html.ini new file mode 100644 index 00000000000..5e22f329f4c --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-decoration-valid.html.ini @@ -0,0 +1,46 @@ +[text-decoration-valid.html] + [e.style['text-decoration'\] = "underline auto" should set the property value] + expected: FAIL + + [e.style['text-decoration'\] = "none" should set the property value] + expected: FAIL + + [e.style['text-decoration'\] = "auto" should set the property value] + expected: FAIL + + [e.style['text-decoration'\] = "underline dashed green" should set the property value] + expected: FAIL + + [e.style['text-decoration'\] = "10px" should set the property value] + expected: FAIL + + [e.style['text-decoration'\] = "double overline underline" should set the property value] + expected: FAIL + + [e.style['text-decoration'\] = "line-through" should set the property value] + expected: FAIL + + [e.style['text-decoration'\] = "rgba(10, 20, 30, 0.4) dotted" should set the property value] + expected: FAIL + + [e.style['text-decoration'\] = "solid" should set the property value] + expected: FAIL + + [e.style['text-decoration'\] = "line-through 20px" should set the property value] + expected: FAIL + + [e.style['text-decoration'\] = "underline overline line-through red" should set the property value] + expected: FAIL + + [e.style['text-decoration'\] = "overline 3em" should set the property value] + expected: FAIL + + [e.style['text-decoration'\] = "currentcolor" should set the property value] + expected: FAIL + + [e.style['text-decoration'\] = "from-font" should set the property value] + expected: FAIL + + [e.style['text-decoration'\] = "overline green from-font" should set the property value] + expected: FAIL + diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-shadow-computed.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-shadow-computed.html.ini new file mode 100644 index 00000000000..53a1e2c5050 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-shadow-computed.html.ini @@ -0,0 +1,22 @@ +[text-shadow-computed.html] + [Property text-shadow value 'calc(0.5em + 10px) calc(0.5em + 10px) calc(0.5em + 10px)'] + expected: FAIL + + [Property text-shadow value '10px 20px, 30px 40px'] + expected: FAIL + + [Property text-shadow value 'lime 10px 20px 30px, red 40px 50px'] + expected: FAIL + + [Property text-shadow value 'calc(-0.5em + 10px) calc(-0.5em + 10px) calc(-0.5em + 10px)'] + expected: FAIL + + [Property text-shadow value 'red 10px 20px 30px'] + expected: FAIL + + [Property text-shadow value 'none'] + expected: FAIL + + [Property text-shadow value '10px 20px'] + expected: FAIL + diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-shadow-valid.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-shadow-valid.html.ini new file mode 100644 index 00000000000..b5aa4ec7421 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-shadow-valid.html.ini @@ -0,0 +1,31 @@ +[text-shadow-valid.html] + [e.style['text-shadow'\] = "rgb(255, 0, 0) 10px 20px" should set the property value] + expected: FAIL + + [e.style['text-shadow'\] = "lime 10px 20px 30px, blue 40px 50px" should set the property value] + expected: FAIL + + [e.style['text-shadow'\] = "10px 20px 30px" should set the property value] + expected: FAIL + + [e.style['text-shadow'\] = "10px -20px 30px" should set the property value] + expected: FAIL + + [e.style['text-shadow'\] = "-10px 20px 30px" should set the property value] + expected: FAIL + + [e.style['text-shadow'\] = "10px 20px 30px lime" should set the property value] + expected: FAIL + + [e.style['text-shadow'\] = "10px 20px" should set the property value] + expected: FAIL + + [e.style['text-shadow'\] = "none" should set the property value] + expected: FAIL + + [e.style['text-shadow'\] = "10px 20px, 30px 40px" should set the property value] + expected: FAIL + + [e.style['text-shadow'\] = "calc(1em + 2px) calc(3em + 4px) calc(5em + 6px)" should set the property value] + expected: FAIL + diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-underline-position-computed.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-underline-position-computed.html.ini new file mode 100644 index 00000000000..75fc7dd1634 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-underline-position-computed.html.ini @@ -0,0 +1,16 @@ +[text-underline-position-computed.html] + [Property text-underline-position value 'under left'] + expected: FAIL + + [Property text-underline-position value 'left'] + expected: FAIL + + [Property text-underline-position value 'under'] + expected: FAIL + + [Property text-underline-position value 'right'] + expected: FAIL + + [Property text-underline-position value 'auto'] + expected: FAIL + diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-underline-position-valid.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-underline-position-valid.html.ini new file mode 100644 index 00000000000..421e11a73b2 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/parsing/text-underline-position-valid.html.ini @@ -0,0 +1,19 @@ +[text-underline-position-valid.html] + [e.style['text-underline-position'\] = "right under" should set the property value] + expected: FAIL + + [e.style['text-underline-position'\] = "under left" should set the property value] + expected: FAIL + + [e.style['text-underline-position'\] = "auto" should set the property value] + expected: FAIL + + [e.style['text-underline-position'\] = "left" should set the property value] + expected: FAIL + + [e.style['text-underline-position'\] = "right" should set the property value] + expected: FAIL + + [e.style['text-underline-position'\] = "under" should set the property value] + expected: FAIL + diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-color.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-color.html.ini new file mode 100644 index 00000000000..81c110041f6 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-color.html.ini @@ -0,0 +1,2 @@ +[text-decoration-color.html] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-serialization.tentative.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-serialization.tentative.html.ini new file mode 100644 index 00000000000..501b9848c78 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-serialization.tentative.html.ini @@ -0,0 +1,4 @@ +[text-decoration-serialization.tentative.html] + [text-decoration shorthand serialization] + expected: FAIL + diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink-001.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink-001.html.ini new file mode 100644 index 00000000000..06e7dc44afb --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink-001.html.ini @@ -0,0 +1,2 @@ +[text-decoration-skip-ink-001.html] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink-003.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink-003.html.ini new file mode 100644 index 00000000000..e680841f72d --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink-003.html.ini @@ -0,0 +1,2 @@ +[text-decoration-skip-ink-003.html] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink-004.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink-004.html.ini new file mode 100644 index 00000000000..368d9d865f0 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink-004.html.ini @@ -0,0 +1,2 @@ +[text-decoration-skip-ink-004.html] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink-005.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink-005.html.ini new file mode 100644 index 00000000000..9cedd2f8ed3 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink-005.html.ini @@ -0,0 +1,2 @@ +[text-decoration-skip-ink-005.html] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink-sidewayslr-001.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink-sidewayslr-001.html.ini new file mode 100644 index 00000000000..48c0a1db13f --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink-sidewayslr-001.html.ini @@ -0,0 +1,2 @@ +[text-decoration-skip-ink-sidewayslr-001.html] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink-sidewaysrl-001.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink-sidewaysrl-001.html.ini new file mode 100644 index 00000000000..32ca831d030 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink-sidewaysrl-001.html.ini @@ -0,0 +1,2 @@ +[text-decoration-skip-ink-sidewaysrl-001.html] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink-upright-001.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink-upright-001.html.ini new file mode 100644 index 00000000000..139a151b6f4 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink-upright-001.html.ini @@ -0,0 +1,2 @@ +[text-decoration-skip-ink-upright-001.html] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink-upright-002.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink-upright-002.html.ini new file mode 100644 index 00000000000..1b8d015c86e --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink-upright-002.html.ini @@ -0,0 +1,2 @@ +[text-decoration-skip-ink-upright-002.html] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink-vertical-001.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink-vertical-001.html.ini new file mode 100644 index 00000000000..7533f547d68 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink-vertical-001.html.ini @@ -0,0 +1,2 @@ +[text-decoration-skip-ink-vertical-001.html] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink-vertical-002.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink-vertical-002.html.ini new file mode 100644 index 00000000000..33bb585bbb4 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink-vertical-002.html.ini @@ -0,0 +1,2 @@ +[text-decoration-skip-ink-vertical-002.html] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink.html.ini new file mode 100644 index 00000000000..15d18defd6e --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-skip-ink.html.ini @@ -0,0 +1,7 @@ +[text-decoration-skip-ink.html] + [Body must have text-decoration-skip-ink auto by default.] + expected: FAIL + + [Property text-decoration-skip-ink must support values auto, none and all.] + expected: FAIL + diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-subelements-001.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-subelements-001.html.ini new file mode 100644 index 00000000000..e1bbdb7fc9d --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-subelements-001.html.ini @@ -0,0 +1,2 @@ +[text-decoration-subelements-001.html] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-subelements-002.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-subelements-002.html.ini new file mode 100644 index 00000000000..e35013fc45e --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-subelements-002.html.ini @@ -0,0 +1,2 @@ +[text-decoration-subelements-002.html] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-001.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-001.html.ini new file mode 100644 index 00000000000..5450301361b --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-001.html.ini @@ -0,0 +1,2 @@ +[text-decoration-thickness-001.html] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-computed.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-computed.html.ini new file mode 100644 index 00000000000..ac8d8c84473 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-computed.html.ini @@ -0,0 +1,10 @@ +[text-decoration-thickness-computed.html] + [Property text-decoration-thickness value 'auto'] + expected: FAIL + + [Property text-decoration-thickness value 'from-font'] + expected: FAIL + + [Property text-decoration-thickness value 'calc(10px - 8px)'] + expected: FAIL + diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-initial.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-initial.html.ini new file mode 100644 index 00000000000..fe8a17fb543 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-initial.html.ini @@ -0,0 +1,4 @@ +[text-decoration-thickness-initial.html] + [Initial value of text-decoration-thickness should be auto] + expected: FAIL + diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-linethrough-001.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-linethrough-001.html.ini new file mode 100644 index 00000000000..10ec51bb16d --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-linethrough-001.html.ini @@ -0,0 +1,2 @@ +[text-decoration-thickness-linethrough-001.html] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-overline-001.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-overline-001.html.ini new file mode 100644 index 00000000000..3b81932352b --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-overline-001.html.ini @@ -0,0 +1,2 @@ +[text-decoration-thickness-overline-001.html] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-scroll-001.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-scroll-001.html.ini new file mode 100644 index 00000000000..84bbbf7b288 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-scroll-001.html.ini @@ -0,0 +1,2 @@ +[text-decoration-thickness-scroll-001.html] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-underline-001.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-underline-001.html.ini new file mode 100644 index 00000000000..e68d54c347d --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-underline-001.html.ini @@ -0,0 +1,2 @@ +[text-decoration-thickness-underline-001.html] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-valid.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-valid.html.ini new file mode 100644 index 00000000000..e89dadce620 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-valid.html.ini @@ -0,0 +1,25 @@ +[text-decoration-thickness-valid.html] + [e.style['text-decoration-thickness'\] = "from-font" should set the property value] + expected: FAIL + + [e.style['text-decoration-thickness'\] = "2001em" should set the property value] + expected: FAIL + + [e.style['text-decoration-thickness'\] = "-49em" should set the property value] + expected: FAIL + + [e.style['text-decoration-thickness'\] = "auto" should set the property value] + expected: FAIL + + [e.style['text-decoration-thickness'\] = "calc(-50em + 13px)" should set the property value] + expected: FAIL + + [e.style['text-decoration-thickness'\] = "53px" should set the property value] + expected: FAIL + + [e.style['text-decoration-thickness'\] = "calc(40em - 10px)" should set the property value] + expected: FAIL + + [e.style['text-decoration-thickness'\] = "-10px" should set the property value] + expected: FAIL + diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-vertical-001.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-vertical-001.html.ini new file mode 100644 index 00000000000..2f48fe751b2 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-vertical-001.html.ini @@ -0,0 +1,2 @@ +[text-decoration-thickness-vertical-001.html] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-vertical-002.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-vertical-002.html.ini new file mode 100644 index 00000000000..1bfad2cf8e8 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-vertical-002.html.ini @@ -0,0 +1,2 @@ +[text-decoration-thickness-vertical-002.html] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-color-001.xht.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-color-001.xht.ini new file mode 100644 index 00000000000..fb3630a1996 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-color-001.xht.ini @@ -0,0 +1,2 @@ +[text-emphasis-color-001.xht] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-position-above-left-001.xht.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-position-above-left-001.xht.ini new file mode 100644 index 00000000000..a8cb2188641 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-position-above-left-001.xht.ini @@ -0,0 +1,2 @@ +[text-emphasis-position-above-left-001.xht] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-position-above-left-002.xht.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-position-above-left-002.xht.ini new file mode 100644 index 00000000000..c3439fc6967 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-position-above-left-002.xht.ini @@ -0,0 +1,2 @@ +[text-emphasis-position-above-left-002.xht] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-position-above-right-001.xht.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-position-above-right-001.xht.ini new file mode 100644 index 00000000000..7f42f4ceb79 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-position-above-right-001.xht.ini @@ -0,0 +1,2 @@ +[text-emphasis-position-above-right-001.xht] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-position-above-right-002.xht.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-position-above-right-002.xht.ini new file mode 100644 index 00000000000..34b55a1f36e --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-position-above-right-002.xht.ini @@ -0,0 +1,2 @@ +[text-emphasis-position-above-right-002.xht] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-position-below-left-002.xht.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-position-below-left-002.xht.ini new file mode 100644 index 00000000000..804e236085b --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-position-below-left-002.xht.ini @@ -0,0 +1,2 @@ +[text-emphasis-position-below-left-002.xht] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-position-below-right-002.xht.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-position-below-right-002.xht.ini new file mode 100644 index 00000000000..ecaad11fabd --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-position-below-right-002.xht.ini @@ -0,0 +1,2 @@ +[text-emphasis-position-below-right-002.xht] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-002.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-002.html.ini new file mode 100644 index 00000000000..af257bbcb45 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-002.html.ini @@ -0,0 +1,2 @@ +[text-emphasis-style-002.html] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-006.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-006.html.ini new file mode 100644 index 00000000000..ee0a0b0765e --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-006.html.ini @@ -0,0 +1,2 @@ +[text-emphasis-style-006.html] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-007.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-007.html.ini new file mode 100644 index 00000000000..d40a756fab8 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-007.html.ini @@ -0,0 +1,2 @@ +[text-emphasis-style-007.html] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-008.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-008.html.ini new file mode 100644 index 00000000000..c7ced0f7d45 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-008.html.ini @@ -0,0 +1,2 @@ +[text-emphasis-style-008.html] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-010.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-010.html.ini new file mode 100644 index 00000000000..0aab3f471f4 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-010.html.ini @@ -0,0 +1,2 @@ +[text-emphasis-style-010.html] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-012.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-012.html.ini new file mode 100644 index 00000000000..62c8d5e86e4 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-012.html.ini @@ -0,0 +1,2 @@ +[text-emphasis-style-012.html] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-021.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-021.html.ini new file mode 100644 index 00000000000..bbabc0eaafa --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-021.html.ini @@ -0,0 +1,2 @@ +[text-emphasis-style-021.html] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-filled-001.xht.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-filled-001.xht.ini new file mode 100644 index 00000000000..6b4ba6e0f2d --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-filled-001.xht.ini @@ -0,0 +1,2 @@ +[text-emphasis-style-filled-001.xht] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-none-001.xht.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-none-001.xht.ini new file mode 100644 index 00000000000..c6d3f7a8a5c --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-none-001.xht.ini @@ -0,0 +1,2 @@ +[text-emphasis-style-none-001.xht] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-open-001.xht.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-open-001.xht.ini new file mode 100644 index 00000000000..be3ba8e36c4 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-open-001.xht.ini @@ -0,0 +1,2 @@ +[text-emphasis-style-open-001.xht] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-shape-001.xht.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-shape-001.xht.ini new file mode 100644 index 00000000000..ff082e0dfa5 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-shape-001.xht.ini @@ -0,0 +1,2 @@ +[text-emphasis-style-shape-001.xht] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-string-001.xht.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-string-001.xht.ini new file mode 100644 index 00000000000..fa5f16d5983 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-emphasis-style-string-001.xht.ini @@ -0,0 +1,2 @@ +[text-emphasis-style-string-001.xht] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-underline-offset-001.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-underline-offset-001.html.ini new file mode 100644 index 00000000000..d6c9b16bea3 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-underline-offset-001.html.ini @@ -0,0 +1,2 @@ +[text-underline-offset-001.html] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-underline-offset-computed.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-underline-offset-computed.html.ini new file mode 100644 index 00000000000..bbb179bf26e --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-underline-offset-computed.html.ini @@ -0,0 +1,7 @@ +[text-underline-offset-computed.html] + [Property text-underline-offset value 'auto'] + expected: FAIL + + [Property text-underline-offset value 'calc(10px - 8px)'] + expected: FAIL + diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-underline-offset-initial.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-underline-offset-initial.html.ini new file mode 100644 index 00000000000..60f2676fa34 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-underline-offset-initial.html.ini @@ -0,0 +1,4 @@ +[text-underline-offset-initial.html] + [Initial value of text-underline-offset] + expected: FAIL + diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-underline-offset-scroll-001.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-underline-offset-scroll-001.html.ini new file mode 100644 index 00000000000..d7d7cb93d2e --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-underline-offset-scroll-001.html.ini @@ -0,0 +1,2 @@ +[text-underline-offset-scroll-001.html] + expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-underline-offset-valid.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-underline-offset-valid.html.ini new file mode 100644 index 00000000000..e7c2e8ec1c8 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-underline-offset-valid.html.ini @@ -0,0 +1,22 @@ +[text-underline-offset-valid.html] + [e.style['text-underline-offset'\] = "53px" should set the property value] + expected: FAIL + + [e.style['text-underline-offset'\] = "calc(-13em + 50px)" should set the property value] + expected: FAIL + + [e.style['text-underline-offset'\] = "2001em" should set the property value] + expected: FAIL + + [e.style['text-underline-offset'\] = "auto" should set the property value] + expected: FAIL + + [e.style['text-underline-offset'\] = "-10px" should set the property value] + expected: FAIL + + [e.style['text-underline-offset'\] = "calc(40em - 10px)" should set the property value] + expected: FAIL + + [e.style['text-underline-offset'\] = "-49em" should set the property value] + expected: FAIL +