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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/filter-repaint-composited-fallback-crash.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-crash.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/filter-repaint-composited-fallback-crash.html b/third_party/WebKit/LayoutTests/css3/filters/filter-repaint-composited-fallback-crash.html
index cb5f922eeeaf70923a1b41850f187940f47ee420..5afc2643f307ba8c0a880329196c4c5a1f325f01 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/filter-repaint-composited-fallback-crash.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/filter-repaint-composited-fallback-crash.html
@@ -22,13 +22,13 @@
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;
}
.before {
- -webkit-filter: blur(5px) drop-shadow(0px 0px 1px blue);
+ filter: blur(5px) drop-shadow(0px 0px 1px blue);
}
</style>

Powered by Google App Engine
This is Rietveld 408576698