white-space-collapsing-bidi-001-ref.xht (1075B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 3 <html xmlns="http://www.w3.org/1999/xhtml"> 4 5 <head> 6 7 <title>CSS Reftest Reference</title> 8 9 <link rel="author" title="GĂ©rard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> 10 11 <style type="text/css"><![CDATA[ 12 div 13 { 14 background-color: aqua; 15 border: black solid medium; 16 height: 40px; 17 margin-top: 18px; 18 margin-left: 2px; 19 margin-bottom: 2px; 20 padding-left: 40px; 21 width: 160px; 22 } 23 24 div#second-div 25 { 26 margin-top: 2px; 27 } 28 29 img {vertical-align: top;} 30 ]]> 31 </style> 32 33 </head> 34 35 <body> 36 37 <p>Test passes if the 2 bicolored rectangles are <strong>identical</strong> and if there is <strong>no red</strong>. (Force bidi: א)</p> 38 39 <div><img src="support/swatch-yellow.png" width="80" height="40" alt="Image download support must be enabled" /></div> 40 41 <div id="second-div"><img src="support/swatch-yellow.png" width="80" height="40" alt="Image download support must be enabled" /></div> 42 43 </body> 44 </html>