1
0
Fork 0
firefox/layout/reftests/meta-viewport/desktop-mode-ref.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

24 lines
394 B
HTML

<!DOCTYPE html>
<html>
<meta name="viewport" content="width=device-width">
<style>
html {
height: 100%;
width: 100%;
}
body {
height: 2000px;
width: 200%;
margin: 0px;
padding: 0px;
}
div {
width: 20px;
height: 100%;
top: 0px;
background-color: green;
}
</style>
<div style="right: 0px; position: fixed;"></div>
<div style="right: 25px; position: absolute;"></div>
</html>