Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!doctype html> | 1 <iframe></iframe><iframe src=resources/detached-frame.html></iframe> |
| 2 <script> | 2 <script> |
| 3 if (window.testRunner) { | 3 if (window.testRunner) { |
| 4 testRunner.dumpAsText(); | 4 testRunner.dumpAsText(); |
| 5 testRunner.waitUntilDone(); | 5 testRunner.waitUntilDone(); |
| 6 } | 6 } |
| 7 location = "https://127.0.0.1:8443/security/resources/referrer-on-client-redirec t.html"; | |
| 8 </script> | 7 </script> |
| 8 We pass if we don't crash under ASAN | |
| OLD | NEW |