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

Side by Side Diff: LayoutTests/fast/css/absolute-child-with-percent-height-inside-relative-parent.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
« no previous file with comments | « LayoutTests/fast/css/005.html ('k') | LayoutTests/fast/css/clip-text-in-scaled-div.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <style type="text/css"> 3 <style type="text/css">
4 body {text-align:center;} 4 body {text-align:center; overflow: hidden;}
5 body * { 5 body * {
6 width: 80%; 6 width: 80%;
7 display: inline-block; 7 display: inline-block;
8 } 8 }
9 body > div {background: blue;} 9 body > div {background: blue;}
10 body > div > div {background: red;} 10 body > div > div {background: red;}
11 </style> 11 </style>
12 </head> 12 </head>
13 <body> 13 <body>
14 <div style="height:30px;position:relative;padding-bottom:200px;" > 14 <div style="height:30px;position:relative;padding-bottom:200px;" >
15 <div style="height: 100%;position:absolute;"> 15 <div style="height: 100%;position:absolute;">
16 <img src="resources/show-shoes-vs-pie.png" style ="height: 100%;"> 16 <img src="resources/show-shoes-vs-pie.png" style ="height: 100%;">
17 </div> 17 </div>
18 </div> 18 </div>
19 </body> 19 </body>
20 </html> 20 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/005.html ('k') | LayoutTests/fast/css/clip-text-in-scaled-div.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698