summaryrefslogtreecommitdiffstats
path: root/third_party/webkit/PerformanceTests/MotionMark/tests/bouncing-particles/bouncing-tagged-images.html
blob: f67f14ad36360673eceb1e42abe31633c754a718 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
    <style>
        img {
            position: absolute;
        }
    </style>
    <link rel="stylesheet" type="text/css" href="../resources/stage.css">

    <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="resources/bouncing-particles.js"></script>
    <script src="resources/bouncing-tagged-images.js"></script>
</head>
<body>
    <div id="stage"></div>
</body>
</html>