Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <div style="-webkit-writing-mode: vertical-rl; width: 400px; height: 400px; over flow-x: auto; backface-visibility: hidden"> | |
|
Xianzhu
2016/05/06 22:25:04
Nit: omit '-webkit-' prefix.
chrishtr
2016/05/09 16:47:43
Done.
| |
| 3 <div style="position: relative" id="grandparent"> | |
| 4 Some text | |
| 5 <div id="parent"> | |
| 6 <a id="child" style="position: relative">This text overlaps the other text </a> | |
| 7 | |
| 8 </div> | |
| 9 </div> | |
| 10 <div style="width: 10000px; height:200px; background: yellow"></div> | |
| 11 </div> | |
| OLD | NEW |