OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <p>This test should not have a horizontal scrollbar</p> | |
3 | |
4 <div style="width: 400px; height: 100px; overflow-x: hidden; overflow-y: scroll; "> | |
5 <br> | |
6 <br> | |
7 <br> | |
8 <br> | |
9 <br> | |
10 <br> | |
11 <br> | |
12 <br> | |
13 </div> | |
OLD | NEW |