| Index: LayoutTests/fast/block/float/trailing-float-with-content-expected.html
|
| diff --git a/LayoutTests/fast/block/float/trailing-float-with-content-expected.html b/LayoutTests/fast/block/float/trailing-float-with-content-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..25cdd56abfdb8ff74177005c97d4630c1655e561
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/block/float/trailing-float-with-content-expected.html
|
| @@ -0,0 +1,23 @@
|
| +<!DOCTYPE html>
|
| +<style>
|
| +body {
|
| + margin: 0px;
|
| +}
|
| +#container {
|
| + position: absolute;
|
| + top: 50px;
|
| + width: 300px;
|
| + font: 10px/1 Ahem;
|
| +}
|
| +#green {
|
| + position: absolute;
|
| + top: 112px;
|
| + right: 0px;
|
| +}
|
| +</style>
|
| +<p>crbug.com/487775: There should be a green square to the right (and no assertion failures).</p>
|
| +<div id="container">
|
| + <div id="firstChild" style="display:inline-block; width:101px;"></div>
|
| + <div style="display:inline-block; width:100%; height:100px;"></div>
|
| + <div id="green" style="width:100px; height:100px; background:green;"></div>
|
| +</div>
|
|
|