| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <style> | 3 <style> |
| 4 div { | 4 div { |
| 5 height: 100px; | 5 height: 100px; |
| 6 width: 100px; | 6 width: 100px; |
| 7 } | 7 } |
| 8 | 8 |
| 9 div#wrapper { | 9 div#wrapper { |
| 10 -webkit-writing-mode: vertical-lr; | 10 -webkit-writing-mode: vertical-lr; |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 } | 21 } |
| 22 </style> | 22 </style> |
| 23 <body> | 23 <body> |
| 24 <a href="https://bugs.webkit.org/show_bug.cgi?id=82129">82129</a>: REGRESSION (r
110065-r110080): Content drawing outside overflow: hidden at ynet.co.il</a> | 24 <a href="https://bugs.webkit.org/show_bug.cgi?id=82129">82129</a>: REGRESSION (r
110065-r110080): Content drawing outside overflow: hidden at ynet.co.il</a> |
| 25 <p>Your shouldn't see any red on this page, just a green square.</p> | 25 <p>Your shouldn't see any red on this page, just a green square.</p> |
| 26 <div id="wrapper"> | 26 <div id="wrapper"> |
| 27 <div id="beforeOverflow"></div> | 27 <div id="beforeOverflow"></div> |
| 28 </div> | 28 </div> |
| 29 </body> | 29 </body> |
| 30 </html> | 30 </html> |
| OLD | NEW |