3 <script src=
"../../resources/js-test.js"></script>
6 testRunner
.dumpAsText();
10 <select name=
"myselect" style=
"visibility: hidden;">
11 <option value=
"1">A
</option>
12 <option value=
"2">B
</option>
15 description("This tests that <select> elements are available by name through document.all.");
16 shouldBe("document.all.myselect.length", "2");