| Index: LayoutTests/fast/multicol/span/insert-spanner8.html
|
| diff --git a/LayoutTests/fast/multicol/span/insert-spanner8.html b/LayoutTests/fast/multicol/span/insert-spanner8.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..78371ed21b90593b2e5c52e533592d279d7937f8
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/span/insert-spanner8.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="float:left; overflow:hidden;">
|
| + <div style="-webkit-columns:3; columns:3;"><div id="elm" style="display:none; -webkit-column-span:all; column-span:all;">PASS</div></div>
|
| +</div>
|
|
|