| Index: third_party/WebKit/LayoutTests/fast/multicol/out-of-flow/abspos-auto-position-small-on-line-at-boundary-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/multicol/out-of-flow/abspos-auto-position-small-on-line-at-boundary-expected.html b/third_party/WebKit/LayoutTests/fast/multicol/out-of-flow/abspos-auto-position-small-on-line-at-boundary-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..39c9138b0af5d9adedcc1469bee72e86503cd566
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/multicol/out-of-flow/abspos-auto-position-small-on-line-at-boundary-expected.html
|
| @@ -0,0 +1,6 @@
|
| +<!DOCTYPE html>
|
| +<p>There should be a hotpink square below.</p>
|
| +<div style="line-height:20px; margin-top:100px; margin-left:7em;">
|
| + <div style="float:left;"> </div>
|
| + <div style="float:left; width:15px; height:15px; background:hotpink;"></div>
|
| +</div>
|
|
|