summaryrefslogtreecommitdiffstats
path: root/layout/reftests/meta-viewport/device-height-with-dynamic-toolbar-ref.html
blob: 7d42b3896c5784d3ae220c24a14be0cc86bbe2c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<style>
html {
  scrollbar-width: none;
}
body {
  margin: 0px;
  padding: 0px;
}
div {
  width: 100vw;
  height: 50vh;
}
</style>
<div style="background-color: green;"></div>
<div style="background-color: blue;"></div>