tor-browser

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

outdent-editing-host-containing-combining-diacritical-mark.html (409B)


      1 <html class="test-wait">
      2 <head>
      3 <meta charset="utf-8">
      4 <title>Test for bug 499844 of Mozilla</title>
      5 <script>
      6 function boom()
      7 {
      8  document.body.contentEditable = "true";
      9  getSelection().collapse(document.body.firstChild, 0);
     10  document.execCommand("outdent");
     11  document.documentElement.removeAttribute("class");
     12 }
     13 </script>
     14 </head>
     15 <body style="word-spacing: 3px;" onload="boom();"> &#x0301;</body>
     16 </html>