testing/web-platform/tests/css/css-values/reference/ic-unit-008-ref.html
author dadaa <daisuke.akatsuka@birchill.co.jp>
Wed, 09 Jul 2025 04:53:58 +0000 (7 hours ago)
changeset 795836 a5500d271fe3a1fefb4d81d96fc4abd00d9eade7
parent 600447 7ee0a7ab1d95862b5cf2a89198aa338525a49a68
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>
  @font-face
    {
      font-family: IcTestFullWidth;
      src: url(/css/css-values/resources/IcTestFullWidth.woff2);
    }

  div
    {
      float: left;
      font-family: IcTestFullWidth;
      font-size: 80px; /* arbitrary font size */
      line-height: 1.8; /* arbitrary line-height */
    }

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

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

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

  <div id="blue">&#27700;&#27700;&#27700;&#27700;&#27700;</div>

  <div id="orange">&#27700;&#27700;&#27700;&#27700;&#27700;</div>

  <!--

  水 (CJK water ideograph, U+6C34) glyph == &#27700;

  水 (CJK water ideograph, U+6C34) glyph == &#x6C34;

  -->