https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 709a9f22fc786f9097802ef943478e2362c55300 authored by Jonathon Kereliuk on 20 March 2018, 17:38:10 UTC
update docs
Tip revision: 709a9f2
addRange-44.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(44, 48);
testDiv.style.display = "none";
</script>
back to top