mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
21 lines
732 B
HTML
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> |