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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/filtered-inline.html

Issue 2531163002: 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/filtered-inline.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/filtered-inline.html b/third_party/WebKit/LayoutTests/css3/filters/filtered-inline.html
index e3dcc848422634c959d8252155e927c9c9ef993d..fe354bda80a7b9bde8a75508e7ac1260805545e8 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/filtered-inline.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/filtered-inline.html
@@ -8,7 +8,7 @@
}
.filtered {
- -webkit-filter: blur(10px);
+ filter: blur(10px);
}
div {

Powered by Google App Engine
This is Rietveld 408576698