Update test expectations

This commit is contained in:
Oriol Brufau 2023-10-30 12:45:08 +01:00 committed by Martin Robinson
parent 8193fb3985
commit 22f877c6ab
4 changed files with 0 additions and 12 deletions

View file

@ -10,6 +10,3 @@
[e.style['transform'\] = "scaleX(2e80)" should set the property value] [e.style['transform'\] = "scaleX(2e80)" should set the property value]
expected: FAIL expected: FAIL
[e.style['transform'\] = "translate(1px, 0%)" should set the property value]
expected: FAIL

View file

@ -4,6 +4,3 @@
[Serialization should round-trip after setting e.style['translate'\] = "1px 2px 0"] [Serialization should round-trip after setting e.style['translate'\] = "1px 2px 0"]
expected: FAIL expected: FAIL
[e.style['translate'\] = "100px 0%" should set the property value]
expected: FAIL

View file

@ -1,3 +0,0 @@
[transform-valid.html]
[e.style['transform'\] = "translate(1px, 0%)" should set the property value]
expected: FAIL

View file

@ -1,3 +0,0 @@
[translate-parsing-valid.html]
[e.style['translate'\] = "100px 0%" should set the property value]
expected: FAIL