tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

spelling-error-006.html (827B)


      1 <!doctype html><meta charset="utf-8">
      2 <title>CSS Pseudo-Elements Test: spelling error with originating decorations</title>
      3 <link rel="author" name="Delan Azabani" href="mailto:dazabani@igalia.com">
      4 <link rel="help" href="https://drafts.csswg.org/css-pseudo-4/#highlight-painting">
      5 <link rel="help" href="https://crbug.com/1381486">
      6 <link rel="mismatch" href="spelling-error-006-notref.html">
      7 <meta name="assert" value="Checks that spelling errors with UA default styles do not prevent rendering of originating decorations.">
      8 <style>body { text-decoration: line-through; }</style>
      9 <!-- TODO force spelling error without relying on UA under test having English spellchecking https://github.com/web-platform-tests/wpt/issues/30863 -->
     10 <body contenteditable spellcheck lang="en">quikc
     11 <script>
     12    document.body.focus();
     13 </script>