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="../resources-test.js"></script> | 4 <script src="../resources-test.js"></script> |
5 <script src="resource-tree-test.js"></script> | 5 <script src="resource-tree-test.js"></script> |
6 <link rel="stylesheet" href="resources/styles-initial.css"> | 6 <link rel="stylesheet" href="resources/styles-initial.css"> |
7 <script> | 7 <script> |
8 function createScriptTag() | 8 function createScriptTag() |
9 { | 9 { |
10 var scriptElement = document.createElement("script"); | 10 var scriptElement = document.createElement("script"); |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 InspectorTest.completeTest(); | 51 InspectorTest.completeTest(); |
52 } | 52 } |
53 } | 53 } |
54 </script> | 54 </script> |
55 </head> | 55 </head> |
56 <body onload="runTest()"> | 56 <body onload="runTest()"> |
57 <p>Tests resource content is correctly loaded if Resource.requestContent was cal
led before network request was finished.</p> | 57 <p>Tests resource content is correctly loaded if Resource.requestContent was cal
led before network request was finished.</p> |
58 <a href="https://bugs.webkit.org/show_bug.cgi?id=90153">Bug 90153</a> | 58 <a href="https://bugs.webkit.org/show_bug.cgi?id=90153">Bug 90153</a> |
59 </body> | 59 </body> |
60 </html> | 60 </html> |
OLD | NEW |