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

Unified Diff: third_party/WebKit/LayoutTests/svg/filters/shadow-on-filter.svg

Issue 1387823003: Remove lingering -webkit-svg-shadow tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months 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/svg/filters/shadow-on-filter.svg
diff --git a/third_party/WebKit/LayoutTests/svg/filters/shadow-on-filter.svg b/third_party/WebKit/LayoutTests/svg/filters/shadow-on-filter.svg
deleted file mode 100644
index ae82fddba446f240db6ff31ced959e186f9f61b9..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/svg/filters/shadow-on-filter.svg
+++ /dev/null
@@ -1,11 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg">
-<defs>
-<filter primitiveUnits="objectBoundingBox" id="filter" x="-50%" y="-50%" width="160%" height="160%" style="-webkit-svg-shadow:10px 10px 3px purple;">
-<feFlood x="-40%" y="-40%" width="50%" height="50%" flood-color="red" style="-webkit-svg-shadow:-4px -4px 0px blue;" result="flood1"/>
-<feFlood x="-20%" y="-20%" width="50%" height="50%" flood-color="green" result="flood2"/>
-<feComposite in="flood1" in2="flood2" width="120%" height="120%" result="comp1" style="-webkit-svg-shadow:4px -1px 3px green;"/>
-<feGaussianBlur stdDeviation="0.0133" style="-webkit-svg-shadow: 6px 4px 8px yellow;"/>
-</filter>
-</defs>
-<rect x="200" y="200" width="300" height="300" fill="green" style="filter:url(#filter);"/>
-</svg>

Powered by Google App Engine
This is Rietveld 408576698