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

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: 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 * {
mstensho (USE GERRIT) 2015/07/09 19:21:47 There seriously has to exist a possible test case
4 margin-bottom: -3157%;
5 clear: both;
6 }
7 </style>
8 <table align="left"></table>
9 <h2></h2>
10 <object></object>
11 <ul></ul>
12 <pre></pre>
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

Powered by Google App Engine
This is Rietveld 408576698