| Index: LayoutTests/fast/multicol/dynamic/spanner-becomes-float.html
|
| diff --git a/LayoutTests/fast/multicol/dynamic/spanner-becomes-float.html b/LayoutTests/fast/multicol/dynamic/spanner-becomes-float.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a8cf8bca2e83d9e5979f806c3400e78696e33b91
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/dynamic/spanner-becomes-float.html
|
| @@ -0,0 +1,10 @@
|
| +<!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="-webkit-columns:3; -webkit-column-gap:0; width:600px;">
|
| + <div id="elm" style="-webkit-column-span:all; width:100px; height:300px; background:blue;"></div>
|
| +</div>
|
| +<script>
|
| + document.body.offsetTop;
|
| + document.getElementById("elm").style.cssFloat = "left";
|
| +</script>
|
|
|