testing/web-platform/tests/css/css-backgrounds/fieldset-inset-shadow-ref.html
author Lando <lando@lando.test>
Thu, 10 Jul 2025 16:11:40 +0000 (12 hours ago)
changeset 795966 8f464d9c468ba1a7c1b0338deaa8bc8023f8ae3d
parent 605038 2c37aa3ea90beb833b3779e935131922245899fd
permissions -rw-r--r--
Merge autoland to mozilla-central
<!doctype html>
<title>CSS Test Reference</title>
<style>
  div {
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    box-shadow: 0 0 0 10px inset black;
  }
</style>
<div></div>