| Index: LayoutTests/fast/multicol/dynamic/spanner-becomes-float-expected.html
|
| diff --git a/LayoutTests/fast/multicol/dynamic/spanner-becomes-float-expected.html b/LayoutTests/fast/multicol/dynamic/spanner-becomes-float-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..aab9088444f59f6c15b8948baf52e4a4cb8b6764
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/dynamic/spanner-becomes-float-expected.html
|
| @@ -0,0 +1,6 @@
|
| +<!DOCTYPE html>
|
| +<p>Set the float property on a spanner so that it ceases to be a spanner.</p>
|
| +<p>There should be three blue <em>squares</em> below.</p>
|
| +<div style="float:left; width:100px; height:100px; margin-right:100px; background:blue;"></div>
|
| +<div style="float:left; width:100px; height:100px; margin-right:100px; background:blue;"></div>
|
| +<div style="float:left; width:100px; height:100px; margin-right:100px; background:blue;"></div>
|
|
|