tor-browser

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

pre-margin-block.html (676B)


      1 <!DOCTYPE html>
      2 <link rel=author href="mailto:jarhar@chromium.org">
      3 <link rel=help href="https://html.spec.whatwg.org/multipage/rendering.html#the-css-user-agent-style-sheet-and-presentational-hints">
      4 <link rel=help href="https://issues.chromium.org/issues/407315792">
      5 <link rel=match href="pre-margin-block-ref.html">
      6 
      7 <!--
      8 This is a test for the following UA style rule in the HTML spec:
      9 
     10 blockquote, figure, listing, p, plaintext, pre, xmp {
     11  margin-block: 1em;
     12 }
     13 -->
     14 
     15 <style>
     16 html {
     17  writing-mode: vertical-rl;
     18 }
     19 </style>
     20 
     21 <pre>pre</pre>
     22 <xmp>xmp</xmp>
     23 <listing>listing</listing>
     24 <blockquote>blockquote</blockquote>
     25 <figure>figure</figure>
     26 <p>p</p>
     27 <plaintext>plaintext