mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
15 lines
284 B
HTML
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>
|