mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-01 05:43:46 +00:00
16 lines
289 B
HTML
16 lines
289 B
HTML
<style>
|
|
body { background-color: black }
|
|
iframe {
|
|
width: 100px;
|
|
height: 200px;
|
|
margin: 0px;
|
|
border: 0px;
|
|
}
|
|
</style>
|
|
|
|
<body>
|
|
<iframe src="unit-vh-vw-overflow-auto-ref-iframe.html"></iframe>
|
|
<iframe src="unit-vh-vw-overflow-auto-ref-iframe.html"></iframe>
|
|
</body>
|
|
|