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

Unified Diff: third_party/WebKit/LayoutTests/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.txt

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/dom/SVGPathSegList-xml-dom-synchronization-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.txt b/third_party/WebKit/LayoutTests/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.txt
deleted file mode 100644
index 657944c6803d3ab5ce598643b9fe91938c22304b..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-This is a test how SVGLengthList reacts to XML DOM modifications.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-PASS path.pathSegList.numberOfItems is 3
-PASS path.getAttribute('d').formatDAttribute() is "M 200 0 L 100 0 L 100 100"
-PASS path.getAttribute('d').formatDAttribute() is "M 200 0 L 100 0 L 100 100 L 0 100"
-PASS path.getAttribute('d').formatDAttribute() is "M 100 0 L 100 0 L 100 100 L 0 100"
-PASS path.getAttribute('d').formatDAttribute() is "M 0 0 L 100 0 L 100 100 L 0 100"
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698