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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/css-opacity-with-drop-shadow.html

Issue 2529253002: CSS Filters: Reduce usage of webkit prefix in layout tests (Closed)
Patch Set: Created 4 years, 1 month 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/css-opacity-with-drop-shadow.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/css-opacity-with-drop-shadow.html b/third_party/WebKit/LayoutTests/css3/filters/css-opacity-with-drop-shadow.html
index f084d0ce306ced2323e813622ce655669fa81b38..7ef7316da112484d8b4999637a62126dd8504978 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/css-opacity-with-drop-shadow.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/css-opacity-with-drop-shadow.html
@@ -10,7 +10,7 @@
#filtered {
background-color: black;
opacity: 0.5;
- -webkit-filter: drop-shadow(110px 110px 0 #0f0);
+ filter: drop-shadow(110px 110px 0 #0f0);
width: 100px;
height: 100px;
}

Powered by Google App Engine
This is Rietveld 408576698