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

Unified Diff: LayoutTests/fast/block/margin-collapse/self-collapsing-block-with-float-children.html

Issue 888743002: Force unitless data-expected attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Redo percentage-height-when-height-specified-by-top-bottom.html onload change Created 5 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/block/margin-collapse/self-collapsing-block-with-float-children.html
diff --git a/LayoutTests/fast/block/margin-collapse/self-collapsing-block-with-float-children.html b/LayoutTests/fast/block/margin-collapse/self-collapsing-block-with-float-children.html
index b281d9fcbd69c02df27a3c70bbe787d1de837faa..964d3223329267780ddd76c7ee05d32618477de9 100644
--- a/LayoutTests/fast/block/margin-collapse/self-collapsing-block-with-float-children.html
+++ b/LayoutTests/fast/block/margin-collapse/self-collapsing-block-with-float-children.html
@@ -19,9 +19,9 @@
<body>
<script src="../../../resources/check-layout.js"></script>
<ul class="cleared-container">
- <li class="floated-child" data-offset-y="30px">These words should</li>
- <li class="floated-child" data-offset-y="30px">be all on the </li>
- <li class="floated-child" data-offset-y="30px">same line.</li>
+ <li class="floated-child" data-offset-y="30">These words should</li>
+ <li class="floated-child" data-offset-y="30">be all on the </li>
+ <li class="floated-child" data-offset-y="30">same line.</li>
</ul>
<p> https://bugs.webkit.org/show_bug.cgi?id=109476 : only the first floated child of a self-collapsing block needs to account
for its collapsed margin. </p>

Powered by Google App Engine
This is Rietveld 408576698