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

Unified Diff: LayoutTests/inspector/console/console-format-collections.html

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
Index: LayoutTests/inspector/console/console-format-collections.html
diff --git a/LayoutTests/inspector/console/console-format-collections.html b/LayoutTests/inspector/console/console-format-collections.html
index 7771fcfb0344919e4aab7584a97f38cc5bfece94..964b43f98db96b1a2d4b685ab180a4fa1abdb2d8 100644
--- a/LayoutTests/inspector/console/console-format-collections.html
+++ b/LayoutTests/inspector/console/console-format-collections.html
@@ -30,7 +30,7 @@ function logToConsole()
var formControls = formElement.elements;
console.log(formControls);
- // RadioNodeList (currently shows NodeList)
+ // RadioNodeList
var radioNodeList = formElement.x;
console.log(radioNodeList);

Powered by Google App Engine
This is Rietveld 408576698