Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
<!DOCTYPE html>
<html class="reftest-wait"><head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252"></head><body>
<style>
html{columns:50px auto}
body{display:grid}
div{height:200px}
</style>
<script>
window.onload=function(){
var b = document.body, v;
setTimeout(function(){
v.style.overflow = "hidden";
document.documentElement.className = '';
},100);
};
</script>
<div></div><div></div><div style="overflow: hidden;"></div></body></html>