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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/blur-filter-page-scroll.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.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/blur-filter-page-scroll.html b/third_party/WebKit/LayoutTests/css3/filters/blur-filter-page-scroll.html
index c202832c579131281ee460e869fe254996ea423a..ebb402e3c4ccab7a245ec8310b1fbcf824bb7720 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/blur-filter-page-scroll.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/blur-filter-page-scroll.html
@@ -20,7 +20,7 @@
}
.blur {
- -webkit-filter: blur(1px);
+ filter: blur(1px);
}
#fixedBox {

Powered by Google App Engine
This is Rietveld 408576698