testing/web-platform/tests/css/css-backgrounds/box-shadow-calc-ref.html
author Sotaro Ikeda <sotaro.ikeda.g@gmail.com>
Thu, 10 Jul 2025 00:10:09 +0000 (8 hours ago)
changeset 795941 23763b72c35abeead04f63e4503c28abc73d065d
parent 599030 646a056cfabf3f6e6bfe774e0d8d61f29d81ce41
permissions -rw-r--r--
Bug 1976135 - Remove nightly only limitation of pref gfx.webrender.layer-compositor r=gfx-reviewers,gw Differential Revision: https://phabricator.services.mozilla.com/D256379
<!DOCTYPE html>
<style type="text/css">
div {
  width: 100px;
  height: 100px;
  background-color: blue;
  box-shadow: 26px 43px 60px black;
}
</style>
<div>
</div>