| Index: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-outermost-expected.html
|
| diff --git a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-outermost-expected.html b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-outermost-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c95e346c9144ab13d6a16cd3a9cfd83f0366b19f
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-outermost-expected.html
|
| @@ -0,0 +1,24 @@
|
| +<!DOCTYPE html>
|
| +<style>
|
| + .container {
|
| + line-height: 100px;
|
| + font: 100px/1 Ahem;
|
| + }
|
| + .short {
|
| + float: left;
|
| + width: 50px;
|
| + height: 20px;
|
| + clear: left;
|
| + margin-bottom: 10px;
|
| + background-color: black;
|
| + }
|
| +</style>
|
| +<body>
|
| + <div class="container">
|
| + <div class="short"></div>
|
| + <div class="short"></div>
|
| + <div class="short"></div>
|
| + XXXX
|
| + </div>
|
| +</body>
|
| +
|
|
|