"Problems" with FONT and line-height

This is a compatability issue. This document should be in quirks mode. For legacy reasons, the text below should not have a visually high line height, it should be rendered as if the surrounding paragraph had a line-height of 0 and the "this is normal text" section and the FONT element had a line height of 1em.

This is a slightly more complex test page than the straight forward font-in-a-block test case, as it includes <br> elements.

This is small text.
This is small text.
This is small text.
This is small text.
This is small text.
This is small text.
This is normal text.
This is small text.
This is small text.
This is small text.
This is small text.
This is small text.
This is small text.

Now a similar case but with each line wrapped separately:

This is small text.
This is small text.
This is small text.
This is small text.
This is small text.
This is small text.
This is normal text.
This is small text.
This is small text.
This is small text.
This is small text.
This is small text.
This is small text.

In QUIRKS MODE ONLY, the line-height on the block and the <br> should be ignored.

Always ensure that the line-height 2 test of the EvilTests Suite still works correctly! (Standard mode.)

End.