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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/effect-drop-shadow-clip-abspos.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-clip-abspos.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/effect-drop-shadow-clip-abspos.html b/third_party/WebKit/LayoutTests/css3/filters/effect-drop-shadow-clip-abspos.html
index c8cfd23898ab580394c7156106ee783d19580528..8e349ddda076d15907ca2819413eeec40349e584 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/effect-drop-shadow-clip-abspos.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/effect-drop-shadow-clip-abspos.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<style>
.container {
- -webkit-filter: drop-shadow(5px 5px 5px black);
+ filter: drop-shadow(5px 5px 5px black);
}
.circle-mask {
border-radius: 80px;

Powered by Google App Engine
This is Rietveld 408576698