testing/web-platform/tests/css/css-backgrounds/reference/box-shadow-body-ref.html
author Lando <lando@lando.test>
Thu, 10 Jul 2025 16:11:40 +0000 (89 minutes ago)
changeset 795966 8f464d9c468ba1a7c1b0338deaa8bc8023f8ae3d
parent 447318 d94695f279159a02b853a95ab4ea2f10a9e65d81
permissions -rw-r--r--
Merge autoland to mozilla-central
<!DOCTYPE html>
<html>
<head>
    <title>CSS box-shadow Test Reference</title>
    <link rel="author" title="fmalita" href="mailto:fmalita@chromium.org">
    <style type="text/css">
    html {
        background-color: white;
    }
    body {
        position: relative;
        box-shadow: 0 0 0 4px red;
        height: 300px;
        width: 600px;
        margin: 20px auto;
    }
    </style>
</head>
<body></body>
</html>