blob: e7a81a2537a9ce4280e9ef09d6e3f36513a0b0af [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Test case for html*.test selector</title>
<style type="text/css">
html*.test { background-color: red; }
</style>
</head>
<body>
<p class="test">This element SHOULD NOT have RED background</p>
</body>
</html>