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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/composited-reflected.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
Index: third_party/WebKit/LayoutTests/css3/filters/composited-reflected.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/composited-reflected.html b/third_party/WebKit/LayoutTests/css3/filters/composited-reflected.html
index 784f754d5e8211c42fd30555ec01e7ad7fbb9d2e..cd4147f5e2b8528097e511752d988cf5d5377b75 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/composited-reflected.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/composited-reflected.html
@@ -13,7 +13,7 @@
margin: 10px;
height: 100px;
width: 200px;
- -webkit-filter: sepia(1);
+ filter: sepia(1);
transform: translateZ(1px); /* Use composited filters */
-webkit-box-reflect: below 10px;
}

Powered by Google App Engine
This is Rietveld 408576698