multicol-fill-001-ref.xht (1113B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <title>CSS Reftest Reference</title> 5 <link rel="author" title="Hakon Wium Lie" href="mailto:howcome@opera.com" /> 6 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-25 --> 7 <meta name="flags" content="ahem" /> 8 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 9 <style type="text/css"><![CDATA[ 10 table 11 { 12 background-color: yellow; 13 border-spacing: 0em; 14 color: lime; 15 font: 1.25em/1 Ahem; 16 height: 5em; 17 margin: 1em 0em; 18 table-layout: fixed; 19 width: 20em; 20 } 21 22 td 23 { 24 padding: 0em; 25 vertical-align: top; 26 } 27 ]]></style> 28 </head> 29 <body> 30 31 <p>Test passes if the 2 rectangles are <strong>identical</strong>.</p> 32 33 <table> 34 <tr> 35 <td>G<br />H<br />I</td> 36 <td>J<br />K<br />L</td> 37 </tr> 38 </table> 39 40 <table> 41 <tr> 42 <td>G<br />H<br />I</td> 43 <td>J<br />K<br />L</td> 44 </tr> 45 </table> 46 47 </body> 48 </html>