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); |