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

Unified Diff: LayoutTests/fast/dom/HTMLTableRowElement/insertCell-default-argument-expected.txt

Issue 263323004: HTMLTableRowElement.insertCell()'s argument default value should be -1 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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: LayoutTests/fast/dom/HTMLTableRowElement/insertCell-default-argument-expected.txt
diff --git a/LayoutTests/fast/dom/HTMLTableRowElement/insertCell-default-argument-expected.txt b/LayoutTests/fast/dom/HTMLTableRowElement/insertCell-default-argument-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..98cf52e370e058384da98d88a262ed1083ae610e
--- /dev/null
+++ b/LayoutTests/fast/dom/HTMLTableRowElement/insertCell-default-argument-expected.txt
@@ -0,0 +1,15 @@
+Tests that HTMLTableRowElement.insertCell()'s default argument is -1.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS tr.__proto__ is HTMLTableRowElement.prototype
+PASS cells.length is 4
+PASS cells[0].innerHTML is "0"
+PASS cells[1].innerHTML is "1"
+PASS cells[2].innerHTML is "2"
+PASS cells[3].innerHTML is "3"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698