mirror of
https://github.com/servo/servo.git
synced 2025-08-18 03:45:33 +01:00
Update web-platform-tests to revision b'7b682ab07397d72fceb6594d0f27cb36cf1d8ee3'
This commit is contained in:
parent
7ffb9b2d49
commit
209b7ad36b
1058 changed files with 9512 additions and 43255 deletions
|
@ -394,3 +394,57 @@
|
|||
|
||||
[Web Animations: property <text-underline-position> from [initial\] to [under\] at (1.5) should be [under\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-line> from [initial\] to [underline\] at (-0.3) should be [underline\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-line> from [initial\] to [underline\] at (0) should be [underline\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-line> from [initial\] to [underline\] at (0.3) should be [underline\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-style> from [initial\] to [dashed\] at (-0.3) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-style> from [initial\] to [dashed\] at (0) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-style> from [initial\] to [dashed\] at (0.3) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-thickness> from [initial\] to [123px\] at (-0.3) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-thickness> from [initial\] to [123px\] at (0) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-thickness> from [initial\] to [123px\] at (0.3) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-emphasis-position> from [initial\] to [under right\] at (-0.3) should be [under right\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-emphasis-position> from [initial\] to [under right\] at (0) should be [under right\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-emphasis-position> from [initial\] to [under right\] at (0.3) should be [under right\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-emphasis-style> from [initial\] to [dot\] at (-0.3) should be [dot\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-emphasis-style> from [initial\] to [dot\] at (0) should be [dot\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-emphasis-style> from [initial\] to [dot\] at (0.3) should be [dot\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-underline-position> from [initial\] to [under\] at (-0.3) should be [under\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-underline-position> from [initial\] to [under\] at (0) should be [under\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-underline-position> from [initial\] to [under\] at (0.3) should be [under\]]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,22 +0,0 @@
|
|||
[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
|
||||
|
|
@ -1,31 +0,0 @@
|
|||
[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
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
[text-decoration-color-selection-001.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[text-emphasis-position-above-left-001.xht]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[text-emphasis-position-above-left-002.xht]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[text-emphasis-position-above-right-001.xht]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[text-emphasis-position-above-right-002.xht]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[text-emphasis-position-below-left-001.xht]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[text-emphasis-position-below-left-002.xht]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[text-emphasis-position-below-right-001.xht]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[text-emphasis-position-below-right-002.xht]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[text-emphasis-style-006.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue