| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <script> | 3 <script> |
| 4 if (window.testRunner) { | 4 if (window.testRunner) { |
| 5 testRunner.dumpAsText(); | 5 testRunner.dumpAsText(); |
| 6 testRunner.dumpCreateView(); | 6 testRunner.dumpCreateView(); |
| 7 testRunner.setCanOpenWindows(); | 7 testRunner.setCanOpenWindows(); |
| 8 testRunner.setCloseRemainingWindowsWhenComplete(); | 8 testRunner.setCloseRemainingWindowsWhenComplete(); |
| 9 testRunner.waitUntilDone(); | 9 testRunner.waitUntilDone(); |
| 10 } | 10 } |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 This test opens a new window by middle-clicking on a link with | 24 This test opens a new window by middle-clicking on a link with |
| 25 target=_blank. It passes, if the WebViewClient::createView method was | 25 target=_blank. It passes, if the WebViewClient::createView method was |
| 26 invoked with the parameter "done.html". | 26 invoked with the parameter "done.html". |
| 27 </p> | 27 </p> |
| 28 <p> | 28 <p> |
| 29 <a href="resources/done.html" id="link" target="_blank">link</a> | 29 <a href="resources/done.html" id="link" target="_blank">link</a> |
| 30 </p> | 30 </p> |
| 31 </div> | 31 </div> |
| 32 </body> | 32 </body> |
| 33 </html> | 33 </html> |
| OLD | NEW |