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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/background-image-blur-repaint.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.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/background-image-blur-repaint.html b/third_party/WebKit/LayoutTests/css3/filters/background-image-blur-repaint.html
index 157c8b4248b647fdd272791de4b6b94585d678fd..a00b52291c34ee86bd3cde41c6b502c2b602bda1 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/background-image-blur-repaint.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/background-image-blur-repaint.html
@@ -32,7 +32,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