testing/web-platform/tests/css/css-backgrounds/reference/box-shadow-table-border-collapse-001-ref.html
author Sotaro Ikeda <sotaro.ikeda.g@gmail.com>
Thu, 10 Jul 2025 00:10:09 +0000 (9 hours ago)
changeset 795941 23763b72c35abeead04f63e4503c28abc73d065d
parent 538585 e5308cfdfde53a508191a86697d8ef540c0b4460
permissions -rw-r--r--
Bug 1976135 - Remove nightly only limitation of pref gfx.webrender.layer-compositor r=gfx-reviewers,gw Differential Revision: https://phabricator.services.mozilla.com/D256379
<!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
    {
      background-color: orange;
      border: blue solid 30px;
      box-shadow: 20px 20px darkgray;
      height: 100px;
      width: 100px;
    }
  </style>

    <p>Test passes if there is a filled orange square with a thick blue border and if such square has a gray outer shadow at its bottom and at its right side.

  <div></div>