blob: 42feb397465daac279e8ca306c68da1acd784559 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>CSS Test: text-decoration underlining and images</title>
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact" />
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/decoration/002.html" type="text/html"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#lining-striking-props" />
<style type="text/css">
span { text-decoration: underline; color: red; }
</style>
</head>
<body>
<p>There must be no red (and no underlines) on this page.</p>
<div><span><br/><img src="support/cat.png" alt="Image download support must be enabled"/><br/></span>
</div>
</body>
</html>