mirror of
https://github.com/servo/servo
synced 2026-04-29 02:47:55 +02:00
21 lines
744 B
HTML
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> |