summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-backgrounds/reference/box-shadow-body-ref.html
blob: d2ae1ebd84b7ed80bcee9e0b457a41c0b8f17cf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!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>