summaryrefslogtreecommitdiffstats
path: root/layout/reftests/meta-viewport/remove-overflow-hidden-region-ref.html
blob: 12c5cfacc7a4d6097e8ff6d8ee70639ea5c34f47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
html {
  overflow: hidden;
}
html, body {
  margin: 0;
  width: 100%;
  height: 100%;
}
div {
  position: absolute;
}
</style>
<div style="background: blue; width: 100%; height: 100%;"></div>
</html>