gecko-dev/layout/reftests/meta-viewport/scrollbars-in-half-height-content-ref.html
Hiroyuki Ikezoe 10f4aacd62 Bug 1508177 - Reftests that check scrollbars are properly appeared by the difference between visual and layout viewports. r=botond,tnikkel
scrollbars-in-landscape-content.html doesn't fail on environments where we don't
use overlay scrollbars because scrollbars for the visual viewport are not
rendered there.

Differential Revision: https://phabricator.services.mozilla.com/D40770

--HG--
extra : moz-landing-system : lando
2019-08-13 22:37:54 +00:00

17 lines
253 B
HTML

<!DOCTYPE html>
<meta name="viewport" content="width=device-width,initial-scale=2">
<style>
html, body {
margin: 0;
width: 100%;
height: 100%;
}
div {
background: green;
position: absolute;
width: 100%;
height: 50%;
}
</style>
<div></div>