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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/add-filter-rendering.html

Issue 2529253002: 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/css3/filters/background-image-blur-repaint.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/css3/filters/add-filter-rendering.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/add-filter-rendering.html b/third_party/WebKit/LayoutTests/css3/filters/add-filter-rendering.html
index 249fd8160b189e6a897617453438093ef43cb094..ce5ad304581a7ad5f1fbef7d4cdb003fd2cf3a91 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/add-filter-rendering.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/add-filter-rendering.html
@@ -17,7 +17,7 @@ div {
height: 200px;
}
.filtered {
- -webkit-filter: hue-rotate(180deg);
+ filter: hue-rotate(180deg);
background-color: rgb(166, 114, 163);
}
</style>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/css3/filters/background-image-blur-repaint.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698