mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
28 lines
1.2 KiB
HTML
28 lines
1.2 KiB
HTML
<!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-1"><title>CSS Test: html iso1</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=27">
|
|
<meta name="flags" content="http">
|
|
<meta name="assert" content="The user agent applies the encoding of the HTML file to a css stylesheet whose encoding is not otherwise declared.">
|
|
<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/none.css">
|
|
</head>
|
|
<body>
|
|
<p class="instructions">Test passes if there is a green rectangle below.</p>
|
|
|
|
|
|
<div class="test"><span class="ýäè">text</span></div>
|
|
|
|
|
|
<!--p class="notes">Notes: <br />The HTML page is served as ISO 8859-1. The CSS file has no encoding set or BOM.</p-->
|
|
</body>
|
|
</html> |