diff options
author | Munish Mummadi <141582088+MunishMummadi@users.noreply.github.com> | 2024-05-23 00:18:46 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-23 05:18:46 +0000 |
commit | a772ecf786bda74cd5202b9ca6fb2d487cc61b94 (patch) | |
tree | e7ed1e9d2aabd6671ba776bb1486d03df3d62d72 /tests/wpt/meta | |
parent | 6451b1a21b67a368bc2856cebfeafbc0295caf7d (diff) | |
download | servo-a772ecf786bda74cd5202b9ca6fb2d487cc61b94.tar.gz servo-a772ecf786bda74cd5202b9ca6fb2d487cc61b94.zip |
Uprade stylo to include servo/style#33 (#32147)
This adds support for text decoration color and style.
Diffstat (limited to 'tests/wpt/meta')
11 files changed, 12 insertions, 52 deletions
diff --git a/tests/wpt/meta/css/css-pseudo/target-text-text-decoration-001.html.ini b/tests/wpt/meta/css/css-pseudo/target-text-text-decoration-001.html.ini new file mode 100644 index 00000000000..a73d8c891ca --- /dev/null +++ b/tests/wpt/meta/css/css-pseudo/target-text-text-decoration-001.html.ini @@ -0,0 +1,2 @@ +[target-text-text-decoration-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text-decor/parsing/text-decoration-computed.html.ini b/tests/wpt/meta/css/css-text-decor/parsing/text-decoration-computed.html.ini index 92e91411409..544d7edf011 100644 --- a/tests/wpt/meta/css/css-text-decor/parsing/text-decoration-computed.html.ini +++ b/tests/wpt/meta/css/css-text-decor/parsing/text-decoration-computed.html.ini @@ -2,36 +2,11 @@ [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/meta/css/css-text-decor/parsing/text-decoration-valid.html.ini b/tests/wpt/meta/css/css-text-decor/parsing/text-decoration-valid.html.ini index 68e08cee990..88dcc5dab9b 100644 --- a/tests/wpt/meta/css/css-text-decor/parsing/text-decoration-valid.html.ini +++ b/tests/wpt/meta/css/css-text-decor/parsing/text-decoration-valid.html.ini @@ -5,36 +5,17 @@ [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'\] = "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/meta/css/css-text-decor/text-decoration-dotted-002.html.ini b/tests/wpt/meta/css/css-text-decor/text-decoration-dotted-002.html.ini new file mode 100644 index 00000000000..971f8e0a0fd --- /dev/null +++ b/tests/wpt/meta/css/css-text-decor/text-decoration-dotted-002.html.ini @@ -0,0 +1,2 @@ +[text-decoration-dotted-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text-decor/text-decoration-line-recalc.html.ini b/tests/wpt/meta/css/css-text-decor/text-decoration-line-recalc.html.ini deleted file mode 100644 index 987400524bd..00000000000 --- a/tests/wpt/meta/css/css-text-decor/text-decoration-line-recalc.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[text-decoration-line-recalc.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text-decor/text-decoration-serialization.tentative.html.ini b/tests/wpt/meta/css/css-text-decor/text-decoration-serialization.tentative.html.ini deleted file mode 100644 index 501b9848c78..00000000000 --- a/tests/wpt/meta/css/css-text-decor/text-decoration-serialization.tentative.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[text-decoration-serialization.tentative.html] - [text-decoration shorthand serialization] - expected: FAIL - diff --git a/tests/wpt/meta/css/css-text-decor/text-decoration-shorthands-001.html.ini b/tests/wpt/meta/css/css-text-decor/text-decoration-shorthands-001.html.ini new file mode 100644 index 00000000000..4bb024dc9f8 --- /dev/null +++ b/tests/wpt/meta/css/css-text-decor/text-decoration-shorthands-001.html.ini @@ -0,0 +1,2 @@ +[text-decoration-shorthands-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text-decor/text-decoration-shorthands-002.html.ini b/tests/wpt/meta/css/css-text-decor/text-decoration-shorthands-002.html.ini new file mode 100644 index 00000000000..28a008dfbec --- /dev/null +++ b/tests/wpt/meta/css/css-text-decor/text-decoration-shorthands-002.html.ini @@ -0,0 +1,2 @@ +[text-decoration-shorthands-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text-decor/text-decoration-style-multiple.html.ini b/tests/wpt/meta/css/css-text-decor/text-decoration-style-multiple.html.ini new file mode 100644 index 00000000000..efc4aa161d5 --- /dev/null +++ b/tests/wpt/meta/css/css-text-decor/text-decoration-style-multiple.html.ini @@ -0,0 +1,2 @@ +[text-decoration-style-multiple.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text-decor/text-decoration-subelements-003.html.ini b/tests/wpt/meta/css/css-text-decor/text-decoration-subelements-003.html.ini new file mode 100644 index 00000000000..70b79d37490 --- /dev/null +++ b/tests/wpt/meta/css/css-text-decor/text-decoration-subelements-003.html.ini @@ -0,0 +1,2 @@ +[text-decoration-subelements-003.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-variables/variable-reference-visited.html.ini b/tests/wpt/meta/css/css-variables/variable-reference-visited.html.ini deleted file mode 100644 index 4a037f4710e..00000000000 --- a/tests/wpt/meta/css/css-variables/variable-reference-visited.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[variable-reference-visited.html] - expected: FAIL |