summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/layers/self-painting-outline.html
blob: 972aa7d590d30f1e692c71b8f63aaca9a56bc920 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<style>
    div { padding: 50px; }
    div div {
        padding: 0;
        width: 25px;
        height: 25px;
        background-color: rgb(127, 127, 127);
        outline: 40px solid rgba(0, 0, 0, 0.5);
     }
</style>
<div>
    <div></div>
</div>
<div>
    <div style="overflow: hidden;"></div>
</div>