blob: 5e5475fe2dd50a76086552b98b2a457013bd6c64 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8" />
<title>CSS Text Decoration Test: text-decoration-line: spelling-error color</title>
<link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com">
<link rel="help" href="https://drafts.csswg.org/css-text-decor-4/#valdef-text-decoration-line-spelling-error">
<meta name="assert" content="This test checks that it is possible to tweak the color of 'text-decoration-line: spelling-error' with 'text-decoration-color' property.">
<link rel="mismatch" href="text-decoration-line-spelling-error-color-001-ref.html">
<style>
span {
text-decoration-line: spelling-error;
text-decoration-color: rgba(200, 225, 50, 0.75);
}
</style>
<p>The test passes if "quikc" has a spelling error marker that is not the default color (usually red).</p>
<div>The <span>quikc</span> brown fox.</div>