Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!doctype HTML> | |
| 2 Passes if it does not crash. | |
|
wkorman
2016/06/24 18:10:35
Does this crash without the change, in a non-ASAN
chrishtr
2016/07/01 15:43:39
Just crashes in ASAN. But there are ASAN bots that
| |
| 3 <ruby> | |
| 4 test | |
| 5 <rt> | |
| 6 <rtc> | |
| 7 <a style="display:list-item"> | |
| 8 <input style="float:right"></input> | |
| 9 </rtc> | |
| 10 </a> | |
| 11 </rt> | |
| 12 </ruby> | |
| 13 <script> | |
| 14 if (window.testRunner) | |
| 15 window.testRunner.dumpAsText(); | |
| 16 onload = function() { | |
| 17 var mySelection=window.getSelection(); | |
| 18 document.execCommand("SelectAll"); | |
| 19 mySelection.deleteFromDocument(); | |
| 20 } | |
| 21 </script> | |
| OLD | NEW |