Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <html> | |
| 2 <head> | |
| 3 | |
| 4 <script> | |
| 5 if (window.testRunner) { | |
| 6 testRunner.dumpAsText(); | |
| 7 testRunner.setStopProvisionalFrameLoads(); | |
| 8 } | |
| 9 </script> | |
| 10 | |
| 11 </head> | |
| 12 <body> | |
| 13 This tests to see if a WebKit app that calls [WebFrame stopLoading] inside of a -webView:didStartProvisionalLoadForFrame: frame load delegate method call crashe s.<br> | |
| 14 This test will only work in DRT | |
| 15 <iframe src="data:text/html,<html></html>"></iframe> | |
| 16 </body> | |
| 17 </html> | |
| OLD | NEW |