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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/empty-element-with-filter-expected.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-expected.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/empty-element-with-filter-expected.html b/third_party/WebKit/LayoutTests/css3/filters/empty-element-with-filter-expected.html
index 99532de47f98adc95a94a4bb84516c8efc7faad7..97ff1845906a74955a6697148fd8fd6455f1740f 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/empty-element-with-filter-expected.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/empty-element-with-filter-expected.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