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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/insertRow-default-argument-expected.txt

Issue 2785963002: Move tests for table elements to LayoutTests/html/tabular_data/. (Closed)
Patch Set: Created 3 years, 9 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/fast/dom/HTMLTableElement/insertRow-default-argument-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/insertRow-default-argument-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/insertRow-default-argument-expected.txt
deleted file mode 100644
index 74ba24341485f676238b14afaa441949a18db17d..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/insertRow-default-argument-expected.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-Tests that HTMLTableElement.insertRow()'s default argument is -1.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS table.__proto__ is HTMLTableElement.prototype
-PASS rows.length is 4
-PASS rows[0].innerHTML is "0"
-PASS rows[1].innerHTML is "1"
-PASS rows[2].innerHTML is "2"
-PASS rows[3].innerHTML is "3"
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698