Rubber-stamped by Brady Eidson.
[webbrowser.git] / LayoutTests / inspector / console-format-collections-expected.txt
blob6b2eaeec716e88f2cbd49a627601d320ff2853bd
1 CONSOLE MESSAGE: line 15: [object NodeList]
2 CONSOLE MESSAGE: line 19: [object HTMLCollection]
3 CONSOLE MESSAGE: line 23: [object HTMLOptionsCollection]
4 CONSOLE MESSAGE: line 27: [object HTMLAllCollection]
5 CONSOLE MESSAGE: line 31: [object HTMLCollection]
6 CONSOLE MESSAGE: line 35: [object NodeList]
7 Tests that console nicely formats HTML Collections and NodeLists.
9 console-format-collections.html:15[<select id="sel" name="sel">]
10 console-format-collections.html:19[<script src="inspector-test.js">, <script src="console-tests.js">, <script>]
11 console-format-collections.html:23[<option value="1">one</option>, <option value="2">two</option>]
12 console-format-collections.html:27[<html>, <head>, <script src="inspector-test.js">, <script src="console-tests.js">, <script>, <body onload="onload()">, <p> Tests that console nicely formats HTML Collections and NodeLists. </p>, <div style="display:none">, <form id="f">, <select id="sel" name="sel">, <option value="1">one</option>, <option value="2">two</option>, <input type="radio" name="x" value="x1">, <input type="radio" name="x" value="x2">, <div id="output">]
13 console-format-collections.html:31[<select id="sel" name="sel">, <input type="radio" name="x" value="x1">, <input type="radio" name="x" value="x2">]
14 console-format-collections.html:35[<input type="radio" name="x" value="x1">, <input type="radio" name="x" value="x2">]