tor-browser

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

table-overflow-quirks-frameset-crash-print.html (445B)


      1 <!-- quirks -->
      2 <link rel=help href="https://bugzilla.mozilla.org/show_bug.cgi?id=1877591">
      3 <!-- Really a crashtest but since we can't really have print crashtests, we assert that we print something -->
      4 <link rel="mismatch" href="/css/reference/blank.html">
      5 <style>
      6 * {
      7  bottom: 1px;
      8  overflow-y: auto;
      9 }
     10 </style>
     11 <table>
     12  <th>
     13    <span id="a"></span>
     14  </th>
     15 </table>
     16 <script>
     17  a.appendChild(document.createElement("frameset"));
     18 </script>