Revision 2877f572684541d6cd2f301d72f4114dd35ce885 authored by Robert Ma on 24 July 2018, 22:40:00 UTC, committed by Philip Jägenstedt on 25 July 2018, 09:01:10 UTC
The suite was broken by PR #11976 where the config class was changed.
The suite uses a hack to get the default config of wptserve. This commit
fixes the hack, but unfortunately does not find a less hacky way to get
the default config.
1 parent 0589266
Raw File
addRange-36.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(36, 40);
testDiv.style.display = "none";
</script>
back to top