Update web-platform-tests to revision 10168e9a5d44efbc6e7d416d1d454eb9c9f1396c

This commit is contained in:
Josh Matthews 2018-01-31 09:13:41 -05:00
parent c88dc51d03
commit 0e1caebaf4
791 changed files with 23381 additions and 5501 deletions

View file

@ -0,0 +1,25 @@
[perspective-origin-parsing-invalid.html]
[e.style['perspective-origin'\] = "center left 1px" should not set the property value]
expected: FAIL
[e.style['perspective-origin'\] = "center top 2px" should not set the property value]
expected: FAIL
[e.style['perspective-origin'\] = "right 3% center" should not set the property value]
expected: FAIL
[e.style['perspective-origin'\] = "left 4px top" should not set the property value]
expected: FAIL
[e.style['perspective-origin'\] = "right top 5px" should not set the property value]
expected: FAIL
[e.style['perspective-origin'\] = "bottom 6% center" should not set the property value]
expected: FAIL
[e.style['perspective-origin'\] = "bottom 7% left" should not set the property value]
expected: FAIL
[e.style['perspective-origin'\] = "bottom right 8%" should not set the property value]
expected: FAIL

View file

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