aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-transforms-1_dev/html/reference/canvas3d-001-ref.htm
blob: a6efd64c275ddb013712382dafdbea5a5a573218 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html><head>
        <title>CSS Reftest Reference</title>
        <link href="mailto:mibalan@adobe.com" rel="author" title="Mihai Balan">
        <script src="../support/Three.js" type="text/javascript"></script>
		<script src="../support/static-cube.js" type="text/javascript"></script>
        <style>
        .flow,
        .region {
            width: 400px;
            height: 300px;
        }

        .region {
            border: 2px solid black;
        }
        </style>
    </head>
    <body>
        <p>Test passes if you see a cube (with blue, teal and purple sides) inside a black-bordered rectangle and no red.</p>

        <div class="region">
            <div class="flow" id="container">
            	<!-- A WebGL <canvas> will be created here, via script (see static-cube.js) -->
            </div>
        </div>
    

</body></html>