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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/effect-drop-shadow-negative-radius.html

Issue 2528263002: CSS Filters: Reduce usage of webkit prefix in animation 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/effect-drop-shadow-negative-radius.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/effect-drop-shadow-negative-radius.html b/third_party/WebKit/LayoutTests/css3/filters/effect-drop-shadow-negative-radius.html
index 18a49310b6fd73ef36519e08099cca2aaf4e461b..f508a1bd028255d83d69a94cb1f317193aac05d4 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/effect-drop-shadow-negative-radius.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/effect-drop-shadow-negative-radius.html
@@ -7,7 +7,7 @@
width: 100px;
height: 100px;
background-color: rgb(0, 255, 0);
- -webkit-filter: drop-shadow(10px 10px -1px rgb(255, 0, 0));
+ filter: drop-shadow(10px 10px -1px rgb(255, 0, 0));
}
</style>
</head>

Powered by Google App Engine
This is Rietveld 408576698