blob: 1eeb0fdc2306de11a49ab8d59beb95c1727e903a [file] [log] [blame]
<html>
<head>
<title>inline body causes crash with custom scrollbar</title>
<style>
::-webkit-scrollbar { width: 5px; height: 5px; }
</style>
<script>
if (window.layoutTestController)
layoutTestController.dumpAsText();
</script>
</head>
<body style="overflow: scroll; display: inline;">
<div style="width: 5000px; height: 5000px;">No crash means PASS</div>
</body>
</html>