https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 83cf6fd6fbbb64545931116254f05f954c7452e4 authored by Darren Shen on 10 April 2018, 13:25:59 UTC
[css-typed-om] Add support for fill & stroke properties.
Tip revision: 83cf6fd
addRange-12.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(12, 16);
testDiv.style.display = "none";
</script>
back to top