tenfourfox/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

15 lines
284 B
HTML

<style>
body { background-color: black }
iframe {
width: 100px;
height: 200px;
margin: 0px;
border: 0px;
}
</style>
<body>
<iframe src="unit-vh-vw-overflow-scroll-iframe.html"></iframe>
<iframe src="unit-vh-vw-overflow-scroll-iframe.html"></iframe>
</body>