chromium/third_party/blink/web_tests/external/wpt/css/css-text-decor/text-decoration-line-spelling-error-color-001-ref.html

<!DOCTYPE html>
<meta charset="utf-8" />
<title>CSS Text Decoration Test: Reference</title>
<link rel="author" title="Manuel Rego Casasnovas" href="mailto:[email protected]">
<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>