Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <style> | |
| 3 .CLASS5 { columns:1; } | |
| 4 body *:only-of-type { columns:auto; float:left; } | |
| 5 </style> | |
| 6 <div class="CLASS5"> | |
| 7 <span> | |
| 8 <span contenteditable="true"></span> | |
| 9 </span> | |
| 10 <div> | |
| 11 <div></div> | |
| 12 <script> | |
| 13 document.body.offsetTop; | |
| 14 </script> | |
| 15 <div style="width:200px; writing-mode:vertical-rl;"></div> | |
| 16 </div> | |
| 17 </div> | |
| 18 <script src="../../resources/testharness.js"></script> | |
| 19 <script src="../../resources/testharnessreport.js"></script> | |
| 20 <script> | |
| 21 test(function() { }, "crbug.com/714440: Passes if it does not crash."); | |
| 22 </script> | |
| OLD | NEW |