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

Side by Side Diff: LayoutTests/css2.1/t0905-c5525-fltmrgn-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: float</title> 4 <title>CSS 2.1 Test Suite: float</title>
5 <style type="text/css"> 5 <style type="text/css">
6 body { overflow: hidden; }
6 div { background: red url(support/css1test5525b-0.png) no-repeat; color: gree n; 7 div { background: red url(support/css1test5525b-0.png) no-repeat; color: gree n;
7 font: 15px/1 Ahem; padding: 0; width: 8em; border: solid black; } 8 font: 15px/1 Ahem; padding: 0; width: 8em; border: solid black; }
8 img { float: left; color: red; } 9 img { float: left; color: red; }
9 .test1 { margin: 1em; background: red url(support/css1test5525b-1.png) no-rep eat; } 10 .test1 { margin: 1em; background: red url(support/css1test5525b-1.png) no-rep eat; }
10 .test2 { margin: 1em; background: red url(support/css1test5525b-2.png) no-rep eat; } 11 .test2 { margin: 1em; background: red url(support/css1test5525b-2.png) no-rep eat; }
11 .test2 img { margin-top: 0px; margin-left: 0px; height: 3em; } 12 .test2 img { margin-top: 0px; margin-left: 0px; height: 3em; }
12 .test3 { margin: 1em; background: red url(support/css1test5525b-3.png) no-rep eat; } 13 .test3 { margin: 1em; background: red url(support/css1test5525b-3.png) no-rep eat; }
13 .test3 img { margin-top: 30px; margin-left: 30px; height: 3em; } 14 .test3 img { margin-top: 30px; margin-left: 30px; height: 3em; }
14 .test4 { margin: 3em 1em 1em 3em; background: red url(support/css1test5525b-4 .png) no-repeat; } 15 .test4 { margin: 3em 1em 1em 3em; background: red url(support/css1test5525b-4 .png) no-repeat; }
15 .test4 img { margin-top: -30px; margin-left: -30px; height: 3em; } 16 .test4 img { margin-top: -30px; margin-left: -30px; height: 3em; }
(...skipping 26 matching lines...) Expand all
42 <p class="test5"> 43 <p class="test5">
43 <img alt="FAIL" src="support/swatch-green.png"> 44 <img alt="FAIL" src="support/swatch-green.png">
44 x x x xx x x x 45 x x x xx x x x
45 </p> 46 </p>
46 <p class="test6"> 47 <p class="test6">
47 <img alt="FAIL" src="support/pattern-grg-rrg-rgg.png"> 48 <img alt="FAIL" src="support/pattern-grg-rrg-rgg.png">
48 x x x xx x x x 49 x x x xx x x x
49 </p> 50 </p>
50 </div> 51 </div>
51 </body> 52 </body>
52 </html> 53 </html>
OLDNEW
« no previous file with comments | « LayoutTests/css2.1/t0905-c5525-fltclr-00-c-ag.html ('k') | LayoutTests/css2.1/t0905-c5526-fltclr-00-c-ag.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698