tor-browser

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

box-properties-1.html (668B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3 <head>
      4  <meta charset="UTF-8">
      5  <title>Bug 1055667 - Box properties on ruby boxes</title>
      6  <link rel="stylesheet" href="common.css">
      7 </head>
      8 <body style="line-height: 5;">
      9  <div>
     10    |<ruby style="background: aqua; padding: 10px; border: 12px solid red; outline: 5px solid yellow; margin: 10px;">
     11      <rb>base1</rb>
     12      <rb style="background: green; padding: 2px; border: 4px solid blue; outline: 8px solid pink; margin: 16px;">base2</rb>
     13      <rb>base3</rb>
     14      <rtc style="font-size: 0;">
     15        <rt></rt>
     16        <rt><div style="width: 300px; height: 0px;"></div></rt>
     17      </rtc>
     18    </ruby>|
     19  </div>
     20 </body>
     21 </html>