<!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\n\n\nExtending by word\n"); | |
runSelectionTestsWithGranularity(createCharAndWordNodes(), "word"); | |
</script> | |
</body> |