1
0
Fork 0
firefox/layout/reftests/meta-viewport/device-height-with-dynamic-toolbar.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

17 lines
384 B
HTML

<!DOCTYPE html>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=1600, height=device-height">
<style>
html {
scrollbar-width: none;
}
body {
margin: 0px;
padding: 0px;
}
div {
width: 100vw;
}
</style>
<div style="height: 100vh; background-color: green;"></div>
<div style="height: 500vh; background-color: blue;"></div>