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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/empty-element-with-filter.html

Issue 2528263002: CSS Filters: Reduce usage of webkit prefix in animation 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/empty-element-with-filter.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/empty-element-with-filter.html b/third_party/WebKit/LayoutTests/css3/filters/empty-element-with-filter.html
index 23fee2a7dafc96f22de4330b2858f52168ffaad8..ca75974c1358162166f8b849215f8943d7e27ded 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/empty-element-with-filter.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/empty-element-with-filter.html
@@ -4,7 +4,7 @@
width: 160px;
height: 90px;
margin: 10px;
- -webkit-filter: url(#turbulence);
+ filter: url(#turbulence);
filter: url(#turbulence);
}

Powered by Google App Engine
This is Rietveld 408576698