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

Side by Side Diff: LayoutTests/fast/block/float/021.html

Issue 249963002: FCMify layout tests with scrollbar rendering diffs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase 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 .black { 4 .black {
5 border:10px solid black; 5 border:10px solid black;
6 margin: 1em 0; 6 margin: 1em 0;
7 height:220px; 7 height:220px;
8 width:700px; 8 width:700px;
9 } 9 }
10 10
(...skipping 18 matching lines...) Expand all
29 background-color: blue; 29 background-color: blue;
30 } 30 }
31 31
32 .greensnug { 32 .greensnug {
33 float:left; 33 float:left;
34 width:698px; 34 width:698px;
35 height:100px; 35 height:100px;
36 background-color: green; 36 background-color: green;
37 } 37 }
38 </style> 38 </style>
39 <script>
40 if (window.internals) {
41 window.internals.settings.setForceCompositingMode(true);
42 }
43 </script>
39 </head> 44 </head>
40 <body > 45 <body >
41 In all of the examples, you should be able to see blue and green rectangles that spill way out of their 46 In all of the examples, you should be able to see blue and green rectangles that spill way out of their
42 containing blocks. They should be 100px tall and not overlap one another at all . They should be stacked 47 containing blocks. They should be 100px tall and not overlap one another at all . They should be stacked
43 vertically. 48 vertically.
44 49
45 <div class="black"> 50 <div class="black">
46 You should see blue and green rectangles below.<br> 51 You should see blue and green rectangles below.<br>
47 <div class="blue"></div> 52 <div class="blue"></div>
48 <div class="green"></div> 53 <div class="green"></div>
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 119
115 <div class="black"> 120 <div class="black">
116 <div class="bluesnug"></div> 121 <div class="bluesnug"></div>
117 You should see blue above and green below.<br> 122 You should see blue above and green below.<br>
118 <div class="greensnug"></div> 123 <div class="greensnug"></div>
119 </div> 124 </div>
120 125
121 126
122 </body> 127 </body>
123 </html> 128 </html>
OLDNEW
« no previous file with comments | « LayoutTests/css2.1/t0803-c5505-mrgn-02-c.html ('k') | LayoutTests/fast/block/margin-collapse/104.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698