1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-07-20 22:18:32 +00:00
Files
UXP/layout/reftests/bugs/332557-1-ref.html
T

10 lines
243 B
HTML

<DOCTYPE html>
<html>
<body style="width: 400px">
<div style="overflow:scroll; padding-left: 80px; padding-right: 200px;
background: yellow; height: 200px">
<div style="height: 500px; background: blue;"></div>
</div>
</body>
</html>