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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/filter-mask-clip-order.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-mask-clip-order.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/filter-mask-clip-order.html b/third_party/WebKit/LayoutTests/css3/filters/filter-mask-clip-order.html
index fb6269e963ec60786b5ececf7a8c772fe4e499b0..8785c0dc7a3d84702402cc267884ae14b0063dda 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/filter-mask-clip-order.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/filter-mask-clip-order.html
@@ -20,7 +20,7 @@
-webkit-mask-box-image-repeat: stretch;
-webkit-mask-box-image-source: url(resources/mask.png);
clip: rect(76px, 274px, 274px, 76px);
- -webkit-filter: blur(20px);
+ filter: blur(20px);
}
</style>
</head>

Powered by Google App Engine
This is Rietveld 408576698