Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <p>The word 'PASS' (flipped) should be seen below.</p> | |
| 3 <div style="float:left; width:10em; height:10em; background:white;"></div> | |
| 4 <div style="-webkit-writing-mode:vertical-rl; float:left; width:12em;"> | |
| 5 <div style="width:12em;"></div> | |
| 6 PASS | |
| 7 </div> | |
| OLD | NEW |