Index: LayoutTests/fast/multicol/span/overflow-on-multicol.html |
diff --git a/LayoutTests/fast/multicol/span/overflow-on-multicol.html b/LayoutTests/fast/multicol/span/overflow-on-multicol.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..c72270e6377d85d97a4e2c11a7818d2466eeea65 |
--- /dev/null |
+++ b/LayoutTests/fast/multicol/span/overflow-on-multicol.html |
@@ -0,0 +1,12 @@ |
+<!DOCTYPE html> |
+<script> |
+ onload = function() { |
+ document.getElementById('target').scrollTop = 1000; |
+ } |
+</script> |
+<p>You should see the word 'PASS' below.</p> |
+<div id="target" style="overflow:scroll; line-height:2em; height:4em; -webkit-columns:4;"> |
+ <div style="-webkit-column-span:all; height:2em;"> |
+ <br><br><br><br>PASS |
+ </div> |
+</div> |