Revision ee643b5070f41452bd61368a5594edf9c4b4b024 authored by Luke Bjerring on 14 March 2018, 13:45:13 UTC, committed by Luke Bjerring on 14 March 2018, 13:45:32 UTC
1 parent 0d817ea
Raw File
collapse-00.html
<!doctype html>
<title>Selection.collapse()/setPosition() 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=collapse.js></script>
<script>
"use strict";

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