summaryrefslogtreecommitdiffstats
path: root/layout/reftests/scrolling/scrollbars-area-in-iframe-ref-child.html
blob: 6eed6f6b09fdb17bd34285bdb557f7e5eb32fa11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE HTML>
<html>
<meta charset='utf-8'>
<style>
html {
    border: 5px solid lime;
    height: 100vh;
    box-sizing: border-box;
    overflow-y: scroll;
}
</style>
</html>