background-image-005.xht (956B)
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" lang="en"> 3 <head> 4 <title>CSS Test: Parsing 'background-image'</title> 5 <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/> 6 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-04-21 --> 7 <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/core-syntax/005.html" type="text/html"/> 8 <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#parsing-errors" /> 9 <link rel="match" href="../reference/ref-this-text-should-be-green.xht" /> 10 11 <meta name="flags" content="invalid"/> 12 <style type="text/css"><![CDATA[ 13 body { color: green; } 14 p { background-image: url(support/swatch-red.png) repeat; } 15 ]]></style> 16 </head> 17 <body> 18 <p>This text should be green.</p> 19 </body> 20 </html>