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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/filter-region.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-region.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/filter-region.html b/third_party/WebKit/LayoutTests/css3/filters/filter-region.html
index 99de2392065dd8918efd44e60486b85110038d39..0f64f519e5099f8ba6e2dbc2ad262e46980876e1 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/filter-region.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/filter-region.html
@@ -10,7 +10,7 @@
left: 20px;
background-color: green;
outline: 4px solid black;
- -webkit-filter: blur(0);
+ filter: blur(0);
}
.indicator {

Powered by Google App Engine
This is Rietveld 408576698