Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1248)

Side by Side Diff: LayoutTests/fast/overflow/before-after-overflow-hidden-vertical-writing-mode-rl-expected.html

Issue 10090001: Merge 112582 - REGRESSION (r110065-r110080): Content drawing outside overflow: hidden at ynet.co.il (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1084/
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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="afterOverflow"></div> 27 <div id="afterOverflow"></div>
28 </div> 28 </div>
29 </body> 29 </body>
30 </html> 30 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698