diff options
Diffstat (limited to 'layout/reftests/meta-viewport/device-height-with-dynamic-toolbar-ref.html')
-rw-r--r-- | layout/reftests/meta-viewport/device-height-with-dynamic-toolbar-ref.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/reftests/meta-viewport/device-height-with-dynamic-toolbar-ref.html b/layout/reftests/meta-viewport/device-height-with-dynamic-toolbar-ref.html new file mode 100644 index 0000000000..7d42b3896c --- /dev/null +++ b/layout/reftests/meta-viewport/device-height-with-dynamic-toolbar-ref.html @@ -0,0 +1,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> |