Testing 47th Testable Statement of Sec 15.2 of CSS2 Specification
-
47. The font-size-adjust property allows authors to specify an aspect value
for an element that will preserve the x-height of the first choice font in
the substitute font.
PASS CRITERIA:
If statement #47 above is passed, then
this paragraph should have a font-size-adjust of default size.
The x-height of the font is not preserved.
The rule specified is "p {font-size-adjust: none}".
This h3 heading should have an aspect value of 1.5.
The rule applied is "h3 {font-size-adjust: 1.5}".
All other properties of this page should be UA-default.