testing/web-platform/tests/css/css-backgrounds/reference/border-image-shorthand-002-ref.html
author Emilio Cobos Álvarez <emilio@crisal.io>
Thu, 10 Jul 2025 09:08:54 +0000 (3 hours ago)
changeset 795952 1d422913e1cb1658224a2d269f8e4c9e80032d29
parent 552090 e03be3c567bd7bca48872cd9309cfaa4730b63a1
permissions -rw-r--r--
Bug 1976623 - Create drag popups eagerly for now. r=tnikkel,layout-reviewers Trivially restores pre-regression behavior, for now. Differential Revision: https://phabricator.services.mozilla.com/D256769
<!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
    {
      border: green solid 20px;
      height: 100px;
      margin: 50px;
      width: 100px;
    }
  </style>

  <p>Test passes if there are 2 identical green squares and <strong>no red</strong>.

  <div></div>

  <div></div>