Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / multicol / layers-split-across-columns.html
index d74f5be..07c3e55 100644 (file)
@@ -1,6 +1,7 @@
 <html>
 <head>
 <style>
+body { overflow: hidden; }
 .container { display:inline-block; width:220px; }
 .multicol { -moz-column-width:100px; -moz-column-gap:10px; -webkit-column-width:100px; -webkit-column-gap:10px; column-width:100px; column-gap:10px; column-fill:auto; height:300px; border:5px solid black; }
 .block { width:100px; height:100px }