Files
servo/tests/wpt/css-tests/css21_dev/html4/attribute-value-selector-005.htm

21 lines
789 B
HTML

<!DOCTYPE html>
<html><head>
<title>CSS Test: Case sensitivity of attributes and attribute values in HTML 4.01</title>
<link href="http://www.microsoft.com/" rel="author" title="Microsoft">
<link href="http://www.w3.org/TR/CSS21/selector.html#attribute-selectors" rel="help">
<link href="reference/filler-text-below-green.htm" rel="match">
<meta content="HTMLonly" name="flags">
<meta content="HTML 4.01 attribute names are not case sensitive." name="assert">
<style type="text/css">
div[CLASS]
{
color: green;
}
</style>
</head>
<body>
<p>Test passes if the "Filler Text" below is green.</p>
<div class="div1">Filler Text</div>
</body></html>