Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
css
/
viewport-units-zoom-expected.html
blob: 0987351a96fbed323993d2e8f549d9175078ca3c [
file
] [
edit
]
<!DOCTYPE html>
<html>
<head>
<style>
body
{
margin
:
0
;
}
.
box
{
background-color
:
green
;
margin-top
:
20px
;
width
:
50vw
;
height
:
200px
;
}
</style>
</head>
<body>
<div
class
=
"box"
></div>
</body>
</html>