| TAMURA, Kent | 60867b2 | 2017-01-19 04:31:04 | [diff] [blame] | 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(40); | ||||
| 15 | testDiv.style.display = "none"; | ||||
| 16 | </script> | ||||