extend-00.html (393B)
1 <!doctype html> 2 <title>Selection extend() tests</title> 3 <meta charset=utf-8> 4 <meta name=timeout content=long> 5 <body> 6 <script src=/resources/testharness.js></script> 7 <script src=/resources/testharnessreport.js></script> 8 <script src=common.js></script> 9 <script src=extend.js></script> 10 <div id=log></div> 11 <script> 12 "use strict"; 13 14 testExtendSubSet(0, 20); 15 testDiv.style.display = "none"; 16 </script>