https://github.com/web-platform-tests/wpt
Raw File
Tip revision: c424923d34fe8256abb1f4ca75bd1aef256c5a63 authored by Boris Zbarsky on 13 February 2018, 03:37:24 UTC
Use a null prototype for @@unscopables objects in the DOM.
Tip revision: c424923
addRange-48.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(48, 52);
testDiv.style.display = "none";
</script>
back to top