blob: a01687a0cd2361c14d68a27eb27f9ce23adca8f5 [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">
<head>
<title>CSS Test: Text-decoration set to 'blink'</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#lining-striking-props" />
<meta name="flags" content="may animated" />
<meta name="assert" content="The 'text-decoration' property set to 'blink' renders the appropriate decorations." />
<style type="text/css">
div
{
text-decoration: blink;
}
</style>
</head>
<body>
<p>Test passes if the words "Filler Text" appear below. The user agent may allow the "Filler Text" below to blink on and off.</p>
<div>Filler Text</div>
</body>
</html>