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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/filter-with-opacity-and-children.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-opacity-and-children.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/filter-with-opacity-and-children.html b/third_party/WebKit/LayoutTests/css3/filters/filter-with-opacity-and-children.html
index 50739710d2266751ea41d9881abe09f27eb5f9eb..6aa3757421908f02108fd39e8a585eccb9df214e 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/filter-with-opacity-and-children.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/filter-with-opacity-and-children.html
@@ -9,7 +9,7 @@
height: 100px;
margin: 100px;
opacity: 0.5;
- -webkit-filter: drop-shadow(50px 50px 10px #0f0);
+ filter: drop-shadow(50px 50px 10px #0f0);
}
.child {
position: absolute;

Powered by Google App Engine
This is Rietveld 408576698