background-position-001.xht (1601B)
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 Test: background-position - ex unit</title> 8 9 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> 10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> 11 <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#length-units" /> 12 <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props" /> 13 <link rel="help" href="http://www.w3.org/TR/css-fonts-3/#font-size-prop" /> 14 <link rel="match" href="background-position-001-ref.xht" /> 15 16 <meta content="ahem image" name="flags" /> 17 <meta content="ex unit is the 'x-height' of the relevant font. 'em' and 'ex' length values when defining 'font-size' property refer to the computed font size of the parent element." name="assert" /> 18 19 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 20 <style type="text/css"><![CDATA[ 21 html {font: 20px/1 Ahem;} 22 23 body 24 { 25 background: url("support/1x1-lime.png") repeat-x 0 6.25ex; 26 font-size: 2.5ex; 27 margin: 1px 0px 8px 75px; 28 } 29 30 p#expected-results {font-family: serif;} 31 32 img 33 { 34 left: 0px; 35 position: absolute; 36 top: 1px; 37 } 38 ]]></style> 39 40 </head> 41 42 <body> 43 44 <p id="expected-results">A thin green horizontal line should appear at exactly 200px<img src="support/ruler-v-100px-200px-300px.png" width="55" height="350" alt="Image download support must be enabled" /></p> 45 46 </body> 47 </html>