testing/web-platform/tests/css/compositing/root-element-background-margin-opacity.html
author Emilio Cobos Álvarez <emilio@crisal.io>
Thu, 10 Jul 2025 09:08:54 +0000 (5 hours ago)
changeset 795952 1d422913e1cb1658224a2d269f8e4c9e80032d29
parent 779843 1f26e79f1663a80b9509f054d26b84374c001243
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>
<link rel="help" href="https://www.w3.org/TR/compositing-1/#pagebackdrop">
<link rel="help" href="https://crbug.com/40904650">
<link rel="match" href="root-element-background-margin-opacity-ref.html">
<meta name="fuzzy" content="maxDifference=0-1;totalPixels=0-10000">
<style>
html {
  margin: 100px;
  width: 100px;
  height: 100px;
  background: linear-gradient(green, green) top left no-repeat;
  opacity: 0.5;
}
</style>