summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text-decor/text-decoration-line-spelling-error-color-001-ref.html
blob: d20e4e49b3854e22d3dc4822bc16ffa920799911 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!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;
  }
</style>

<p>The test passes if the spelling 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>