Revision 8f9d8e97bc197888e5f396f971e1c5e7c83f11b3 authored by L. David Baron on 09 April 2018, 07:36:55 UTC, committed by Geoffrey Sneddon on 09 April 2018, 07:36:55 UTC
1 parent 85191e1
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