+++ /dev/null
-layer at (0,0) size 785x608
- RenderView at (0,0) size 785x600
-layer at (0,0) size 785x608
- RenderBlock {HTML} at (0,0) size 785x608
- RenderBody {BODY} at (8,8) size 769x584
- RenderBlock {P} at (0,0) size 769x18
- RenderText {#text} at (0,0) size 465x18
- text run at (0,0) width 465: "Fails indicate that the font property specification is invalid in quirks mode."
- RenderBlock {P} at (0,50) size 769x37
- RenderText {#text} at (0,0) size 220x37
- text run at (0,0) width 220: "24pt italic = 24pt"
- RenderBlock {P} at (0,119) size 769x37
- RenderText {#text} at (0,0) size 294x37
- text run at (0,0) width 294: "24pt italic Arial = 24pt"
- RenderBlock {P} at (0,188) size 769x37
- RenderText {#text} at (0,0) size 394x36
- text run at (0,0) width 394: "24pt italic 'Arial' = 24pt Arial"
- RenderBlock {P} at (0,257) size 769x37
- RenderText {#text} at (0,0) size 131x37
- text run at (0,0) width 131: "italic 24pt"
- RenderBlock {P} at (0,326) size 769x37
- RenderText {#text} at (0,0) size 457x36
- text run at (0,0) width 457: "italic 24pt Arial = 24pt Arial Italic"
- RenderBlock {P} at (0,395) size 769x37
- RenderText {#text} at (0,0) size 469x36
- text run at (0,0) width 469: "italic 24pt 'Arial' = 24pt Arial Italic"
- RenderBlock {P} at (0,464) size 769x18
- RenderText {#text} at (0,0) size 141x18
- text run at (0,0) width 141: "Arial 24pt italic = fails"
- RenderBlock {P} at (0,498) size 769x18
- RenderText {#text} at (0,0) size 147x18
- text run at (0,0) width 147: "'Arial' 24pt italic = fails"
- RenderBlock {P} at (0,532) size 769x18
- RenderText {#text} at (0,0) size 141x18
- text run at (0,0) width 141: "Arial italic 24pt = fails"
- RenderBlock {P} at (0,566) size 769x18
- RenderText {#text} at (0,0) size 147x18
- text run at (0,0) width 147: "'Arial' italic 24pt = fails"
+++ /dev/null
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
-<HTML>
-<HEAD>
-<TITLE>Testing WinIE compatibility of font property specification</TITLE>
-<STYLE type="text/css">
-.one {font: 24pt italic;"}
-.two {font: 24pt italic Arial;}
-.three {font: 24pt italic 'Arial';}
-.four {font: italic 24pt;}
-.five {font: italic 24pt Arial;"}
-.six {font: italic 24pt 'Arial';}
-.seven {font: Arial 24pt italic;}
-.eight {font: 'Arial' 24pt italic;}
-.nine {font: Arial italic 24pt;}
-.ten {font: 'Arial' italic 24pt;}
-</STYLE>
-</HEAD>
-
-<BODY>
-<P>
-Fails indicate that the font property specification is invalid in quirks mode.
-</P>
-<P class="one"> 24pt italic = 24pt </P>
-<P class="two"> 24pt italic Arial = 24pt </P>
-<P class="three"> 24pt italic 'Arial' = 24pt Arial </P>
-<P class="four"> italic 24pt </P>
-<P class="five"> italic 24pt Arial = 24pt Arial Italic </P>
-<P class="six"> italic 24pt 'Arial' = 24pt Arial Italic </P>
-<P class="seven"> Arial 24pt italic = fails </P>
-<P class="eight"> 'Arial' 24pt italic = fails </P>
-<P class="nine"> Arial italic 24pt = fails </P>
-<P class="ten"> 'Arial' italic 24pt = fails </P>
-</BODY>
-</HTML>