haikuwebkit/LayoutTests/fast/preloader/style-expected.txt

20 lines
357 B
Plaintext

style1.css has MIME type text/css
This test requires DumpRenderTree to see the log of what resources are loaded.
<style>
@charset "ascii";
/* */
@import "resources/style1.css";
em {
@import "resources/fail.css";
}
@import "resources/fail.css";
</style>
<style>
@media print {
@import "resources/fail.css";
}
@import "resources/fail.css";
</style>