haikuwebkit/LayoutTests/fast/preloader/input.html

13 lines
392 B
HTML

<body>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpResourceResponseMIMETypes();
}
</script>
This test requires DumpRenderTree to see the log of what resources are loaded.
<script src=resources/non-existant.js></script>
<script>document.write("<plaintext>");</script>
<input src=resources/fail.png type=BUTTON>
<input src=resources/image1.png type=IMAGE>