Testing Statement #1 Below of Section 5.6.2 of CSS1 Spec
-
1. "white-space" has possible values of "normal | pre | nowrap".
PASS CRITERIA:
If statement #1 above is passed, this paragraph should have whitespace
collapsed, even though there is a lot of whitespace in the
source.
The rule applied is "p {white-space: normal}".
This is a pre element.
This h3 heading should look like the pre element above (in terms of spacing).
The rule applied is "h3 {white-space: pre}"
This h4 heading should go on and on without stopping at the end of the normal
end of sentence, because it does not wrap around like a normal h4 element.
The rule applied above is "h4 {white-space: nowrap}".
All other properties of this page should be UA-defualt.