| 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="search-test.js"></script> | 5 <script src="search-test.js"></script> |
| 6 <script> | 6 <script> |
| 7 function test() | 7 function test() |
| 8 { | 8 { |
| 9 InspectorTest.runAfterResourcesAreFinished(["search.js"], step2); | 9 InspectorTest.runAfterResourcesAreFinished(["search.js"], step2); |
| 10 var resource; | 10 var resource; |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 } | 58 } |
| 59 </script> | 59 </script> |
| 60 </head> | 60 </head> |
| 61 <body> | 61 <body> |
| 62 <p>Tests static content provider search.</p> | 62 <p>Tests static content provider search.</p> |
| 63 <a href="https://bugs.webkit.org/show_bug.cgi?id=70354">Bug 70354</a> | 63 <a href="https://bugs.webkit.org/show_bug.cgi?id=70354">Bug 70354</a> |
| 64 | 64 |
| 65 <iframe src="resources/search.html" onload="runTest()"> | 65 <iframe src="resources/search.html" onload="runTest()"> |
| 66 </body> | 66 </body> |
| 67 </html> | 67 </html> |
| OLD | NEW |