tor-browser

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

orthogonal-percent-height-multicol-crash.html (470B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Koji Ishii" href="mailto:kojii@chromium.org">
      3 <link rel="help" href="https://crbug.com/1213358">
      4 <style type="text/css">
      5 .CLASS2 {
      6  writing-mode: vertical-lr;
      7 }
      8 .CLASS4 {
      9  columns: +6.9vh 8589934576;
     10 }
     11 samp, button, div.CLASS1 {
     12  overflow-x: auto;
     13  float: left;
     14  block-size: 2.0%;
     15 }
     16 </style>
     17 <samp class="CLASS2">
     18  <button>
     19    <div class="CLASS1">
     20      <h6 class="CLASS4">ABC</h6>
     21    </div>
     22    ABC
     23  </button>
     24 </samp>