mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
15 lines
288 B
HTML
15 lines
288 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-x-iframe.html"></iframe>
|
|
<iframe src="unit-vh-vw-overflow-scroll-x-iframe.html"></iframe>
|
|
</body>
|