Update CSS tests to revision b9c63d615a65c4d96f26969bcd504d4e1c3cdab8

This commit is contained in:
Ms2ger
2016-04-22 10:06:45 +02:00
parent 0e0e902edd
commit 4d13f9f5d5
641 changed files with 24127 additions and 11370 deletions

View File

@@ -1,12 +1,11 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<!DOCTYPE html>
<html><head>
<title>CSS Test: Case sensitivity of attributes and attribute values in HTML 4.01</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#attribute-selectors">
<link rel="match" href="reference/filler-text-below-green.htm">
<meta name="flags" content="HTMLonly">
<meta name="assert" content="HTML 4.01 attribute names are not case sensitive.">
<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]
{
@@ -17,5 +16,6 @@
<body>
<p>Test passes if the "Filler Text" below is green.</p>
<div class="div1">Filler Text</div>
</body>
</html>
</body></html>