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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/nested-filter.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/nested-filter.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/nested-filter.html b/third_party/WebKit/LayoutTests/css3/filters/nested-filter.html
index 8cf9307e2cf8f3557fa7f4a29cf59099ab5fbc70..40f03fb02c2ded816cc6a4bb2b3b1b8e7430e2f8 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/nested-filter.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/nested-filter.html
@@ -22,7 +22,7 @@ div {
margin-left:40px;
margin-top:40px;
transform: rotate(-30deg);
- -webkit-filter: hue-rotate(100deg);
+ filter: hue-rotate(100deg);
}
#div2 {

Powered by Google App Engine
This is Rietveld 408576698