Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <h1><button><iframe></iframe></button> | |
| 3 </h1><input><iframe xonload=" | |
|
eseidel
2013/11/15 07:29:52
why is this xonload?
yosin_UTC9
2013/11/15 09:35:17
Oops, I forgot to restore the test.
Fix in https:/
| |
| 4 if (document.counter) | |
| 5 document.counter++; | |
| 6 else | |
| 7 document.counter = 1; | |
| 8 | |
| 9 if (document.counter <= 16) { | |
| 10 document.designMode='on'; | |
| 11 document.execCommand('selectall'); | |
| 12 document.execCommand('italic'); | |
| 13 }" ></iframe> | |
| 14 <script> | |
| 15 if (window.testRunner) | |
| 16 testRunner.dumpAsText(); | |
| 17 onload = function() { | |
| 18 document.body.textContent = 'PASS; NOT CRASHED'; | |
| 19 }; | |
| 20 </script> | |
| OLD | NEW |