summaryrefslogtreecommitdiffstats
path: root/third_party/webkit/PerformanceTests/MotionMark/tests/dom/compositing-transforms.html
blob: 6d5b0bf5e632890774ae57feabdb922cb4a0ea1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <link rel="stylesheet" type="text/css" href="../resources/stage.css">
    <style>
        img {
            position: absolute;
            width: 80px;
            height: 80px;
        }
    </style>
</head>
<body>
    <div id="stage"></div>
    <script src="../../resources/strings.js"></script>
    <script src="../../resources/extensions.js"></script>
    <script src="../../resources/statistics.js"></script>
    <script src="../resources/math.js"></script>
    <script src="../resources/main.js"></script>
    <script src="../bouncing-particles/resources/bouncing-particles.js"></script>
    <script src="resources/compositing-transforms.js"></script>
</body>
</html>