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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/effect-contrast.html

Issue 2065593002: Unprefix the CSS 'filter' property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove disabler. Try different DCHECK expressions. Created 4 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: third_party/WebKit/LayoutTests/css3/filters/effect-contrast.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/effect-contrast.html b/third_party/WebKit/LayoutTests/css3/filters/effect-contrast.html
index 063f30d2a94ef73ee75683fab19f97d0dd3ae964..54d7c0073f19d193ae88ca0edc2a768b30af8775 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/effect-contrast.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/effect-contrast.html
@@ -1,6 +1,6 @@
-<img style="-webkit-filter: contrast(0)" src="resources/reference.png">
-<img style="-webkit-filter: contrast(0.5)" src="resources/reference.png">
-<img style="-webkit-filter: contrast(1.0)" src="resources/reference.png">
-<img style="-webkit-filter: contrast(2)" src="resources/reference.png">
-<img style="-webkit-filter: contrast(5)" src="resources/reference.png">
-<img style="-webkit-filter: contrast(10)" src="resources/reference.png">
+<img style="filter: contrast(0)" src="resources/reference.png">
+<img style="filter: contrast(0.5)" src="resources/reference.png">
+<img style="filter: contrast(1.0)" src="resources/reference.png">
+<img style="filter: contrast(2)" src="resources/reference.png">
+<img style="filter: contrast(5)" src="resources/reference.png">
+<img style="filter: contrast(10)" src="resources/reference.png">

Powered by Google App Engine
This is Rietveld 408576698