blob: e96898a81ef34410b775d73819deb78eb1665c4f [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8" />
<title>CSS Text Decoration Test: Reference</title>
<link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com">
<style>
span {
text-decoration-line: spelling-error;
text-decoration-color: magenta;
}
</style>
<p>The test passes if "quikc" has a magenta spelling error marker.</p>
<div>The <span>quikc</span> brown fox.</div>