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..97b29378654284addbce9bd95e53a3d5b3c1c051 |
--- /dev/null |
+++ b/LayoutTests/fast/multicol/span/overflow-on-viewport.html |
@@ -0,0 +1,13 @@ |
+<!DOCTYPE html> |
+<script> |
+ onload = function() { |
+ document.documentElement.scrollTop = 10000; |
+ } |
+</script> |
+<p style="position:fixed;">You should see the word 'PASS' below.</p> |
Julien - ping for review
2015/01/20 14:07:38
Again I would like to see a *description* of what
mstensho (USE GERRIT)
2015/01/20 16:31:56
Done.
|
+<div style="height:4em; -webkit-columns:4;"> |
+ <div style="-webkit-column-span:all; height:2em;"> |
+ <div style="height:200vh;"></div> |
+ PASS |
+ </div> |
+</div> |