testing/web-platform/tests/css/css-backgrounds/reference/background-clip-005-ref.html
author Emilio Cobos Álvarez <emilio@crisal.io>
Thu, 10 Jul 2025 09:08:54 +0000 (4 hours ago)
changeset 795952 1d422913e1cb1658224a2d269f8e4c9e80032d29
parent 392912 9415bff8166863f344256c7a3dd14aa5e038e82b
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 Backgrounds and Borders Reference: background-clip - content-box keyword value</title>
<link rel="author" title="Intel" href="http://www.intel.com">
<style>
  div {
    background-color: green;
    height: 100px;
    left: 30px;
    position: relative;
    top: 30px;
    width: 100px;
  }
</style>
<body>
  <p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
  <div></div>
</body>