https://github.com/web-platform-tests/wpt
Raw File
Tip revision: e282aea38fc3c3c6263dfb9a85e73a3c2d571410 authored by Adam Rice on 02 April 2018, 06:38:50 UTC
ReadableStream: getReader() should call ToString() on mode
Tip revision: e282aea
addRange-56.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(56);
testDiv.style.display = "none";
</script>
back to top