| Index: LayoutTests/fast/multicol/span/insert-spanner-child3.html
|
| diff --git a/LayoutTests/fast/multicol/span/insert-spanner-child3.html b/LayoutTests/fast/multicol/span/insert-spanner-child3.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..675b9464c4b922a1640384079bb49e0b2f1d2565
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/span/insert-spanner-child3.html
|
| @@ -0,0 +1,12 @@
|
| +<!DOCTYPE html>
|
| +<script>
|
| + onload = function() {
|
| + var elm = document.getElementById('elm');
|
| + document.body.offsetTop; // trigger layout
|
| + elm.style.display = 'block';
|
| + }
|
| +</script>
|
| +<p>You should see the word "PASS" below.</p>
|
| +<div style="-webkit-columns:3; columns:3;">
|
| + <div style="-webkit-column-span:all; column-span:all;">SS<div id="elm" style="display:none; float:left;">PA</div></div>
|
| +</div>
|
|
|