If statement #5 above is passed, then:
This paragraph should be serif first, then sans-serif second. The rule applied is "#id1 {font-family: serif, sans-serif}", where the comma indicates two alternatives.
This paragraph should be new century schoolbook (a local font) first, then serif second. The rule applied is "#id2 {font-family: new century schoolbook, serif}", where the comma indicates two alternatives.
This paragraph should be gill first, then helvetica second, and finally sans-serif third. The rule applied is "#id3 {font-family: gill, helvetica, sans-serif}", where the commas separate three alternatives. If none of the choices above work, then UA-default font family will be used. All other properties of this page should be UA-default. To move directly to the next test, click here