Files
servo/tests/wpt/css-tests/css21_dev/html4/case-sensitive-006.htm

21 lines
732 B
HTML

<!DOCTYPE html>
<html><head>
<title>CSS Test: Case sensitivity with element selectors</title>
<link href="http://www.microsoft.com/" rel="author" title="Microsoft">
<link href="http://www.w3.org/TR/CSS21/syndata.html#characters" rel="help">
<link href="reference/filler-text-below-green.htm" rel="match">
<meta content="HTMLonly" name="flags">
<meta content="Element selectors are case-insensitive in HTML." name="assert">
<style type="text/css">
DIV
{
color: green;
}
</style>
</head>
<body>
<p>Test passes if the "Filler Text" below is green.</p>
<div>Filler Text</div>
</body></html>