Revision 1ea4f53a5b0fe9705b1ed279a3904ab173e98393 authored by Rimas on 22 February 2017, 17:53:27 UTC, committed by Domenic Denicola on 22 February 2017, 17:53:27 UTC
Fixes two test cases where the "failure" value was the string "true" instead of the boolean.
1 parent 9b41b6d
Raw File
addRange-24.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(24, 28);
testDiv.style.display = "none";
</script>
back to top