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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/filter-repaint-blur.html

Issue 2065593002: Unprefix the CSS 'filter' property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove disabler. Try different DCHECK expressions. Created 4 years, 6 months 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/filter-repaint-blur.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/filter-repaint-blur.html b/third_party/WebKit/LayoutTests/css3/filters/filter-repaint-blur.html
index 6a45c01776db58ab693a4465806681598424b54e..fe9b63544f779cd9b04d603459717f096a010bd7 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/filter-repaint-blur.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/filter-repaint-blur.html
@@ -19,7 +19,7 @@
.blur {
margin: 50px;
- -webkit-filter: blur(10px);
+ filter: blur(10px);
}
</style>

Powered by Google App Engine
This is Rietveld 408576698