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> |