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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/filter-with-transform.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-with-transform.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/filter-with-transform.html b/third_party/WebKit/LayoutTests/css3/filters/filter-with-transform.html
index 3063a87a2d5320f361c55550d27ec6dc4ced0293..c6ca58a44e724d3b64a7b3477ad51917591d5691 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/filter-with-transform.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/filter-with-transform.html
@@ -6,7 +6,7 @@ div {
margin-left:40px;
margin-top:40px;
transform: rotate(-30deg);
- -webkit-filter: hue-rotate(100deg);
+ filter: hue-rotate(100deg);
}
</style>
<div>

Powered by Google App Engine
This is Rietveld 408576698