multicol-width-negative-001.xht (1448B)
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 Multi-column Layout Test: negative column-width</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-24 --> 7 <link rel="help" href="https://www.w3.org/TR/css-multicol-1/#cw" title="3.1. 'column-width'" /> 8 <link rel="match" href="multicol-count-002-ref.xht" /> 9 <meta name="flags" content="ahem invalid" /> 10 <meta name="assert" content="This test checks that a set 'column-width' can not be negative." /> 11 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 12 <style type="text/css"><![CDATA[ 13 div 14 { 15 background-color: black; 16 border: black solid 1em; 17 color: yellow; 18 font: 1.25em/1 Ahem; 19 width: 19em; 20 21 column-width: -100px; 22 column-gap: 0; 23 } 24 ]]></style> 25 </head> 26 <body> 27 <div>4444 4444 4444 4444 1 1 1 1 1 1 1 1 1 1 1 1 4444 4444 4444 4444 1 1 1 1 1 1 1 1 1 1 1 1 1 4444 4444</div> 28 </body> 29 </html>