Files
UXP-Fixed/layout/reftests/bugs/987680-1.html
T
2018-02-02 04:16:08 -05:00

19 lines
290 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
.container {
width: 200px;
height: 200px;
overflow: scroll;
position: relative;
}
</style>
</head>
<body>
<div class="container">
<div style="background: green; height: 40px;"></div>
<div style="height: 300px;"></div>
</div>
</body>
</html>