| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <script src="../inspector-test.js"></script> | 3 <script src="../inspector-test.js"></script> |
| 4 <script src="../network-test.js"></script> | 4 <script src="../network-test.js"></script> |
| 5 <script> | 5 <script> |
| 6 | 6 |
| 7 /*function addClassToDiv() | 7 /*function addClassToDiv() |
| 8 { | 8 { |
| 9 // We need to setTimeout, to make sure that style recalculation scheduling | 9 // We need to setTimeout, to make sure that style recalculation scheduling |
| 10 // is really triggered by adding a class to the div. | 10 // is really triggered by adding a class to the div. |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 } | 82 } |
| 83 } | 83 } |
| 84 } | 84 } |
| 85 | 85 |
| 86 dumpInitiator("initiator.css"); | 86 dumpInitiator("initiator.css"); |
| 87 dumpInitiator("size=100"); | 87 dumpInitiator("size=100"); |
| 88 //dumpInitiator("size=200"); | 88 //dumpInitiator("size=200"); |
| 89 //dumpInitiator("size=300"); | 89 //dumpInitiator("size=300"); |
| 90 dumpInitiator("size=400"); | 90 dumpInitiator("size=400"); |
| 91 dumpInitiator("style.css"); | 91 dumpInitiator("style.css"); |
| 92 dumpInitiator("empty.html"); |
| 92 InspectorTest.completeTest(); | 93 InspectorTest.completeTest(); |
| 93 } | 94 } |
| 94 } | 95 } |
| 95 | 96 |
| 96 </script> | 97 </script> |
| 97 </head> | 98 </head> |
| 98 <body onload="runTest()"> | 99 <body onload="runTest()"> |
| 99 <p>Tests resources initiator for images initiated by IMG tag, static CSS, CSS cl
ass added from JavaScript and XHR.</p> | 100 <p>Tests resources initiator for images initiated by IMG tag, static CSS, CSS cl
ass added from JavaScript and XHR.</p> |
| 100 <a href="https://bugs.webkit.org/show_bug.cgi?id=65105">Bug 65105</a> | 101 <a href="https://bugs.webkit.org/show_bug.cgi?id=65105">Bug 65105</a> |
| 101 </body> | 102 </body> |
| 102 </html> | 103 </html> |
| OLD | NEW |