https://github.com/web-platform-tests/wpt
Raw File
Tip revision: f501e13e0c86d67b6530673548b9a4c24eaf4240 authored by Joshua Bell on 13 March 2018, 18:24:51 UTC
add back in missing words
Tip revision: f501e13
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