gecko-dev/layout/base/crashtests/1401840.html

11 строки
180 B
HTML

<!DOCTYPE html>
<style>
html { display: table; }
body { overflow: scroll; }
</style>
<script>
onload = function() {
document.body.style.display = 'inline';
}
</script>