Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
master
/
.
/
css
/
css-values
/
support
/
mixed-units-12.html
blob: bb623ff3ec54c19b14cb9e917ff4f03eaf892f68 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
body
{
background
:
rgb
(
0
,
0
,
255
);
}
@media
(
width
:
calc
(
100vw
*
10vh
*
1px
*
0.0625em
/
1px
/
1px
/
1px
))
{
body
{
background
:
rgb
(
255
,
165
,
0
);
}
}
</style>
</head>
<body></body>
</html>