Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/tt-attribute-mutation-fix-attribute-node-tests
/
.
/
css
/
css-values
/
support
/
mixed-units-08.html
blob: 1ae1d0c30c6848b17c5aea79bc16f2b7670d4d38 [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<html>
<head>
<style>
body
{
background
:
rgb
(
0
,
0
,
255
);
}
@media
(
width
:
calc
((
50vh
*
5em
)
/
4px
))
{
body
{
background
:
rgb
(
255
,
165
,
0
);
}
}
</style>
</head>
<body></body>
</html>