Index: third_party/WebKit/LayoutTests/fast/multicol/scrollable-basic.html |
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/scrollable-basic.html b/third_party/WebKit/LayoutTests/fast/multicol/scrollable-basic.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..1079a837ef2ec58b4c777f6b7e05d4f04f7d6b12 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/multicol/scrollable-basic.html |
@@ -0,0 +1,9 @@ |
+<!DOCTYPE html> |
+<p>The word "PASS" should be seen below.</p> |
+<div id="scrollable" style="overflow:hidden; columns:1; column-gap:0; width:100px; height:100px;"> |
+ <div style="height:10000px;"></div> |
+ PASS |
+</div> |
+<script> |
+ document.getElementById("scrollable").scrollLeft = 10000; |
+</script> |