aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css21_dev/html4/reference/support/html-attribute-022-frame.htm
blob: 9271da3cd0cf9e886e5fe1b4fe7b233f40747b3e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
        <title>CSS Test Suite: Frame for html-attribute-022</title>
        <style type="text/css">
            *
            {
                background-color: green;
                margin: 0;
            }
        </style>
    </head>
    <body>
        <div>Filler Text</div>
    
</body></html>