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