4 <script src=
"../../resources/js-test.js"></script>
9 inputElement
= document
.getElementById("inputElement");
10 shouldBe('inputElement.width', '50');
11 shouldBe('inputElement.height', '50');
17 <body onload=
"test()">
18 <input id=
"inputElement" type=
"image" width=
"50" height=
"50" style=
"display:none">