summaryrefslogtreecommitdiffstats
path: root/third_party/webkit/PerformanceTests/MotionMark/tests/dom/leaves.html
blob: 625882ebef411b7a558323e6f8a96b23c475dc69 (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
25
26
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <link rel="stylesheet" type="text/css" href="../resources/stage.css">
    <style>
        #stage {
            background-color: #23282B;
        }
        #stage img {
            position: absolute;
        }
    </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="../master/resources/particles.js"></script>
    <script src="../master/resources/leaves.js"></script>
    <script src="resources/leaves.js"></script>
</body>
</html>