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/dom/svgpath-out-of-bounds-getPathSeg-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/svgpath-out-of-bounds-getPathSeg-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt b/third_party/WebKit/LayoutTests/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt
deleted file mode 100644
index 5b8a824e1d689ea7d306555f91a30e82df2b7a3e..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-Tests that an exception is thrown if we try to get a pathSeg for a length out of the bounds of the path itself.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS path.pathSegList.initialize(); threw exception TypeError: Failed to execute 'initialize' on 'SVGPathSegList': 1 argument required, but only 0 present..
-PASS path.getPathSegAtLength(0) is 0
-PASS path.insertItemBefore(null, 0) threw exception TypeError: path.insertItemBefore is not a function.
-PASS path.replaceItem(null, 0) threw exception TypeError: path.replaceItem is not a function.
-PASS path.appendItem(null) threw exception TypeError: path.appendItem is not a function.
-List correctly initialised.
-PASS path.getPathSegAtLength(0) is 0
-PASS path.insertItemBefore(null, 0) threw exception TypeError: path.insertItemBefore is not a function.
-PASS path.replaceItem(null, 0) threw exception TypeError: path.replaceItem is not a function.
-PASS path.appendItem(null) threw exception TypeError: path.appendItem is not a function.
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698