mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
Update test expectations
This commit is contained in:
parent
922e077f1d
commit
458df8c884
7 changed files with 3 additions and 213 deletions
|
@ -1,66 +0,0 @@
|
|||
[inset-valid.html]
|
||||
[e.style['inset-block'\] = "0" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-block'\] = "auto" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-block'\] = "10%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-block'\] = "1rem" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-block'\] = "-10px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-block'\] = "-20%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-block'\] = "calc(2em + 3ex)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-block'\] = "auto auto" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-block'\] = "100px 100px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-block'\] = "10% -5px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-block'\] = "1rem calc(0px)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-inline'\] = "0" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-inline'\] = "auto" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-inline'\] = "10%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-inline'\] = "1rem" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-inline'\] = "-10px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-inline'\] = "-20%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-inline'\] = "calc(2em + 3ex)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-inline'\] = "auto auto" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-inline'\] = "100px 100px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-inline'\] = "10% -5px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-inline'\] = "1rem calc(0px)" should set the property value]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue