multicol-height-block-child-001-ref.xht (1536B)
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="Opera Software ASA" href="http://www.opera.com/" /> 6 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-08 --> 7 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 8 <meta name="flags" content="image" /> 9 </head> 10 <body> 11 <div style="font:20px/1 Ahem; width:22em; height:5em; background:blue;"> 12 <div style="width:3em; height:5em; background:black;"></div> 13 </div> 14 <div style="font:20px/1 Ahem; width:14em; height:3em; background:blue;"> 15 <div style="float:left; width:3em; height:3em; margin-right:5em; background:orange;"></div> 16 <div style="float:left; width:3em; height:3em; background:orange;"></div> 17 </div> 18 19 <!-- 20 21 Expected results: 22 23 0em 7em 14em 22em 24 v v v v 25 0 ********************************************* 26 * bla | | * 27 * bla | | * 28 * bla | | * 29 * bla | | * 30 5 * bla | | * 31 6 * orn | zzz |**************** 32 7 * orn | zzz | 33 8 * orn | zzz | 34 ***************************** 35 36 --> 37 38 </body> 39 </html>