Update WPT expectations.

This commit is contained in:
Emilio Cobos Álvarez 2019-07-23 12:34:48 +02:00
parent 3d57c22e9c
commit 9dc906a633
4 changed files with 0 additions and 67 deletions

View file

@ -1,7 +0,0 @@
[opacity-computed.html]
[Property opacity value '-100%' computes to '0']
expected: FAIL
[Property opacity value '50%' computes to '0.5']
expected: FAIL

View file

@ -1,10 +0,0 @@
[opacity-valid.html]
[e.style['opacity'\] = "300%" should set the property value]
expected: FAIL
[e.style['opacity'\] = "50%" should set the property value]
expected: FAIL
[e.style['opacity'\] = "-100%" should set the property value]
expected: FAIL

View file

@ -1,25 +0,0 @@
[gradient-position-invalid.html]
[e.style['background-image'\] = "radial-gradient(at center left 1px, red, blue)" should not set the property value]
expected: FAIL
[e.style['background-image'\] = "radial-gradient(at center top 2px, red, blue)" should not set the property value]
expected: FAIL
[e.style['background-image'\] = "radial-gradient(at right 3% center, red, blue)" should not set the property value]
expected: FAIL
[e.style['background-image'\] = "radial-gradient(at left 4px top, red, blue)" should not set the property value]
expected: FAIL
[e.style['background-image'\] = "radial-gradient(at right top 5px, red, blue)" should not set the property value]
expected: FAIL
[e.style['background-image'\] = "radial-gradient(at bottom 6% center, red, blue)" should not set the property value]
expected: FAIL
[e.style['background-image'\] = "radial-gradient(at bottom 7% left, red, blue)" should not set the property value]
expected: FAIL
[e.style['background-image'\] = "radial-gradient(at bottom right 8%, red, blue)" should not set the property value]
expected: FAIL

View file

@ -1,25 +0,0 @@
[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