mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
19 lines
771 B
HTML
19 lines
771 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
<html>
|
|
<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> |