summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-masking/clip/reference/clip-vertical-stripe-ref.html
blob: 96ccc2c19c428ddf3717c641db07bce710bb6690 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
    <title>CSS Reftest Reference</title>
    <link rel="author" title="Dirk Schulze" href="mailto:dschulze@adobe.com">
</head>
<body>
    <p>The test passes if there is only a vertical blue stripe.</p>
    <div style="width: 50px; height: 200px; background-color: blue;"></div>
</body>
</html>