background-position-vrl-018-ref.xht (995B)
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 <meta content="image" name="flags" /> 12 13 <style type="text/css"><![CDATA[ 14 html 15 { 16 line-height: 1; 17 } 18 19 div#expected 20 { 21 text-align: right; 22 } 23 24 div#reference-overlapping-green 25 { 26 background-color: green; 27 height: 100%; 28 position: absolute; 29 right: 273px; 30 top: 0px; 31 width: 100px; 32 } 33 ]]></style> 34 </head> 35 36 <body> 37 38 <div id="expected"><img src="support/pass-cdts-bg-pos-vrl-018.png" width="357" height="17" alt="Image download support must be enabled" /></div> 39 40 <!-- 41 The image says: 42 43 Test passes if there is a <strong>no red</strong>. 44 --> 45 46 <div id="reference-overlapping-green"></div> 47 48 </body> 49 </html>