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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/filter-repaint-shadow.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-shadow.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/filter-repaint-shadow.html b/third_party/WebKit/LayoutTests/css3/filters/filter-repaint-shadow.html
index 57a734294116e7394ae5d709c7664e3b7156a09c..bfcb3a8dafc5ea8d39084136b67d66f5a9f6f4d8 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/filter-repaint-shadow.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/filter-repaint-shadow.html
@@ -19,7 +19,7 @@
.shadow {
margin: 50px;
- -webkit-filter: drop-shadow(10px 10px 10px blue);
+ filter: drop-shadow(10px 10px 10px blue);
}
</style>

Powered by Google App Engine
This is Rietveld 408576698