Update expected test results.

This commit is contained in:
Josh Matthews 2017-10-31 17:41:04 -04:00
parent 15db457551
commit 8d182cb162
429 changed files with 4881 additions and 1516 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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