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