diff options
3 files changed, 0 insertions, 56 deletions
diff --git a/tests/wpt/metadata/css/filter-effects/filters-test-brightness-003.html.ini b/tests/wpt/metadata/css/filter-effects/filters-test-brightness-003.html.ini deleted file mode 100644 index df5382158af..00000000000 --- a/tests/wpt/metadata/css/filter-effects/filters-test-brightness-003.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[filters-test-brightness-003.html] - expected: FAIL diff --git a/tests/wpt/metadata/css/filter-effects/parsing/filter-computed.html.ini b/tests/wpt/metadata/css/filter-effects/parsing/filter-computed.html.ini index 5ba47d10857..9b57d470e5b 100644 --- a/tests/wpt/metadata/css/filter-effects/parsing/filter-computed.html.ini +++ b/tests/wpt/metadata/css/filter-effects/parsing/filter-computed.html.ini @@ -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 - diff --git a/tests/wpt/metadata/css/filter-effects/parsing/filter-parsing-valid.html.ini b/tests/wpt/metadata/css/filter-effects/parsing/filter-parsing-valid.html.ini index 274ce737462..b8ca47ff7b3 100644 --- a/tests/wpt/metadata/css/filter-effects/parsing/filter-parsing-valid.html.ini +++ b/tests/wpt/metadata/css/filter-effects/parsing/filter-parsing-valid.html.ini @@ -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 - |