tor-browser

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

auto-expand-window-find-crash.html (424B)


      1 <!DOCTYPE html>
      2 <link rel=author href="mailto:jarhar@chromium.org">
      3 <link rel=help href="https://bugs.chromium.org/p/chromium/issues/detail?id=1264704">
      4 
      5 <script>
      6 function runTest() {
      7 details2.appendChild(child);
      8 document.caretRangeFromPoint();
      9 }
     10 </script>
     11 
     12 <body onload=runTest()>
     13 
     14 <details style="writing-mode: vertical-rl">
     15  <div id=child>foo</div>
     16 </details>
     17 
     18 <details id=details2 open=true ontoggle="window.find()">