Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <style> | |
| 3 .CLASS1{display:list-item;} | |
| 4 .CLASS13{float:right;} | |
| 5 </style> | |
| 6 <p>crbug.com/681423: Don't clear floats when moving just some of the children of a ruby run. This test passes if it does not crash.</p> | |
| 7 <script> | |
| 8 if (window.testRunner) | |
| 9 testRunner.dumpAsText(); | |
| 10 function fuzz() { | |
| 11 document.designMode = 'on'; | |
| 12 document.execCommand("selectAll"); | |
| 13 document.execCommand("Strikethrough"); | |
| 14 document.execCommand("Strikethrough"); | |
| 15 } | |
| 16 setTimeout(fuzz); | |
| 17 </script> | |
| 18 <ruby> | |
| 19 <rt> | |
| 20 <rtc class="CLASS1"> | |
| 21 <input class="CLASS13"> | |
| OLD | NEW |