Sign in
webkit
/
WebKit
/
1301b5dddcb28e452a3a8911596f68f5704bd0a8
/
.
/
LayoutTests
/
imported
/
blink
/
css3
/
calc
/
viewport-unit.html
blob: 3358fe9bfb6bafc083aa68a29873b06a15bbb65c [
file
] [
log
] [
blame
]
<!doctype html>
<style>
body
{
margin
:
0
;
height
:
100vh
;
}
div
{
width
:
calc
(
50vw
+
10%
);
height
:
calc
(
50vh
+
10%
);
background-color
:
green
;
}
</style>
<div>
</div>