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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/blur-filter-page-scroll-self.html

Issue 2529253002: 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/blur-filter-page-scroll-self.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/blur-filter-page-scroll-self.html b/third_party/WebKit/LayoutTests/css3/filters/blur-filter-page-scroll-self.html
index 6513ffd43b98644334e184993de19fec9771a475..ca1c7d1a9b7d46670e4641f5ca4858de617237c3 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/blur-filter-page-scroll-self.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/blur-filter-page-scroll-self.html
@@ -24,7 +24,7 @@
background-color: #000000;
height: 100px;
width: 100%;
- -webkit-filter: blur(1px);
+ filter: blur(1px);
}
#redBox {

Powered by Google App Engine
This is Rietveld 408576698