style: Update wpt expectations.

This commit is contained in:
Emilio Cobos Álvarez 2019-05-25 23:24:32 +02:00
parent 66056bd4d5
commit 324aed53f1
3 changed files with 0 additions and 56 deletions

View file

@ -1,2 +0,0 @@
[filters-test-brightness-003.html]
expected: FAIL

View file

@ -2,42 +2,15 @@
[Property filter value 'brightness()' computes to 'brightness(0)']
expected: FAIL
[Property filter value 'sepia()' computes to 'sepia(1)']
expected: FAIL
[Property filter value 'saturate()' computes to 'saturate(1)']
expected: FAIL
[Property filter value 'grayscale()' computes to 'grayscale(1)']
expected: FAIL
[Property filter value 'invert()' computes to 'invert(0)']
expected: FAIL
[Property filter value 'hue-rotate()' computes to 'hue-rotate(0deg)']
expected: FAIL
[Property filter value 'drop-shadow(1px 2px)' computes to 'drop-shadow(rgb(0, 255, 0) 1px 2px 0px)']
expected: FAIL
[Property filter value 'blur()' computes to 'blur(0px)']
expected: FAIL
[Property filter value 'drop-shadow(rgb(4, 5, 6) 1px 2px 0px)' computes to 'drop-shadow(rgb(4, 5, 6) 1px 2px 0px)']
expected: FAIL
[Property filter value 'blur(10px) url("https://www.example.com/picture.svg#f") contrast(20) brightness(30)' computes to 'blur(10px) url("https://www.example.com/picture.svg#f") contrast(20) brightness(30)']
expected: FAIL
[Property filter value 'opacity()' computes to 'opacity(1)']
expected: FAIL
[Property filter value 'contrast()' computes to 'contrast(1)']
expected: FAIL
[Property filter value 'brightness()' computes to 'brightness(1)']
expected: FAIL
[Property filter value 'invert()' computes to 'invert(1)']
expected: FAIL

View file

@ -59,30 +59,3 @@
[Serialization should round-trip after setting e.style['filter'\] = "drop-shadow(rgba(4, 5, 6, 0.75) 1px 2px 3px)"]
expected: FAIL
[e.style['filter'\] = "saturate()" should set the property value]
expected: FAIL
[e.style['filter'\] = "grayscale()" should set the property value]
expected: FAIL
[e.style['filter'\] = "sepia()" should set the property value]
expected: FAIL
[e.style['filter'\] = "blur()" should set the property value]
expected: FAIL
[e.style['filter'\] = "contrast()" should set the property value]
expected: FAIL
[e.style['filter'\] = "invert()" should set the property value]
expected: FAIL
[e.style['filter'\] = "brightness()" should set the property value]
expected: FAIL
[e.style['filter'\] = "opacity()" should set the property value]
expected: FAIL
[e.style['filter'\] = "hue-rotate()" should set the property value]
expected: FAIL