testing/web-platform/tests/css/css-backgrounds/reference/border-image-slice-007-ref.html
author Lando <lando@lando.test>
Thu, 10 Jul 2025 16:11:40 +0000 (3 hours ago)
changeset 795966 8f464d9c468ba1a7c1b0338deaa8bc8023f8ae3d
parent 552070 a4af8367275121ec7e7321d3448b2674cae6b4ef
permissions -rw-r--r--
Merge autoland to mozilla-central
<!DOCTYPE html>

  <meta charset="UTF-8">

  <title>CSS Reference Test</title>

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

  <style>
  div#outer
    {
      background-color: orange;
      border: blue double 24px;
      margin: 50px;
      padding: 8px;
      width: 216px;
    }

  div#inner
    {
      background-color: green;
      border: blue solid 8px;
      height: 100px;
    }
  </style>

  <p>Test passes if there is a filled green rectangle inside 3 blue borders interleaved with 2 orange borders and <strong>no red</strong>.

  <div id="outer">
    <div id="inner"></div>
  </div>