tor-browser

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

float-in-self-painting-inline.html (434B)


      1 <!DOCTYPE html>
      2 <title>Floats in self-painting inline box should not crash</title>
      3 <link rel="help" href="https://crbug.com/1109565">
      4 <link rel="author" href="kojii@chromium.org">
      5 <script src="/resources/testharness.js"></script>
      6 <script src="/resources/testharnessreport.js"></script>
      7 <span style='opacity: 0.5'>
      8  <div style="float: right">X</div>
      9 </span>
     10 <img title="ABC">
     11 <script>
     12 test(() => {}, "Pass if not crashes");
     13 </script>