addRange-12.html (386B)
1 <!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 12 testAddRangeSubSet(12, 16); 13 testDiv.style.display = "none"; 14 </script>