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

Side by Side Diff: LayoutTests/css2.1/t0905-c5526-fltclr-00-c-ag.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 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>CSS 2.1 Test Suite: clear</title> 4 <title>CSS 2.1 Test Suite: clear</title>
5 <style type="text/css"> 5 <style type="text/css">
6 body { overflow: hidden; }
6 div { font: 15px/1 Ahem; color: green; background: red url(support/css1test55 26.png) no-repeat; width: 20em; border: solid black; } 7 div { font: 15px/1 Ahem; color: green; background: red url(support/css1test55 26.png) no-repeat; width: 20em; border: solid black; }
7 p { margin: 1em 0; } 8 p { margin: 1em 0; }
8 .left {float: left;} 9 .left {float: left;}
9 .right {float: right;} 10 .right {float: right;}
10 .one {clear: left;} 11 .one {clear: left;}
11 .two {clear: right;} 12 .two {clear: right;}
12 .three {clear: both;} 13 .three {clear: both;}
13 .four {clear: none;} 14 .four {clear: none;}
14 </style> 15 </style>
15 <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" title=" 9.5 Floats"> 16 <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" title=" 9.5 Floats">
(...skipping 27 matching lines...) Expand all
43 <img alt="[Image]" src="support/swatch-green.png" class="left" height="50"> 44 <img alt="[Image]" src="support/swatch-green.png" class="left" height="50">
44 <img alt="[Image]" src="support/swatch-green.png" class="right" height="50"> 45 <img alt="[Image]" src="support/swatch-green.png" class="right" height="50">
45 <p class="four"> 46 <p class="four">
46 xxxxx xxxx xxx xx x xx xxx xxxx 47 xxxxx xxxx xxx xx x xx xxx xxxx
47 xxxxx xxxx xxx xx x xx xxx xxxx 48 xxxxx xxxx xxx xx x xx xxx xxxx
48 xxxxx xxxx xxx xx x xx xxx xxxx 49 xxxxx xxxx xxx xx x xx xxx xxxx
49 xxxxx xxxx xxx xx x xx xxx xxxx 50 xxxxx xxxx xxx xx x xx xxx xxxx
50 </p> 51 </p>
51 </div> 52 </div>
52 </body> 53 </body>
53 </html> 54 </html>
OLDNEW
« no previous file with comments | « LayoutTests/css2.1/t0905-c5525-fltmrgn-00-c-ag.html ('k') | LayoutTests/css2.1/t1202-counters-08-b.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698