blob: f06466e8f83d38926438c1094af1b5b9eed416b2 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Dynamically remove paged overflow on the body element</title>
</head>
<body onload="test()">
<div style="height:150vh;">
The word 'PASS' should be seen below.
<div>PASS</div>
</div>
</body>
</html>