mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
34 lines
1.2 KiB
HTML
34 lines
1.2 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
<html>
|
|
<head>
|
|
<title>CSS Test: font-size in pixels</title>
|
|
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch">
|
|
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2012-06-27 -->
|
|
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/size/006.xml" type="application/xhtml+xml">
|
|
<link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props">
|
|
<link rel="help" href="http://www.w3.org/TR/css-fonts-3/#font-size-prop">
|
|
<style>
|
|
.prereq { display: inline; font: 1.25em/1 Ahem, sans-serif; background: red; color: white; }
|
|
.control { height: 0; }
|
|
.control div { width: 1000px; height: 100px; background: red; }
|
|
.test { font: 1000px/1 Ahem; color: green; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="prereq">Ahem_font_required_for_this_test.</div>
|
|
<p>There should be no red below (scroll all the way down if necessary).</p>
|
|
<div class="control">
|
|
<div></div>
|
|
<div></div>
|
|
<div></div>
|
|
<div></div>
|
|
<div></div>
|
|
<div></div>
|
|
<div></div>
|
|
<div></div>
|
|
<div></div>
|
|
<div></div>
|
|
</div>
|
|
<div class="test">X</div>
|
|
</body>
|
|
</html> |