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

Unified Diff: third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-appendItemFromClearedList-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
Index: third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-appendItemFromClearedList-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-appendItemFromClearedList-expected.txt b/third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-appendItemFromClearedList-expected.txt
deleted file mode 100644
index 2ab9e73b024aac92e4267914fd6ec799646a9f49..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-appendItemFromClearedList-expected.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-This is a test of the SVGLengthList::appendItem() API.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS list2.numberOfItems is 0
-PASS list1.numberOfItems is 4
-PASS list1.getItem(0).value is 1
-PASS list1.getItem(1).value is 2
-PASS list1.getItem(2).value is 3
-PASS list1.getItem(3).value is 10
-PASS list2.numberOfItems is 0
-The test passes if you only see 'PASS' messages, and test doesn't crash
-PASS successfullyParsed is true
-
-TEST COMPLETE
-ABC
-ABC
-

Powered by Google App Engine
This is Rietveld 408576698