mirror of
https://github.com/servo/servo
synced 2026-04-28 10:27:40 +02:00
19 lines
819 B
HTML
19 lines
819 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>CSS Test: CSS: sanity tests for font inheritance</title>
|
|
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
|
|
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/size/005.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 type="text/css">
|
|
span { font: inherit; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>There should be two perfect columns of identical Xs below:</p>
|
|
<pre class="test"> XXX XXX
|
|
<span>XXX</span> XXX
|
|
XXX XXX </pre>
|
|
</body>
|
|
</html> |