Revision b9731da665a28a259d18c1535685fb0745dcb097 authored by Anne van Kesteren on 21 February 2017, 14:18:36 UTC, committed by Josh Matthews on 21 February 2017, 14:18:36 UTC
Also remove various broken URLs and update some code to be a bit more
modern.

See #1816.
1 parent eb6796c
Raw File
addRange-04.html
<!doctype html>
<title>Selection.addRange() tests</title>
<meta name="timeout" content="long">
<div id="log"></div>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="common.js"></script>
<script src="addRange.js"></script>
<script>
"use strict";

testAddRangeSubSet(4, 8);
testDiv.style.display = "none";
</script>
back to top