testing/web-platform/tests/css/css-values/reference/ch-unit-011-ref.html
author dadaa <daisuke.akatsuka@birchill.co.jp>
Wed, 09 Jul 2025 04:53:58 +0000 (7 hours ago)
changeset 795836 a5500d271fe3a1fefb4d81d96fc4abd00d9eade7
parent 459302 570de2c4b58d7bd5024adb1c5da1fc674e4c9e58
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>

  <meta charset="UTF-8">

  <title>CSS Values and Units Test Reference File</title>

  <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">

  <style>
  div
    {
      float: left;
      font-size: 80px; /* arbitrary font size */
      line-height: 1.8; /* arbitrary line-height */
      text-orientation: upright;
      writing-mode: vertical-rl;
    }

  div#blue
    {
      background-color: blue;
      color: blue;
    }

  div#orange
    {
      background-color: orange;
      color: orange;
    }
  </style>

  <p>Test passes if there is a blue rectangle with the <strong>same height</strong> as an orange rectangle.

  <div id="blue">00000</div>

  <div id="orange">00000</div>