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

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/use-pathseglist-change-expected.html

Issue 1416273002: Remove SVGPathElement.pathSegList and related interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. 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/custom/use-pathseglist-change-expected.html
diff --git a/third_party/WebKit/LayoutTests/svg/custom/use-pathseglist-change-expected.html b/third_party/WebKit/LayoutTests/svg/custom/use-pathseglist-change-expected.html
deleted file mode 100644
index 69f8e182bd84021d13f83be334df703254c3fdeb..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/svg/custom/use-pathseglist-change-expected.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<!DOCTYPE HTML>
-<svg height="200" width="300">
- <path id="path" d="M50,50 L100,50 L100,200 Z" style="fill:green;"/>
- <use xlink:href="#path" x="100"/>
-</svg>

Powered by Google App Engine
This is Rietveld 408576698