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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/effect-drop-shadow-clip-abspos-expected.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-expected.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/effect-drop-shadow-clip-abspos-expected.html b/third_party/WebKit/LayoutTests/css3/filters/effect-drop-shadow-clip-abspos-expected.html
index 62f0f72649028410ce9f0bd0ea937ffce4ea3e03..4227e8cb140e13cbb88a6b1cc366b32b57c2f923 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/effect-drop-shadow-clip-abspos-expected.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/effect-drop-shadow-clip-abspos-expected.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