| <html> | |
| <head> | |
| <script src="../../resources/js-test-pre.js"></script> | |
| <script> | |
| jsTestIsAsync = true; | |
| </script> | |
| </head> | |
| <body> | |
| <input type="image" id="imageSlow" src="resources/image-slow.pl" style="display:none"> | |
| <div id="console"></div> | |
| <script language="JavaScript"> | |
| var e = document.getElementById("imageSlow"); | |
| shouldBe('e.width', '0'); | |
| shouldBe('e.height', '0'); | |
| finishJSTest(); | |
| </script> | |
| <script src="../../resources/js-test-post.js"></script> | |
| </body> | |
| </html> | |