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

Unified Diff: third_party/WebKit/LayoutTests/svg/dynamic-updates/SVGPathElement-valid-arguments-expected.txt

Issue 2413753004: Move getTotalLength and getPointAtLength methods from SVGPathElement to SVGGeometryElement. (Closed)
Patch Set: Align with review comments Created 4 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/dynamic-updates/SVGPathElement-valid-arguments-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/dynamic-updates/SVGPathElement-valid-arguments-expected.txt b/third_party/WebKit/LayoutTests/svg/dynamic-updates/SVGPathElement-valid-arguments-expected.txt
deleted file mode 100644
index b545ee8deb3ac7f1d1016c47a9481d3113fe6e81..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/svg/dynamic-updates/SVGPathElement-valid-arguments-expected.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-PASS pathElement.getPointAtLength() threw exception TypeError: Failed to execute 'getPointAtLength' on 'SVGPathElement': 1 argument required, but only 0 present..
-PASS pathElement.getPointAtLength(NaN) threw exception TypeError: Failed to execute 'getPointAtLength' on 'SVGPathElement': The provided float value is non-finite..
-PASS pathElement.getPointAtLength(Infinity) threw exception TypeError: Failed to execute 'getPointAtLength' on 'SVGPathElement': The provided float value is non-finite..
-PASS pathElement.getPathSegAtLength() threw exception TypeError: Failed to execute 'getPathSegAtLength' on 'SVGPathElement': 1 argument required, but only 0 present..
-PASS pathElement.getPathSegAtLength(NaN) threw exception TypeError: Failed to execute 'getPathSegAtLength' on 'SVGPathElement': The provided float value is non-finite..
-PASS pathElement.getPathSegAtLength(Infinity) threw exception TypeError: Failed to execute 'getPathSegAtLength' on 'SVGPathElement': The provided float value is non-finite..
-PASS successfullyParsed is true
-
-TEST COMPLETE
-Test that correct exceptions are thrown from SVGPathElement methods.
-
-

Powered by Google App Engine
This is Rietveld 408576698