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

Side by Side Diff: LayoutTests/fast/block/self-collapsing-block-gets-layout-during-margin-collapsing.html

Issue 1222693005: Self-collapsing block gets layout set during margin collapsing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 5 years, 5 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 | « no previous file | LayoutTests/fast/block/self-collapsing-block-gets-layout-during-margin-collapsing-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 h5 {
4 margin-bottom: -3157%;
5 clear: both;
6 }
7 </style>
8 <div style="float: left;"></div>
9 <h2></h2>
10 <img>
11 <h5></h5>
12 <h5 id="last"></h5>
13 <h5 data-expected-height=0></h5>
14 <p> crbug.com/501726: layout gets set on self-collapsing block during margin col lapsing</p>
15 <script src="../../resources/check-layout.js"></script>
16 <script>
17 checkLayout("h5");
18 </script>
19
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/block/self-collapsing-block-gets-layout-during-margin-collapsing-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698