Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <script> | |
| 3 if (window.testRunner) | |
| 4 testRunner.dumpAsText(); | |
| 5 </script> | |
| 6 <iframe sandbox='allow-scripts' srcdoc='<script>var d = document.implementation. createHTMLDocument("");d.open();console.log("SUCCESS");</script>'></iframe> | |
| OLD | NEW |