| Index: LayoutTests/fast/block/margin-collapse/self-collapsing-block-getting-layout-set.html
|
| diff --git a/LayoutTests/fast/block/margin-collapse/self-collapsing-block-getting-layout-set.html b/LayoutTests/fast/block/margin-collapse/self-collapsing-block-getting-layout-set.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..8ce28fadbd82e857393bebc07d0d304a5ec08273
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/block/margin-collapse/self-collapsing-block-getting-layout-set.html
|
| @@ -0,0 +1,19 @@
|
| +<!DOCTYPE html>
|
| +<style>
|
| +*{clear:right;border-style:inherit;}
|
| +.float{float:left;}
|
| +</style>
|
| +<div class="float">
|
| + <ruby>
|
| + </ruby>
|
| + <ruby>
|
| + </ruby>
|
| +</div>
|
| +<div id="test-output">
|
| + crbug.com/479562: self-collapsing blocks getting layout set
|
| +</div>
|
| +<hr data-expected-height=0>
|
| +<script src="../../../resources/check-layout.js"></script>
|
| +<script type="text/javascript">
|
| + window.checkLayout("hr", document.getElementById("test-output"));
|
| +</script>
|
|
|