| Index: LayoutTests/fast/multicol/span/overflow-on-viewport.html
|
| diff --git a/LayoutTests/fast/multicol/span/overflow-on-viewport.html b/LayoutTests/fast/multicol/span/overflow-on-viewport.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..2c1d7816fcf6837439dae22add792de6513bff1c
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/span/overflow-on-viewport.html
|
| @@ -0,0 +1,16 @@
|
| +<!DOCTYPE html>
|
| +<script>
|
| + onload = function() {
|
| + document.documentElement.scrollTop = 10000;
|
| + }
|
| +</script>
|
| +<div style="position:fixed;">
|
| + <p>Test that overflow on a spanner is propagated all the way up to the viewport.</p>
|
| + <p>You should see the word 'PASS' below.</p>
|
| +</div>
|
| +<div style="height:4em; -webkit-columns:4;">
|
| + <div style="-webkit-column-span:all; height:2em;">
|
| + <div style="height:200vh;"></div>
|
| + PASS
|
| + </div>
|
| +</div>
|
|
|