https://github.com/web-platform-tests/wpt
Raw File
Tip revision: beb53fc12894d91cb6ff2380ea0e87608044e64e authored by Philip Jägenstedt on 20 December 2018, 16:25:34 UTC
Remove "Uninstall Python packages" step
Tip revision: beb53fc
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