Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade stylo to include servo/style#33 #32147

Merged
merged 1 commit into from
May 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[target-text-text-decoration-001.html]
expected: FAIL
Original file line number Diff line number Diff line change
Expand Up @@ -56,36 +56,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

Original file line number Diff line number Diff line change
@@ -1,22 +1,4 @@
[text-decoration-valid.html]
[e.style['text-decoration'\] = "underline dashed green" 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'\] = "underline overline line-through red" should set the property value]
expected: FAIL

[e.style['text-decoration'\] = "currentcolor" 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'\] = "underline auto" should set the property value]
expected: FAIL

Expand All @@ -37,4 +19,3 @@

[e.style['text-decoration'\] = "overline green from-font" should set the property value]
expected: FAIL

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[text-decoration-shorthands-001.html]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[text-decoration-shorthands-002.html]
expected: FAIL

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[target-text-text-decoration-001.html]
expected: FAIL
Original file line number Diff line number Diff line change
Expand Up @@ -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

Original file line number Diff line number Diff line change
Expand Up @@ -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

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[text-decoration-dotted-002.html]
expected: FAIL

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[text-decoration-shorthands-001.html]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[text-decoration-shorthands-002.html]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[text-decoration-style-multiple.html]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[text-decoration-subelements-003.html]
expected: FAIL

This file was deleted.