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

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

Issue 2534723002: CSS Filters: Reduce usage of webkit prefix in layout tests (Closed)
Patch Set: remove duplicates 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/filter-repaint-shadow-clipped.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/filter-repaint-shadow-clipped.html b/third_party/WebKit/LayoutTests/css3/filters/filter-repaint-shadow-clipped.html
index be9c1614474e1af2bbcdc95115a254f19e208a84..8382b5b220d7b91aed8ba9acdd5e711880ec58e1 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/filter-repaint-shadow-clipped.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/filter-repaint-shadow-clipped.html
@@ -30,7 +30,7 @@
}
.blur {
- -webkit-filter: drop-shadow(0px -100px 0px blue);
+ filter: drop-shadow(0px -100px 0px blue);
}
</style>

Powered by Google App Engine
This is Rietveld 408576698