summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/selection/extend-20.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/selection/extend-20.html')
-rw-r--r--testing/web-platform/tests/selection/extend-20.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/web-platform/tests/selection/extend-20.html b/testing/web-platform/tests/selection/extend-20.html
new file mode 100644
index 0000000000..b5ca161d98
--- /dev/null
+++ b/testing/web-platform/tests/selection/extend-20.html
@@ -0,0 +1,16 @@
+<!doctype html>
+<title>Selection extend() tests</title>
+<meta charset=utf-8>
+<meta name=timeout content=long>
+<body>
+<script src=/resources/testharness.js></script>
+<script src=/resources/testharnessreport.js></script>
+<script src=common.js></script>
+<script src=extend.js></script>
+<div id=log></div>
+<script>
+"use strict";
+
+testExtendSubSet(20, 40);
+testDiv.style.display = "none";
+</script>