blob: 2592110a1199515b6376d21a963132bfe90400bc [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 "quikc" has a grammar error marker that is not the default color (usually green).</p>
<div>The <span>quikc</span> brown fox.</div>