testing/web-platform/tests/css/css-backgrounds/background-attachment-local-hidden.html
author Emilio Cobos Álvarez <emilio@crisal.io>
Thu, 10 Jul 2025 09:08:54 +0000 (64 minutes ago)
changeset 795952 1d422913e1cb1658224a2d269f8e4c9e80032d29
parent 642953 1833b830170a31c528db2dcbd9b6310a4883aeee
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>
<title>CSS Test: 'overflow: hidden' of 'Background-attachment' with value 'local'</title>
<meta name="fuzzy" content="maxDifference=0-60; totalPixels=0-394">
<link rel="author" title="Lin peng" href="mailto:penglin22@huawei.com" />
<link rel="help" href="https://drafts.csswg.org/css-backgrounds-3/#the-background-attachment" />
<link rel="match" href="reference/background-attachment-local-hidden-ref.html">
<style type="text/css">
  div {
    border: 10px solid rgba(255,0,0,0.5);
    width: 100px;
    height: 100px;
    border-radius: 40px;
    background-color: lightblue;
    overflow: hidden;
    background-attachment: local;
  }
</style>
<div></div>