Files
servo/tests/wpt/css-tests/css21_dev/html4/html-case-sensitivity-001.htm

21 lines
744 B
HTML

<!DOCTYPE html>
<html><head>
<title>CSS Test: HTML case sensitivity - Simple selectors</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="Simple selectors are not case sensitive 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>