summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/fonts/font-size-115.xht
blob: 95ac6b57f2ff7a1604c9a10cf6706ab466640365 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!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>