mirror of
https://github.com/servo/servo
synced 2026-04-29 02:47:55 +02:00
Update CSS tests to revision b9c63d615a65c4d96f26969bcd504d4e1c3cdab8
This commit is contained in:
@@ -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: HTML case sensitivity - Simple selectors</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="Simple selectors are not case sensitive in HTML.">
|
||||
<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
|
||||
{
|
||||
@@ -17,5 +16,6 @@
|
||||
<body>
|
||||
<p>Test passes if the "Filler Text" below is green.</p>
|
||||
<div>Filler Text</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
</body></html>
|
||||
Reference in New Issue
Block a user