Index: LayoutTests/css3/filters/filter-property-computed-style-expected.txt |
diff --git a/LayoutTests/css3/filters/filter-property-computed-style-expected.txt b/LayoutTests/css3/filters/filter-property-computed-style-expected.txt |
index 561e4f9b35f72a7a328da3921cd50104131c5438..b596638d0b27ff97f0210ff8e1e8bff0aa7ea09b 100644 |
--- a/LayoutTests/css3/filters/filter-property-computed-style-expected.txt |
+++ b/LayoutTests/css3/filters/filter-property-computed-style-expected.txt |
@@ -188,10 +188,10 @@ Color then three values with zero length : drop-shadow(#abc 0 0 0) |
PASS filterStyle is "drop-shadow(rgb(170, 187, 204) 0px 0px 0px)" |
Three values with zero length : drop-shadow(0 0 0) |
-PASS filterStyle is "drop-shadow(rgba(0, 0, 0, 0) 0px 0px 0px)" |
+PASS filterStyle is "drop-shadow(rgb(0, 0, 0) 0px 0px 0px)" |
Two values no color : drop-shadow(1px 2px) |
-PASS filterStyle is "drop-shadow(rgba(0, 0, 0, 0) 1px 2px 0px)" |
+PASS filterStyle is "drop-shadow(rgb(0, 0, 0) 1px 2px 0px)" |
Multiple operations : grayscale(0.5) sepia(0.25) saturate(0.75) hue-rotate(35deg) invert(0.2) opacity(0.9) blur(5px) |
PASS filterStyle is "grayscale(0.5) sepia(0.25) saturate(0.75) hue-rotate(35deg) invert(0.2) opacity(0.9) blur(5px)" |