| Index: third_party/WebKit/LayoutTests/fast/multicol/float-after-break-after.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/multicol/float-after-break-after.html b/third_party/WebKit/LayoutTests/fast/multicol/float-after-break-after.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..45dddc76a2ad2283c86576563eeb6bceba52e16e
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/multicol/float-after-break-after.html
|
| @@ -0,0 +1,6 @@
|
| +<!DOCTYPE html>
|
| +<p>There should be a blue square below.</p>
|
| +<div style="-webkit-columns:2; -webkit-column-gap:0; column-fill:auto; width:4em; height:6em;">
|
| + <div style="-webkit-column-break-after:always; height:4em; background:blue;"></div>
|
| + <div style="float:left; width:100%; height:4em; background:blue;"></div>
|
| +</div>
|
|
|