Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/tt-attribute-mutation-fix-attribute-node-tests
/
.
/
css
/
css-values
/
support
/
mixed-units-03.html
blob: 0a22fcb5e71c188e037c5be6fb511681128d1860 [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<html>
<head>
<style>
body
{
background
:
rgb
(
0
,
0
,
255
);
}
@media
(
height
:
calc
(
100vw
-
5.625em
))
{
body
{
background
:
rgb
(
255
,
165
,
0
);
}
}
</style>
</head>
<body></body>
</html>