Testing Statement #4 Below of Section 5.2.6 of CSS1 Spec

PASS CRITERIA:

If statement #4 above is passed, then:

This paragraph should be "medium" font size. The rule applied is "#id1 {font-size: medium}".

This paragraph should be "10pt" font size. This paragraph should have the same font size as the one above. The rule applied is "#id2 {font-size: 10pt}".

This paragraph should be large font size. The rule applied is "#id3 {font-size: large}".

This paragraph should be 15pt font size. This paragraph should have the same font size as the one above. The rule applied is "#id4 {font-size: 15pt}".

All other properties of this page should be UA-default. UAs may differ in their interpretation of "same".