tor-browser

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

multicol-span-all-block-sibling-3-ref.xht (683B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
      2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      3 <html xmlns="http://www.w3.org/1999/xhtml">
      4 <head>
      5 <title>multicol | column-span: all | block-level child</title>
      6 <link rel="author" title="Opera Software ASA" href="http://www.opera.com/"/>
      7 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      8 <style type="text/css"><![CDATA[
      9 body>div {
     10 	font-family: Ahem;
     11 	font-size: 1em;
     12 	line-height: 1;
     13 	color: black;
     14 	background: black;
     15 }
     16 h1 {
     17 	margin-top: 0;
     18 	padding-top: 0.66em;
     19 }
     20 ]]></style>
     21 </head>
     22 
     23 <body>
     24 
     25 <div>
     26 	<div>
     27 		<h1>FAIL</h1>
     28 		FAIL<br/>
     29 		FAIL<br/>
     30 		FAIL<br/>
     31 		FAIL<br/>
     32 	</div>
     33 </div>
     34 </body>
     35 </html>