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

Side by Side Diff: LayoutTests/fast/table/height-percent-test-vertical.html

Issue 249723003: Remove main frame overflow from some non-scrollbar tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Windows expectations Created 6 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 | Annotate | Revision Log
OLDNEW
1 <body style="overflow: hidden;">
1 <div style="-webkit-writing-mode: vertical-rl;"> 2 <div style="-webkit-writing-mode: vertical-rl;">
2 <div style="margin: 1em; width: 24px; border: 1px solid black;"><div style="floa t:left"> 3 <div style="margin: 1em; width: 24px; border: 1px solid black;"><div style="floa t:left">
3 <div style="height: 100px; background-color:green; width:100%"></div> 4 <div style="height: 100px; background-color:green; width:100%"></div>
4 5
5 </div></div> 6 </div></div>
6 7
7 <div style="margin: 1em; width: 24px; border: 1px solid black;"><div style="floa t:left"> 8 <div style="margin: 1em; width: 24px; border: 1px solid black;"><div style="floa t:left">
8 <table bgcolor=red width=100% cellpadding=0 cellspacing=0><tr><td><img border=0 width=22 height=96 style="background-color:green"></td></tr></table> 9 <table bgcolor=red width=100% cellpadding=0 cellspacing=0><tr><td><img border=0 width=22 height=96 style="background-color:green"></td></tr></table>
9 </div></div> 10 </div></div>
10 11
11 <div style="margin: 1em; border: 1px solid black;"><div> 12 <div style="margin: 1em; border: 1px solid black;"><div>
12 <div style="height: 100px; background-color:green; width:100%"></div> 13 <div style="height: 100px; background-color:green; width:100%"></div>
13 </div></div> 14 </div></div>
14 15
15 <div style="margin: 1em; border: 1px solid black;"><div> 16 <div style="margin: 1em; border: 1px solid black;"><div>
16 <table bgcolor=red width=100% cellpadding=0 cellspacing=0><tr><td><img border=0 width=22 height=96 style="background-color:green"></td></tr></table> 17 <table bgcolor=red width=100% cellpadding=0 cellspacing=0><tr><td><img border=0 width=22 height=96 style="background-color:green"></td></tr></table>
17 </div></div> 18 </div></div>
18 </div> 19 </div>
20 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698