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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/filter-repaint.html

Issue 2534723002: CSS Filters: Reduce usage of webkit prefix in layout tests (Closed)
Patch Set: remove duplicates 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/filter-repaint.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/filter-repaint.html b/third_party/WebKit/LayoutTests/css3/filters/filter-repaint.html
index 2d2b0bbe3a3cd0068d95f45b7dd1aa714bc44f53..cf0df99e6d8fb33989fa99954ae4caf89df24aa7 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/filter-repaint.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/filter-repaint.html
@@ -12,7 +12,7 @@
.blurry {
margin: 50px;
- -webkit-filter: blur(10px);
+ filter: blur(10px);
}
#change {

Powered by Google App Engine
This is Rietveld 408576698