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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/blur-filter-page-scroll-parents.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-parents.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/blur-filter-page-scroll-parents.html b/third_party/WebKit/LayoutTests/css3/filters/blur-filter-page-scroll-parents.html
index b378d836d70374c5f261c9ccfcaa932dcac43d1c..2c5220afdb1f4cf2eb7da80df07762f1903334ee 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/blur-filter-page-scroll-parents.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/blur-filter-page-scroll-parents.html
@@ -20,12 +20,12 @@
}
.blur {
- -webkit-filter: blur(1px);
+ filter: blur(1px);
}
.layer {
/* Using very subtle grayscale to keep the green & red still visible. */
- -webkit-filter: grayscale(0.1);
+ filter: grayscale(0.1);
}
#fixedBox {

Powered by Google App Engine
This is Rietveld 408576698