haikuwebkit/LayoutTests/fast/preloader/scan-body-from-head-import-...

12 lines
297 B
Plaintext

This tests that resources in the body which block parsing (script, css) are preloaded
ahead of other resources (images). It requires DumpRenderTree to see the log of what
resources are loaded.
<img src=resources/image1.png>
<style>
@import "resources/style1.css";
</style>
</body>
</html>
PASS