aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/reference/iframe-001-ref.xht
blob: fc3bd86aa85fd707769c4f35cd76f75f21009d8c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
        <title>CSS Reftest Reference</title>
        <link href="mailto:mibalan@adobe.com" rel="author" title="Mihai Balan" />
        <style>
        .region {
            width: 400px;
            height: 300px;
        }
        </style>
    </head>
    <body>
        <p>Test passes if you see horizontal green rectangle and no red.</p>

        <div class="region">
            <iframe width="400" height="300" class="flow" frameborder="0" src="../support/3d-filler.html"></iframe>
        </div>
    
</body></html>