Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / preloader / scan-body-from-head-script-expected.txt
blobf0e94e66f67adaafe705fd90db1f10c00e8b8d62
2 This tests that resources in the body which block parsing (script, css) are preloaded
3 ahead of other resources (images). It requires DumpRenderTree to see the log of what
4 resources are loaded.
5 <img src=resources/image1.png>
6 <script src=resources/script1.js></script>
7 </body>
8 </html>
9 PASS