blob: 50adea0c27b5d72a4b24238c9a9cf5b34acba2b1 [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: grammar-error;
}
</style>
<p>The test passes if the grammar error marker on both instances of "quikc" have the same color.
<div>The <span>quikc</span> brown fox.</div>
<div>The <span>quikc</span> brown fox.</div>