Update CSS tests to revision 31d63cc79bd4c929ed582229e936d7b389f3e6ab

This commit is contained in:
James Graham
2015-03-27 09:18:12 +00:00
parent 1a81b18b9f
commit 2c9faf5363
91915 changed files with 5979820 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15"><title>CSS Test: html iso-8859-15, css bom and @charset iso15</title>
<link rel="author" title="Richard Ishida" href="http://rishida.net">
<!-- placeholdercomment -->
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="alternate" href="http://www.w3.org/International/tests/tests-html-css/tests-character-encoding/generate?test=34">
<meta name="flags" content="http">
<meta name="assert" content="When a stylesheet has a BOM, honor it.">
<style type="text/css">
/* the CSS below is not part of the test */
.test { font-size: 40px; }
.test img { vertical-align: middle; }
.test td { padding-right: 60px; }
</style>
<link rel="stylesheet" type="text/css" href="support/bom-charset15.css">
</head>
<body>
<p class="instructions">Test passes if there is a green rectangle below.</p>
<div class="test"><span style="background-color: #00FF00; color: #00FF00;"><span class="hello">text</span></span></div>
<!--p class="notes">Notes: <br />The HTML page is served as ISO 8859-1. The CSS starts with a UTF-8 signature but also has an @charset rule declaring the encoding to be ISO 8859-1. The CSS 2.1 spec says that the whole stylesheet should be abandoned in that case.</p-->
</body>
</html>