tor-browser

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

firefox-bug-1901624-crash.html (1092B)


      1 <!DOCTYPE html>
      2 <html lang="en-us">
      3  <head>
      4    <style>
      5      :root {
      6        --sidebar-width: 370px;
      7      }
      8 
      9      *,
     10      ::after,
     11      ::before {
     12        box-sizing: inherit;
     13      }
     14      #sidebar {
     15        max-width: var(--sidebar-width);
     16      }
     17      #codebox pre {
     18        white-space: pre-wrap;
     19      }
     20      #codebox pre .copy-btn-displacement {
     21        float: right;
     22        height: 40px;
     23        width: 40px;
     24      }
     25      #codebox #codebox-answer li {
     26        hyphens: auto;
     27      }
     28      html {
     29        font-size: 20px;
     30        box-sizing: border-box;
     31      }
     32    </style>
     33  </head>
     34  <body>
     35    <aside id="sidebar">
     36      <div id="codebox">
     37        <div id="codebox-answer">
     38          <ol>
     39            <li>
     40              <pre><code><div class="copy-btn-displacement"></div><span class="token function">add_definitions</span><span class="token punctuation">d</span><span class="token punctuation">.</span><span class="token constant">GCC_COVERAGE_COMPILE_FLAGS</span></code></pre>
     41            </li>
     42          </ol>
     43        </div>
     44      </div>
     45    </aside>
     46  </body>
     47 </html>