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

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

Issue 2344403002: 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
Index: third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-removeItem-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-removeItem-expected.txt b/third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-removeItem-expected.txt
deleted file mode 100644
index 6b87287ae2bc4c2fa0410611770b9bb3ade70299..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-removeItem-expected.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-ABC
-ABC
-This is a test of the SVGLengthList::removeItem() API.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-
-Check initial list state of text1
-PASS text.x.baseVal.numberOfItems is 5
-PASS text.x.baseVal.getItem(0).value is 500
-PASS text.x.baseVal.getItem(1).value is 50
-PASS text.x.baseVal.getItem(2).value is 100
-PASS text.x.baseVal.getItem(3).value is 900
-PASS text.x.baseVal.getItem(4).value is 150
-PASS text.x.baseVal.getItem(5) threw exception IndexSizeError: Failed to execute 'getItem' on 'SVGLengthList': The index provided (5) is greater than or equal to the maximum bound (5)..
-
-Remove fourth item of text1
-PASS text.x.baseVal.removeItem(0).value is 500
-
-Remove third item of text1
-PASS text.x.baseVal.removeItem(2).value is 900
-
-The test passes if you only see 'PASS' messages, and both text elements on top look the same
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698