tor-browser

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

first-letter-crash.html (374B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://crbug.com/967194">
      3 <script src="/resources/testharness.js"></script>
      4 <script src="/resources/testharnessreport.js"></script>
      5 <style>
      6 #target:first-letter{
      7  float:right;
      8 }
      9 </style>
     10 The test passes if it does not CRASH.
     11 <div id="target">
     12  <textarea style="display: block;">A</textarea>
     13 </div>
     14 <script>test(() => { });</script>