<html> | |
<head> | |
<style> | |
.editing { | |
padding: 12px; | |
font-size: 24px; | |
} | |
</style> | |
<title>Autocorrection Contraction Test</title> | |
</head> | |
<body> | |
<p>This test verifies that a valid word in contraction form has neither spelling error nor autocorrection underlines.</p> | |
<div class="editing">this wasn't<br>this wouldn't<br>this doesn't</div> | |
</body> | |
</html> |