mirror of
https://github.com/servo/servo.git
synced 2025-06-27 10:33:39 +01:00
35 lines
No EOL
995 B
HTML
35 lines
No EOL
995 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>CSS Reftest Reference</title>
|
|
|
|
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
|
|
|
|
<style type="text/css">
|
|
div
|
|
{
|
|
color: blue;
|
|
font-size: 2.5em;
|
|
line-height: 1;
|
|
margin: 1em 0em;
|
|
}
|
|
|
|
span
|
|
{
|
|
font-family: Ahem;
|
|
vertical-align: top;
|
|
}
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<p>Test passes if there is an "İ" in-between 2 blue stripes.</p>
|
|
|
|
<div><img src="support/swatch-blue.png" width="160" height="40" alt="Image download support must be enabled"><img src="support/swatch-white.png" width="40" height="40" alt="Image download support must be enabled"><span>İ</span><img src="support/swatch-white.png" width="40" height="40" alt="Image download support must be enabled"><img src="support/swatch-blue.png" width="160" height="40" alt="Image download support must be enabled"></div>
|
|
|
|
</body>
|
|
</html> |