mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Update expected test results.
This commit is contained in:
parent
15db457551
commit
8d182cb162
429 changed files with 4881 additions and 1516 deletions
|
@ -0,0 +1,13 @@
|
|||
[rotate-parsing-invalid.html]
|
||||
[e.style['rotate'\] = "100px" should not set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['rotate'\] = "100 400deg" should not set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['rotate'\] = "100 200 400deg" should not set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['rotate'\] = "100 200 300 500 400deg" should not set the property value]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
[scale-parsing-invalid.html]
|
||||
[e.style['scale'\] = "100px" should not set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scale'\] = "100 200 300 400" should not set the property value]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
[translate-parsing-invalid.html]
|
||||
[e.style['translate'\] = "100deg" should not set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['translate'\] = "100px 200px 300%" should not set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['translate'\] = "100px 200px calc(30px + 30%)" should not set the property value]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
[translate-parsing-valid.html]
|
||||
[Serialization should round-trip after setting e.style['translate'\] = "0"]
|
||||
expected: FAIL
|
||||
|
||||
[Serialization should round-trip after setting e.style['translate'\] = "1px 2px 0"]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue