<!DOCTYPE html>
<meta charset="utf-8" />
<title>CSS Text Decoration Test: text-decoration-line: grammar-error</title>
<link rel="author" title="Manuel Rego Casasnovas" href="mailto:[email protected]">
<link rel="help" href="https://drafts.csswg.org/css-text-decor-4/#valdef-text-decoration-line-grammar-error">
<meta name="assert" content="This test checks that the rendering of 'text-decoration-line: grammar-error' matches the default grammar markers, and ignores other properties.">
<link rel="match" href="text-decoration-line-grammar-error-001-ref.html">
<meta name="fuzzy" content="0-255;0-6">
<script src="../support/markers.js"></script>
<style>
span {
text-decoration-line: grammar-error;
text-underline-offset: 10px;
text-decoration-color: red;
text-decoration-width: 5;
text-decoration-style: dotted;
}
</style>
<p>The test passes if "quikc" has a grammar error marker that looks like the default grammar error marker.</p>
<div>The <span>quikc</span> brown fox.</div>