Revision 6a8a912f1cd285b1a130fbb406dc5e76be08e625 authored by jgraham on 08 March 2018, 15:25:02 UTC, committed by GitHub on 08 March 2018, 15:25:02 UTC
mozdownload and mozinstall are now used to install Firefox. Therefore
they are required to run the |wpt install| command.
1 parent 7949111
Raw File
addRange-12.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(12, 16);
testDiv.style.display = "none";
</script>
back to top