Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <div style="writing-mode: vertical-rl; width: 400px; height: 400px; overflow-x: auto; backface-visibility: hidden"> | |
| 3 <div style="position: relative" id="grandparent"> | |
| 4 Some text | |
| 5 <div id="parent"> | |
| 6 <a id="child" style="position: relative">This text should not overlap the other text</a> | |
| 7 | |
| 8 </div> | |
| 9 </div> | |
| 10 <div style="width: 10000px; height:200px; background: yellow"></div> | |
| 11 </div> | |
| OLD | NEW |