Sign in
webkit
/
WebKit
/
f5e6ef275acbaca907e686716ff96c7568ea7068
/
.
/
LayoutTests
/
fast
/
css
/
variables
/
env
/
safe-area-inset-env-zero-expected.html
blob: 058d4925fa7b277d796a0620275db4eae54944fa [
file
] [
log
] [
blame
]
<style>
div
{
position
:
absolute
;
left
:
0px
;
top
:
0px
;
width
:
100px
;
height
:
100px
;
background-color
:
green
;
}
</style>
<body>
<div></div>
<p>
The box should be at 0, 0.
</p>