testing/web-platform/tests/css/css-values/support/mixed-units-10.html
author dadaa <daisuke.akatsuka@birchill.co.jp>
Wed, 09 Jul 2025 04:53:58 +0000 (13 hours ago)
changeset 795836 a5500d271fe3a1fefb4d81d96fc4abd00d9eade7
parent 683655 d447d22cc1cbf776692b3d43c32298effdf63ffa
permissions -rw-r--r--
Bug 1957280: Limit user's mouse amount for tree component r=places-reviewers,reusable-components-reviewers,masayuki,mstriemer Differential Revision: https://phabricator.services.mozilla.com/D251224
<!DOCTYPE html>
<html>
  <head>
    <style>
      body {
        background: rgb(0, 0, 255);
      }
      @media (width: calc(10vw / 10px * 1000vh)) {
        body {
          background: rgb(255, 165, 0);
        }
      }
    </style>
  </head>
  <body></body>
</html>