summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-highlight-api/painting/custom-highlight-painting-below-grammar-ref.html
blob: d660daf7c745efeb663e652d83a6e92c9d6e39d0 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<meta charset="UTF-8">
<style>
  ::grammar-error {
    background-color: lime;
    color: green;
  }
</style>
<span>Many thing can happen.</span>