Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/DOMParser-interface
/
.
/
css
/
css-values
/
support
/
mixed-units-09.html
blob: ee078c95dfe0912f797c2684bd54493ee58e195f [
file
] [
edit
]
<!DOCTYPE html>
<html>
<head>
<style>
body
{
background
:
rgb
(
0
,
0
,
255
);
}
@media
(
height
:
calc
(
50vw
/
0.3125em
*
10px
))
{
body
{
background
:
rgb
(
255
,
165
,
0
);
}
}
</style>
</head>
<body></body>
</html>