tor-browser

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

bidi-inline-fragment-oof-crash.html (416B)


      1 <!DOCTYPE html>
      2 <link rel="author" href="mailto:mstensho@chromium.org">
      3 <link rel="help" href="https://crbug.com/1229999">
      4 <div style="direction:rtl; width:500px">
      5  <span style="border:solid">
      6    <span style="position:relative">
      7      <div style="display:inline-block; width:1000%; height:10px"></div>
      8      <span dir="ltr">
      9        <div style="position:absolute"></div>
     10      </span>
     11    </span>
     12  </span>
     13 </div>