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

Unified Diff: third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-getItem-expected.txt

Issue 2340733002: Convert LayoutTests/svg/dom/SVGLengthList*.html js-tests.js to testharness.js based tests (Closed)
Patch Set: Align with review comments Created 4 years, 3 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
« no previous file with comments | « third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-getItem.xhtml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-getItem-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-getItem-expected.txt b/third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-getItem-expected.txt
deleted file mode 100644
index d4b9cd0f5636e59fef1019c32ddfca0a3d82bfae..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-getItem-expected.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-ABC
-This is a test of the SVGLengthList::getItem() API.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-Check lengths of text x item lists
-PASS text1.x.baseVal.numberOfItems is 3
-
-Test with various index parameters
-PASS text1.x.baseVal.getItem(-100) threw exception IndexSizeError: Failed to execute 'getItem' on 'SVGLengthList': The index provided (4294967196) is greater than the maximum bound (3)..
-PASS text1.x.baseVal.getItem(-1) threw exception IndexSizeError: Failed to execute 'getItem' on 'SVGLengthList': The index provided (4294967295) is greater than the maximum bound (3)..
-PASS text1.x.baseVal.getItem(0).value is 50
-PASS text1.x.baseVal.getItem(1).value is 100
-PASS text1.x.baseVal.getItem(2).value is 150
-PASS text1.x.baseVal.getItem(3) threw exception IndexSizeError: Failed to execute 'getItem' on 'SVGLengthList': The index provided (3) is greater than or equal to the maximum bound (3)..
-PASS text1.x.baseVal.getItem(100) threw exception IndexSizeError: Failed to execute 'getItem' on 'SVGLengthList': The index provided (100) is greater than the maximum bound (3)..
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-getItem.xhtml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698