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