blob: 24afc07185fe0f4155f9f1d2e34246e59ac2488a [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Dynamically set paged overflow on a DIV element</title>
</head>
<body>
<div id="elm" style="width:30em; height:10em; overflow:-webkit-paged-x; overflow:paged-x;">
There should be no text below.
<div style="margin-top:10em;">FAIL</div>
</div>
</body>
</html>