blob: f0b78d69735de9846d23de2e0b7a3c1dd54c0016 [file] [log] [blame]
TAMURA, Kent60867b22017-01-19 04:31:041<!doctype html>
2<title>Selection extend() tests</title>
3<meta charset=utf-8>
4<meta name=timeout content=long>
5<body>
6<script src=/resources/testharness.js></script>
7<script src=/resources/testharnessreport.js></script>
8<script src=common.js></script>
9<script src=extend.js></script>
10<div id=log></div>
11<script>
12"use strict";
13
14testExtendSubSet(40);
15testDiv.style.display = "none";
16</script>