https://github.com/web-platform-tests/wpt
Raw File
Tip revision: aa5f597d05c9429f4513b490b03f13e8b2e10742 authored by Stephen Chenney on 12 December 2018, 20:34:28 UTC
Snap the snapped_dest_rect for backgrounds
Tip revision: aa5f597
addRange-52.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(52, 56);
testDiv.style.display = "none";
</script>
back to top