aboutsummaryrefslogtreecommitdiff
path: root/test/data/html/performance-frame1.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/html/performance-frame1.html')
-rw-r--r--test/data/html/performance-frame1.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/test/data/html/performance-frame1.html b/test/data/html/performance-frame1.html
new file mode 100644
index 00000000..a60ba241
--- /dev/null
+++ b/test/data/html/performance-frame1.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width,initial-scale=1">
+ <title>Performance Tests</title>
+ <link rel="stylesheet" href="test-stylesheet.css">
+ <script src="js/html-test-utilities.js"></script>
+ <script src="js/performance-frames.js"></script>
+</head>
+<body><div class="content">
+
+ <test-description>Add elements</test-description>
+
+ <div>
+ <a href="#" class="add-elements" data-count="1000">1000</a>
+ <a href="#" class="add-elements" data-count="10000">10000</a>
+ <a href="#" class="add-elements" data-count="100000">100000</a>
+ <a href="#" class="add-elements" data-count="1000000">1000000</a>
+ </div>
+
+ <div id="counter"></div>
+ <div id="container"></div>
+
+</div></body>
+</html>