| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <script src="../http/tests/inspector/inspector-test.js"></script> | 3 <script src="../http/tests/inspector/inspector-test.js"></script> |
| 4 <script> | 4 <script> |
| 5 function test() | 5 function test() |
| 6 { | 6 { |
| 7 setTimeout(InspectorTest.completeTest.bind(InspectorTest), 3000); | 7 setTimeout(InspectorTest.completeTest.bind(InspectorTest), 3000); |
| 8 WebInspector.showPanel("scripts"); | 8 WebInspector.showPanel("scripts"); |
| 9 | 9 |
| 10 function createMockContentProvider() | 10 function createMockContentProvider() |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 186 }, | 186 }, |
| 187 ]); | 187 ]); |
| 188 } | 188 } |
| 189 </script> | 189 </script> |
| 190 </head> | 190 </head> |
| 191 <body onload="runTest()"> | 191 <body onload="runTest()"> |
| 192 <p>Tests revision support in UISourceCode.</p> | 192 <p>Tests revision support in UISourceCode.</p> |
| 193 <a href="https://bugs.webkit.org/show_bug.cgi?id=97669">Bug 97669</a> | 193 <a href="https://bugs.webkit.org/show_bug.cgi?id=97669">Bug 97669</a> |
| 194 </body> | 194 </body> |
| 195 </html> | 195 </html> |
| OLD | NEW |