summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-border-radius-with-alpha-ref.html
blob: 5cfe13c40d465a5cd0cebfbafbb8db9d45491cbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<style>
div {
    background-color: green;
    height: 110px;
    position: absolute;
    width: 150px;
    top: 70px;
}
</style>
<p>There should be no red.</p>
<div></div>