blob: 02d4f6d1f59e889d5c5456cb786cbee199fd952c [file] [log] [blame]
TAMURA, Kentb9cb8862017-01-18 06:39:471<!doctype html>
2<title>Selection.addRange() tests</title>
3<meta name="timeout" content="long">
4<div id="log"></div>
5<script src="/resources/testharness.js"></script>
6<script src="/resources/testharnessreport.js"></script>
7<script src="common.js"></script>
8<script src="addRange.js"></script>
9<script>
10"use strict";
11
12testAddRangeSubSet(12, 16);
13testDiv.style.display = "none";
14</script>