https://github.com/web-platform-tests/wpt
Raw File
Tip revision: edb6add725f4a43f656314d2975d96c87e67d3f8 authored by Domenic Denicola on 21 February 2018, 20:38:09 UTC
Further fixes per review and my own discoveries
Tip revision: edb6add
extend-00.html
<!doctype html>
<title>Selection extend() tests</title>
<meta charset=utf-8>
<meta name=timeout content=long>
<body>
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
<script src=common.js></script>
<script src=extend.js></script>
<div id=log></div>
<script>
"use strict";

testExtendSubSet(0, 20);
testDiv.style.display = "none";
</script>
back to top