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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/background-image-blur-repaint-expected.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/background-image-blur-repaint-expected.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/background-image-blur-repaint-expected.html b/third_party/WebKit/LayoutTests/css3/filters/background-image-blur-repaint-expected.html
index c468a05ab68e65f4203ea5ffa489fd25e35087d7..99a5e431b9b0854f452fa8264632cdfaf7c8da4c 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/background-image-blur-repaint-expected.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/background-image-blur-repaint-expected.html
@@ -9,7 +9,7 @@
width: 400px;
height: 300px;
background-image: url(resources/reference.png);
- -webkit-filter: blur(8px);
+ filter: blur(8px);
}
.box {
position: absolute;

Powered by Google App Engine
This is Rietveld 408576698