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

Unified Diff: LayoutTests/fast/dom/getElementsByClassName/dumpNodeList.html

Issue 143453010: Have getElementsByClassName() / getElementsByTagName*() return an HTMLCollection (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Null HTMLCollection handling Created 6 years, 11 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/getElementsByClassName/dumpNodeList.html
diff --git a/LayoutTests/fast/dom/getElementsByClassName/dumpNodeList.html b/LayoutTests/fast/dom/getElementsByClassName/dumpNodeList.html
index d4e68acb58045d52d7b4235f91f4d51e08a309a1..bbeb3e3b6b524429a2f4809e4201c6d76e1fbec4 100644
--- a/LayoutTests/fast/dom/getElementsByClassName/dumpNodeList.html
+++ b/LayoutTests/fast/dom/getElementsByClassName/dumpNodeList.html
@@ -14,7 +14,7 @@
document.getElementById("console").appendChild(item);
}
- NodeList.prototype.dump = function()
+ HTMLCollection.prototype.dump = function()
{
var result = "";
var i = 0;

Powered by Google App Engine
This is Rietveld 408576698