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

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

Issue 2531163002: 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/remove-filter-repaint.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/remove-filter-repaint.html b/third_party/WebKit/LayoutTests/css3/filters/remove-filter-repaint.html
index a92ed50dacc95c9398b43f49c10d3abe27213135..6bc11cd63d48047d90a567196413638753530983 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/remove-filter-repaint.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/remove-filter-repaint.html
@@ -28,7 +28,7 @@
color: white;
}
.play.changed {
- -webkit-filter: drop-shadow(black 0 0 5px);
+ filter: drop-shadow(black 0 0 5px);
}
.composited {
transform: translateZ(0);

Powered by Google App Engine
This is Rietveld 408576698