summaryrefslogtreecommitdiffstats
path: root/third_party/webkit/PerformanceTests/MotionMark/tests/template/template-svg.html
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/webkit/PerformanceTests/MotionMark/tests/template/template-svg.html')
-rw-r--r--third_party/webkit/PerformanceTests/MotionMark/tests/template/template-svg.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/third_party/webkit/PerformanceTests/MotionMark/tests/template/template-svg.html b/third_party/webkit/PerformanceTests/MotionMark/tests/template/template-svg.html
new file mode 100644
index 0000000000..7a14fc45d6
--- /dev/null
+++ b/third_party/webkit/PerformanceTests/MotionMark/tests/template/template-svg.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8">
+ <link rel="stylesheet" type="text/css" href="../resources/stage.css">
+</head>
+<body>
+ <svg id="stage"></svg>
+ <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/template-svg.js"></script>
+</body>
+</html>