| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
| <link rel="stylesheet" type="text/css" href="resources/extend-selection.css" /> | |
| <script src="resources/extend-selection.js"></script> | |
| </head> | |
| <body> | |
| <pre id="console"></pre> | |
| <script> | |
| log("\n\n\nExtending by character\n"); | |
| runSelectionTestsWithGranularity(createCharAndWordNodes(), "character"); | |
| </script> | |
| </body> |