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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/filter-repaint-composited-fallback.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-composited-fallback.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/filter-repaint-composited-fallback.html b/third_party/WebKit/LayoutTests/css3/filters/filter-repaint-composited-fallback.html
index 400be86917d2cc930766a6c6b85847d0b5711fd7..eb94bfa52fc77b2b9de1dc9142a9313d3b8b25fb 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/filter-repaint-composited-fallback.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/filter-repaint-composited-fallback.html
@@ -25,7 +25,7 @@
transform: translate3d(0, 0, 0);
background: red;
margin: 50px;
- -webkit-filter: drop-shadow(0px 0px 1px blue) blur(5px);
+ filter: drop-shadow(0px 0px 1px blue) blur(5px);
width: 0px;
height: 0px;
}

Powered by Google App Engine
This is Rietveld 408576698