https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 2207a37c38f93ad6e74745dedb28e1dbd4660430 authored by Hwanseung Lee on 28 March 2018, 06:47:36 UTC
[css-typed-om] support x, y, cx, cy properties
Tip revision: 2207a37
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