tor-browser

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

highlight-painting-soft-hyphens-002-crash.html (575B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <title>CSS Pseudo-Elements Test: highlight painting: soft hyphens near atomic inlines</title>
      4 <link rel="author" name="Delan Azabani" href="mailto:dazabani@igalia.com">
      5 <link rel="help" href="https://drafts.csswg.org/css-pseudo-4/#highlight-painting">
      6 <link rel="help" href="https://crbug.com/1367860">
      7 <meta name="assert" value="Checks that selecting a soft hyphen near an atomic inline will not cause a crash.">
      8 <img><s>aaaaaaaaaaaaa&#xAD;a
      9 <script>
     10    document.body.style.width = 0;
     11    document.execCommand("selectall");
     12 </script>