haikuwebkit/LayoutTests/quicklook/resources/invalid-ql-id-url.xls

12 lines
224 B
Plaintext

<html>
<script>
if (window.testRunner)
testRunner.dumpResourceLoadCallbacks();
</script>
<body>
We should not attempt to load the image URL below:
<br>
<img src="x-apple-ql-id://nonexistent.jpg">
</body>
</html>