aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css21_dev/html4/reference/support/html-attribute-017-frame.htm
blob: 16ec08b92859b12170e7acf6b88c551a621e523a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!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-017</title>
        <style type="text/css">
            body
            {
                background-color: green;
            }
        </style>
    </head>
    <body>
    
</body></html>