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

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

Issue 270213007: HTMLTableElement.insertRow()'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/HTMLTableElement/insertRow-default-argument-expected.txt
diff --git a/LayoutTests/fast/dom/HTMLTableSectionElement/insertRow-default-argument-expected.txt b/LayoutTests/fast/dom/HTMLTableElement/insertRow-default-argument-expected.txt
similarity index 68%
copy from LayoutTests/fast/dom/HTMLTableSectionElement/insertRow-default-argument-expected.txt
copy to LayoutTests/fast/dom/HTMLTableElement/insertRow-default-argument-expected.txt
index 6470120c622e11c2800c3a9fde11e5cda74f32ec..74ba24341485f676238b14afaa441949a18db17d 100644
--- a/LayoutTests/fast/dom/HTMLTableSectionElement/insertRow-default-argument-expected.txt
+++ b/LayoutTests/fast/dom/HTMLTableElement/insertRow-default-argument-expected.txt
@@ -1,9 +1,9 @@
-Tests that HTMLTableSectionElement.insertRow()'s default argument is -1.
+Tests that HTMLTableElement.insertRow()'s default argument is -1.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS tb.__proto__ is HTMLTableSectionElement.prototype
+PASS table.__proto__ is HTMLTableElement.prototype
PASS rows.length is 4
PASS rows[0].innerHTML is "0"
PASS rows[1].innerHTML is "1"
« no previous file with comments | « LayoutTests/fast/dom/HTMLTableElement/insertRow-default-argument.html ('k') | Source/core/html/HTMLTableElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698