Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <div id="header"> | |
| 3 <span style="float:left;"> crbug.com/604095: Passes if it doesn't crash crbug. com/604095: Passes if it doesn't crash crbug.com/604095: Passes if it doesn't cr ash crbug.com/604095: Passes if it doesn't crash</span> | |
| 4 <script> | |
| 5 if (window.testRunner) | |
| 6 testRunner.dumpAsText(); | |
| 7 document.body.offsetTop; | |
| 8 </script> | |
| 9 <style> | |
| 10 html { | |
| 11 writing-mode:vertical-rl; | |
| 12 } | |
| 13 #h { | |
| 14 writing-mode: horizontal-tb; | |
| 15 background-color: green; | |
| 16 } | |
| 17 </style> | |
| 18 <div id="h">Text</div> | |
| 19 </div> | |
| OLD | NEW |