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

Side by Side Diff: LayoutTests/fast/block/margin-collapse/self-collapsing-block-getting-layout-set.html

Issue 1157863014: Self-collapsing blocks shouldn't get layout bit sit when handling margins (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 5 years, 6 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 *{clear:right;border-style:inherit;}
4 .float{float:left;}
5 </style>
6 <div class="float">
7 <ruby>
8 </ruby>
9 <ruby>
10 </ruby>
11 </div>
12 <div id="test-output">
13 crbug.com/479562: self-collapsing blocks getting layout set
14 </div>
15 <hr data-expected-height=0>
16 <script src="../../../resources/check-layout.js"></script>
17 <script type="text/javascript">
18 window.checkLayout("hr", document.getElementById("test-output"));
19 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698