Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: LayoutTests/css3/filters/filter-property-computed-style-expected.txt

Issue 1194733002: Adding the 'filter' context attribute to 2D canvas (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: applied corrections Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)"
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/css3/filters/script-tests/filter-property-computed-style.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698