testing/web-platform/tests/css/css-backgrounds/reference/border-image-slice-006-ref.html
author Duncan McIntosh <dmcintosh@mozilla.com>
Wed, 09 Jul 2025 19:42:02 +0000 (4 hours ago)
changeset 795924 9ccc6a2267cbf69c621fec973bd28573c2a45a1f
parent 675983 bc8a01cf72e97fe5a66e564476ba56288b58e155
permissions -rw-r--r--
Bug 1966586 - Reuse other browser windows when opening _blank links in Taskbar Tabs windows. r=nrishel This doesn't affect other tab additions, nor does it stop the tab bar from appearing altogether. The idea is that _if_ another tab is somehow made, the user should see it; but we should not create new tabs if we can avoid it. This also adds tests for opening URIs in popups and taskbar tabs to make it less likely that this breaks in future. Differential Revision: https://phabricator.services.mozilla.com/D253726
<!DOCTYPE html>

  <meta charset="UTF-8">

  <title>CSS Reftest reference</title>

  <style>
  div
    {
      background-color: green;
      height: 30px;
      margin: 50px;
      position: relative;
      width: 30px;
    }

  div#top-right
    {
      left: 130px;
      bottom: 80px;
    }

  div#bottom-left
    {
      bottom: 30px;
    }

  div#bottom-right
    {
      left: 130px;
      bottom: 110px;
    }
  </style>

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

  <div id="top-left"></div><div id="top-right"></div><div id="bottom-left"></div><div id="bottom-right"></div>