Index: LayoutTests/fast/multicol/span/overflow-on-viewport-expected.html |
diff --git a/LayoutTests/fast/multicol/span/overflow-on-viewport-expected.html b/LayoutTests/fast/multicol/span/overflow-on-viewport-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..5a9e21afe375cef1f5754136e1f1ec055d3907f8 |
--- /dev/null |
+++ b/LayoutTests/fast/multicol/span/overflow-on-viewport-expected.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> |
+<!-- We need the below block with restricted height, like in the test. One might think it doesn't |
+ matter, but because of crbug.com/450202 (which might not even be a bug), it does. --> |
+<div style="height:2em;"> |
+ <div style="height:200vh;"></div> |
+ PASS |
+</div> |