summaryrefslogtreecommitdiffstats
path: root/layout/reftests/meta-viewport/device-height-with-dynamic-toolbar.html
blob: ca4d500236882a53f0e5cb588556352f08f3cab8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!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>