https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 9f7fffa8e23759dd6b75a325054744bf34ebfe4a authored by Luke Bjerring on 03 April 2018, 16:52:33 UTC
Check inherited interfaces exist
Tip revision: 9f7fffa
addRange-32.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(32, 36);
testDiv.style.display = "none";
</script>
back to top