<!DOCTYPE html>
<meta charset="utf-8" />
<title>CSS Text Decoration Test: Reference</title>
<link rel="author" title="Manuel Rego Casasnovas" href="mailto:[email protected]">
<script src="../support/markers.js"></script>
<p>The test passes if "quikc" has a spelling error marker that looks like the default spelling error marker.</p>
<div>The <span id="target">quikc</span> brown fox.</div>
<script>
addSpellingMarker(target, 0, 5);
</script>