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/inspector/console/console-format-collections-expected.txt

Issue 119063002: Have HTMLFormElement's named getter return a RadioNodeList. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Test style adjustments + const'ify new RadioNodeList field. Created 7 years 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
« no previous file with comments | « LayoutTests/inspector/console/console-format-collections.html ('k') | Source/core/dom/Node.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/console/console-format-collections-expected.txt
diff --git a/LayoutTests/inspector/console/console-format-collections-expected.txt b/LayoutTests/inspector/console/console-format-collections-expected.txt
index 7c993865d424db7dea1ea35f5d566717bb2b4390..620232d35ba4beea94619896633bfdfc44a0f972 100644
--- a/LayoutTests/inspector/console/console-format-collections-expected.txt
+++ b/LayoutTests/inspector/console/console-format-collections-expected.txt
@@ -3,7 +3,7 @@ CONSOLE MESSAGE: line 19: [object HTMLCollection]
CONSOLE MESSAGE: line 23: [object HTMLOptionsCollection]
CONSOLE MESSAGE: line 27: undefined
CONSOLE MESSAGE: line 31: [object HTMLFormControlsCollection]
-CONSOLE MESSAGE: line 35: [object NodeList]
+CONSOLE MESSAGE: line 35: [object RadioNodeList]
CONSOLE MESSAGE: line 41: 1,2,
CONSOLE MESSAGE: line 44: [object Object]
CONSOLE MESSAGE: line 51: [object Arguments]
@@ -12,7 +12,7 @@ CONSOLE MESSAGE: line 19: [object HTMLCollection]
CONSOLE MESSAGE: line 23: [object HTMLOptionsCollection]
CONSOLE MESSAGE: line 27: undefined
CONSOLE MESSAGE: line 31: [object HTMLFormControlsCollection]
-CONSOLE MESSAGE: line 35: [object NodeList]
+CONSOLE MESSAGE: line 35: [object RadioNodeList]
CONSOLE MESSAGE: line 41: 1,2,
CONSOLE MESSAGE: line 44: [object Object]
CONSOLE MESSAGE: line 51: [object Arguments]
@@ -23,7 +23,7 @@ HTMLCollection[3] console-format-collections.html:19
HTMLOptionsCollection[2] console-format-collections.html:23
HTMLAllCollection[14] console-format-collections.html:27
HTMLFormControlsCollection[3] console-format-collections.html:31
-NodeList[2] console-format-collections.html:35
+RadioNodeList[2] console-format-collections.html:35
Array[2] console-format-collections.html:41
NonArrayWithLength console-format-collections.html:44
Arguments[2] console-format-collections.html:51
@@ -32,7 +32,7 @@ Arguments[2] console-format-collections.html:51
[option, option, selectedIndex: 0, namedItem: function, add: function, remove: function, item: function] console-format-collections.html:23
[html, head, script, script, script, body, p, div, form#f, select#sel, option, option, input, input, item: function, namedItem: function, tags: function] console-format-collections.html:27
[select#sel, input, input, namedItem: function, item: function] console-format-collections.html:31
-[input, input, item: function] console-format-collections.html:35
+[input, input, value: "", item: function] console-format-collections.html:35
[1, Array[2]] console-format-collections.html:41
NonArrayWithLength {keys: Array[0], length: (...)} console-format-collections.html:44
[1, "2"] console-format-collections.html:51
« no previous file with comments | « LayoutTests/inspector/console/console-format-collections.html ('k') | Source/core/dom/Node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698