Home | History | Annotate | Download | only in script-tests

Lines Matching refs:getElementById

5 shouldBe("document.getElementById('test1').control.id", "'inputId1'");
9 shouldBe("document.getElementById('test2').htmlFor", "'inputId2'");
10 shouldBe("document.getElementById('test2').control.type", "'number'");
14 shouldBe("document.getElementById('test3').control.id", "'inputId3'");
19 shouldBe("document.getElementById('test4').control.id", "'inputId4'");
24 shouldBe("document.getElementById('test5').control.id", "'inputId5'");
29 shouldBe("document.getElementById('test6').control.id", "'inputId6'");
34 shouldBe("document.getElementById('test7').control.id", "'inputId7'");
38 shouldBe("document.getElementById('test8').control", "null");
42 shouldBe("document.getElementById('test9').htmlFor", "'divId'");
43 shouldBe("document.getElementById('test9').control", "null");
47 shouldBe("document.getElementById('test10').htmlFor", "'fsId'");
48 shouldBe("document.getElementById('test10').control", "null");
52 shouldBe("document.getElementById('test11').htmlFor", "'legendId'");
53 shouldBe("document.getElementById('test11').control", "null");
57 shouldBe("document.getElementById('test12').htmlFor", "'optgroupId'");
58 shouldBe("document.getElementById('test12').control", "null");
62 shouldBe("document.getElementById('test13').htmlFor", "'optionId'");
63 shouldBe("document.getElementById('test13').control", "null");