Sign in
webkit
/
WebKit
/
82a13f1781ea5e79563e8403cb24ef9fd1c857db
/
.
/
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>