summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-backgrounds/inner-border-non-renderable-ref.html
blob: e4e3d3455f2086121be013d317bf36bd05d90518 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
    <title>Testing that child-background doesn't bleed through its parent border for a inner-border-radius that is larger than the content rect</title>
    <link rel="help" href="https://w3c.github.io/csswg-drafts/css-backgrounds/#border-radius">
    <link rel="assert" content="Testing that child-background doesn't bleed through its parent border for a inner-border-radius that is larger than the content rect">
    <style>
        body {
            font-size: 24px;
            color: black;
            margin: 8px;
        }
    </style>
</head>
<body>
    <div> Test passes if no blue square is shown:</div>
</body>
</html>