https://github.com/web-platform-tests/wpt
Raw File
Tip revision: ecc1a8f2d2e7c43cc50feacadc012c491abbb736 authored by Anne van Kesteren on 17 February 2017, 10:44:29 UTC
WIP test for document.domain
Tip revision: ecc1a8f
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