Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / preloader / image.html
blob5676c87f454263bd49ee77ff96c51373ff4c18a1
1 <body>
2 <script>
3 if (window.testRunner)
4 testRunner.dumpAsText();
6 window.addEventListener('DOMContentLoaded', function() {
7 if (window.internals)
8 console.log(internals.isPreloaded("resources/image1.png") ? "PASS" : "FAIL");
9 }, false);
10 </script>
11 This test requires DumpRenderTree to see the log of what resources are loaded.
12 <script src=resources/non-existant.js></script>
13 <script>document.write("<plaintext>");</script>
14 <img src=resources/image1.png>