Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
css
/
variables
/
env
/
safe-area-inset-env-zero.html
blob: 9415638af6544926c751d42d2f99b8537abf2bec [
file
]
<style>
div
{
position
:
absolute
;
left
:
100px
;
top
:
100px
;
width
:
100px
;
height
:
100px
;
background-color
:
green
;
top
:
env
(
safe-area-inset-top
);
left
:
env
(
safe-area-inset-left
);
}
</style>
<body>
<div></div>
<p>
The box should be at 0, 0.
</p>