mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Update web-platform-tests to revision 81962ac8802223d038b188b6f9cb88a0a9c5beee
This commit is contained in:
parent
fe1a057bd1
commit
24183668c4
1960 changed files with 29853 additions and 10555 deletions
|
@ -0,0 +1,7 @@
|
|||
[caret-color-valid.html]
|
||||
[e.style['caret-color'\] = "auto" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['caret-color'\] = "rgba(10, 20, 30, 0.4)" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[outline-color-valid-optional.html]
|
||||
[e.style['outline-color'\] = "invert" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,58 @@
|
|||
[outline-valid-mandatory.html]
|
||||
[e.style['outline'\] = "rgba(10, 20, 30, 0.4)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['outline'\] = "auto" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['outline'\] = "none" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['outline'\] = "dotted" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['outline'\] = "dashed" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['outline'\] = "solid" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['outline'\] = "double" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['outline'\] = "groove" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['outline'\] = "ridge" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['outline'\] = "inset" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['outline'\] = "outset" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['outline'\] = "0" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['outline'\] = "1px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['outline'\] = "calc(2em + 3ex)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['outline'\] = "thin" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['outline'\] = "medium" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['outline'\] = "thick" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['outline'\] = "dashed thin" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['outline'\] = "medium rgba(10, 20, 30, 0.4)" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
[outline-valid-optional.html]
|
||||
[e.style['outline'\] = "invert" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['outline'\] = "invert dotted 1px" should set the property value]
|
||||
expected: FAIL
|
||||
|
13
tests/wpt/metadata/css/css-ui/parsing/resize-valid.html.ini
Normal file
13
tests/wpt/metadata/css/css-ui/parsing/resize-valid.html.ini
Normal file
|
@ -0,0 +1,13 @@
|
|||
[resize-valid.html]
|
||||
[e.style['resize'\] = "none" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['resize'\] = "both" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['resize'\] = "horizontal" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['resize'\] = "vertical" should set the property value]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue