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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/remove-filter-rendering.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-rendering.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/remove-filter-rendering.html b/third_party/WebKit/LayoutTests/css3/filters/remove-filter-rendering.html
index 58f484bd179524137eb54d919a800043f08ecc54..23b521326bb35170ca470747a78f85734585e550 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/remove-filter-rendering.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/remove-filter-rendering.html
@@ -20,7 +20,7 @@ div {
height: 200px;
}
.filtered {
- -webkit-filter: hue-rotate(180deg);
+ filter: hue-rotate(180deg);
background-color: rgb(0, 166, 166);
}
</style>

Powered by Google App Engine
This is Rietveld 408576698