If statement #3 above is passed, then this paragraph should be sans-serif if it is supported. The rule applied is "#id1 {font-family: sans-serif, helvetica, monospace}", with three entries for font-family. "sans-serif" is matched first if possible.
This paragraph should be helvetica if supported. The rule applied is "#id2 {font-family: helvetica, monospace}", with two entries for font- family. "helvetica" is matched first if possible.
This paragraph should be monospace if supported. The rule applied is "#id3 {font-family: monospace}", with one entry for font-family. "monospace" is matched first if possible.
This paragraph should have a UA-default font family. The rule applied is "#id4 {font-family: }", with no entries for font-family. As an example, all of the above rules for font-family satisfy the production "value=one or more occurrences of family name" (NOTE: What about id4?) All other properties of this page should be UA-default. To move directly to the next test, click here