--- /dev/null
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x302
+ RenderBlock {HTML} at (0,0) size 800x302
+ RenderBody {BODY} at (8,8) size 784x278
+ RenderBlock (anonymous) at (0,0) size 784x54
+ RenderText {#text} at (0,0) size 778x54
+ text run at (0,0) width 529: "Tests of WebKit's intepretation of font sizes when no absolute font size is specified. "
+ text run at (529,0) width 249: "Percentages and logical keywords scale"
+ text run at (0,18) width 161: "to reflect the family type. "
+ text run at (161,18) width 608: "Opera 9 matches this behavior as well (except it has a bug with multiple font-family mappings as"
+ text run at (0,36) width 129: "in the first example)."
+ RenderBlock {PRE} at (0,67) size 784x15
+ RenderInline {SPAN} at (0,0) size 120x15
+ RenderText {#text} at (0,0) size 120x15
+ text run at (0,0) width 120: "Should be 13 px"
+ RenderBlock {PRE} at (0,95) size 784x15
+ RenderInline {SPAN} at (0,0) size 86x15
+ RenderText {#text} at (0,0) size 86x15
+ text run at (0,0) width 86: "Should be 13px"
+ RenderBlock {PRE} at (0,123) size 784x15
+ RenderInline {SPAN} at (0,0) size 86x15
+ RenderText {#text} at (0,0) size 86x15
+ text run at (0,0) width 86: "Should be 13px"
+ RenderBlock {P} at (0,154) size 784x18
+ RenderInline {SPAN} at (0,0) size 86x15
+ RenderText {#text} at (0,2) size 86x15
+ text run at (0,2) width 86: "Should be 13px"
+ RenderBlock {P} at (0,188) size 784x18
+ RenderInline {TT} at (0,0) size 100x18
+ RenderInline {SPAN} at (0,0) size 100x18
+ RenderText {#text} at (0,0) size 100x18
+ text run at (0,0) width 100: "Should be 16px"
+ RenderBlock {P} at (0,222) size 784x18
+ RenderInline {TT} at (0,0) size 100x15
+ RenderInline {SPAN} at (0,0) size 100x18
+ RenderText {#text} at (0,0) size 100x18
+ text run at (0,0) width 100: "Should be 16px"
+ RenderBlock {P} at (0,256) size 784x22
+ RenderInline {TT} at (0,0) size 124x15
+ RenderInline {SPAN} at (0,0) size 124x22
+ RenderText {#text} at (0,0) size 124x22
+ text run at (0,0) width 124: "Should be 19px"
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<head>
+<style>
+.serif { font-family: serif }
+</style>
+</head>
+<body>
+Tests of WebKit's intepretation of font sizes when no absolute font size is specified. Percentages and logical keywords scale
+to reflect the family type. Opera 9 matches this behavior as well (except it has a bug with multiple font-family mappings
+as in the first example).
+
+<pre><span class="serif" style="font-size:medium; font-family: monospace">Should be 13 px</span></pre>
+
+<pre><span style="font-size:13px;font-family:Times">Should be 13px</span></pre>
+<pre><span style="font-size:small;font-family:Times">Should be 13px</span></pre>
+<p><span style="font-size:small;font-family:Times">Should be 13px</span></p>
+
+<p><tt style="font-size:16px"><span style="font-family:Times">Should be 16px</font></tt></p>
+<p><tt><span style="font-size:100%;font-family:Times">Should be 16px</font></tt></p>
+<p><tt><span style="font-size:larger;font-family:Times">Should be 19px</font></tt></p>