blob: 7a63399493a9bd6dfe823dda4732dcc628641eaf [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Scroll overflow on HTML, paged overflow on BODY</title>
</head>
<body style="overflow:scroll; background:white; color:black;">
<div style="overflow:-webkit-paged-x; overflow:paged-x; -webkit-column-gap:0; width:20em; height:20em; background:cyan;">
<div style="height:35em;">
<p>There should be a relatively small scrollable box (2 pages) with a cyan background here.</p>
<p>The viewport should have scrollbars in both directions (there's not enough content to
make it scrollable, though)</p>
</div>
</div>
</body>
</html>