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

Side by Side Diff: LayoutTests/fast/block/margin-collapse/self-collapsing-cols-creates-block-formatting-context-expected.html

Issue 1020923002: Remove dubious part from fast/block/margin-collapse/self-collapsing-cols-creates-block-formatting-c… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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
« no previous file with comments | « LayoutTests/fast/block/margin-collapse/self-collapsing-cols-creates-block-formatting-context.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE html>
2 <html>
3 <style> 2 <style>
4 .test { 3 .test {
5 margin-top: 10px; 4 margin-top: 10px;
6 width: 40px; 5 width: 40px;
7 height:40px; 6 height:40px;
8 background-color: green; 7 background-color: green;
9 } 8 }
10 </style> 9 </style>
11 <body>
12 https://code.google.com/p/chromium/issues/detail?id=321295 10 https://code.google.com/p/chromium/issues/detail?id=321295
13 The top and bottom margins of a box collapse together only if they are the "top and bottom margins of a box that does not establish a new block formatting cont ext". 11 The top and bottom margins of a box collapse together only if they are the "top and bottom margins of a box that does not establish a new block formatting cont ext".
14 <br> 12 <br>
15 There should be no red below. 13 There should be no red below.
16 <div class="test"></div> 14 <div class="test"></div>
17 <div class="test"></div>
18 </body>
19 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/block/margin-collapse/self-collapsing-cols-creates-block-formatting-context.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698