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

Side by Side Diff: LayoutTests/fast/lists/001.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 div { 5 div {
5 border: solid orange; padding: 0.5em 0.5em 0.5em 0.5em; 6 border: solid orange; padding: 0.5em 0.5em 0.5em 0.5em;
6 display: list-item; 7 display: list-item;
7 } 8 }
8 9
9 .float { 10 .float {
10 float: left; 11 float: left;
11 margin-right: 2em; 12 margin-right: 2em;
12 width:100px; 13 width:100px;
13 height:100px; 14 height:100px;
14 background-color: orange; 15 background-color: orange;
15 } 16 }
16 </style> 17 </style>
17 <body> 18 <body>
18 <div style="display:block"> 19 <div style="display:block">
19 <div class="float"></div> 20 <div class="float"></div>
20 <div> 21 <div>
21 <div> 22 <div>
22 <div> 23 <div>
23 List item text. 24 List item text.
24 </div> 25 </div>
25 </div> 26 </div>
26 </div> 27 </div>
27 </div> 28 </div>
28 29
29 <ul><li style="direction: rtl; border:2px solid red; padding:50px">Foo fofodfosj lkdf 30 <ul><li style="direction: rtl; border:2px solid red; padding:50px">Foo fofodfosj lkdf
30 dslkdjlk asdlksjald djklsd klasjdkas sdajd lsadjkl asjdlksajdk </ul> 31 dslkdjlk asdlksjald djklsd klasjdkas sdajd lsadjkl asjdlksajdk </ul>
OLDNEW
« no previous file with comments | « LayoutTests/fast/inline/long-wrapped-line.html ('k') | LayoutTests/fast/lists/001-vertical.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698