blob: 66ac5aec0d4b4a7f82028423a98cea1f5214929d [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(20, 24);
13testDiv.style.display = "none";
14</script>