blob: 4bd43ec50069a258d36ca2e8d527f97dbcd8793f [file] [log] [blame]
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