Files
servo/tests/wpt/css-tests/css21_dev/html4/cascade-001.htm

16 lines
819 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>CSS Test: User style sheets</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/cascade.html#cascade">
<meta name="flags" content="userstyle">
<meta name="assert" content="Normal user declarations override the default user agent style sheet.">
<style type="text/css"></style>
</head>
<body>
<p id="cascade">PREREQUISITE: The <a href="support/cascade.css">"cascade.css"</a> file is enabled as the user agent's user style sheet.</p>
<p>Test passes if the "Filler Text" below is green.</p>
<p class="cascadegreen">Filler Text</p>
</body>
</html>