Skip to content

Commit

Permalink
style: Update wpt expectations.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed May 29, 2019
1 parent 66056bd commit 324aed5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 56 deletions.

This file was deleted.

Expand Up @@ -2,42 +2,15 @@
[Property filter value 'brightness()' computes to 'brightness(0)'] [Property filter value 'brightness()' computes to 'brightness(0)']
expected: FAIL 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)'] [Property filter value 'invert()' computes to 'invert(0)']
expected: FAIL 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)'] [Property filter value 'drop-shadow(1px 2px)' computes to 'drop-shadow(rgb(0, 255, 0) 1px 2px 0px)']
expected: FAIL 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)'] [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 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)'] [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 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

Expand Up @@ -59,30 +59,3 @@
[Serialization should round-trip after setting e.style['filter'\] = "drop-shadow(rgba(4, 5, 6, 0.75) 1px 2px 3px)"] [Serialization should round-trip after setting e.style['filter'\] = "drop-shadow(rgba(4, 5, 6, 0.75) 1px 2px 3px)"]
expected: FAIL 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

0 comments on commit 324aed5

Please sign in to comment.