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

Side by Side Diff: LayoutTests/fast/css/nested-floating-relative-position-percentages.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 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 body { overflow: hidden; }
4 .floatblock { 5 .floatblock {
5 overflow:hidden; 6 overflow:hidden;
6 float:left; 7 float:left;
7 background-color:black; 8 background-color:black;
8 position:relative; 9 position:relative;
9 margin:5px; 10 margin:5px;
10 right:50%; 11 right:50%;
11 } 12 }
12 </style> 13 </style>
13 </head> 14 </head>
14 <body> 15 <body>
15 <div> 16 <div>
16 The six boxes below should be centered in two rows of three. 17 The six boxes below should be centered in two rows of three.
17 </div> 18 </div>
18 <div style="float:left; position:relative; left:50%"> 19 <div style="float:left; position:relative; left:50%">
19 <div class="floatblock"><img width=200 height=200></div> 20 <div class="floatblock"><img width=200 height=200></div>
20 <div class="floatblock"><img width=200 height=200></div> 21 <div class="floatblock"><img width=200 height=200></div>
21 <div class="floatblock"><img width=200 height=200></div> 22 <div class="floatblock"><img width=200 height=200></div>
22 <br> 23 <br>
23 <div class="floatblock"><img width=200 height=200></div> 24 <div class="floatblock"><img width=200 height=200></div>
24 <div class="floatblock"><img width=200 height=200></div> 25 <div class="floatblock"><img width=200 height=200></div>
25 <div class="floatblock"><img width=200 height=200></div> 26 <div class="floatblock"><img width=200 height=200></div>
26 </div> 27 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698