Testing seventh testable statement of Section 1.4 of CSS1 Spec

"PASS" CRITERIA:

If statement #7 above is passed, then the two paragraphs below should look identical although their element types are different:

P - should be bold font-weight, 12pt font size, 14pt line height, helvetica and normal font-style. All other properties should be UA-default. The rule appliedis "p.foo {font-weight: bold; font-size: 12pt; line-height: 14pt; font-family: helvetica; font-style: normal;}".

H3 - should be bold font-weight, 12pt font size, 14pt line height, helvetica and normal font-style. All other properties should be UA-default. The rule appliedis "h3.foo1 {font-weight: bold; font-size: 12pt; line-height: 14pt; font-family: helvetica; font-style: normal;}".

P above should be identical to H3 above.