Bug 1858832 [wpt PR 42517] - Add additional tests for multiplication/division of...
[gecko.git] / testing / web-platform / tests / css / css-values / support / mixed-units-11.html
blob1d63c899d847bd2150ce94f884887cd2cf035261
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 body {
6 background: rgb(0, 0, 255);
8 @media (width: calc(8000vh * 1vw / 1em * 8px / 40vh)) {
9 body {
10 background: rgb(255, 165, 0);
13 </style>
14 </head>
15 <body></body>
16 </html>