Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<head>
<title>CSS Test: Background-image set using the url() function</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="reviewer" title="GĂ©rard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-04-21 -->
<link rel="match" href="background-color-001-ref.xht" />
<meta name="flags" content="image" />
<meta name="assert" content="Background-image set to uri causes the image to be rendered as the background of the box." />
<style type="text/css">
div
{
background-image: url("support/green_box.png");
height: 100px;
width: 100px;
}
</style>
</head>
<body>
<p>Test passes if there is a <strong>filled green square</strong>.</p>
<div></div>
</body>
</html>