https://github.com/web-platform-tests/wpt
Raw File
Tip revision: fd10426a47d917110bc6f04995f01559ae817f05 authored by Eric Willigers on 27 March 2018, 11:30:43 UTC
Firefox serialition
Tip revision: fd10426
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