Assertion:
Netscape 4.x ignores a LINKed stylesheet if the LINK element has an ID attribute.

Simple DIV element with id="test1". First external CSS specifies "background-color: green; text-transform: uppercase;" for this element.
LINK element does not have ID attribute

filler text
This is a div
filler text

Simple DIV element with id="test2". Second external CSS specifies "background-color: green; text-transform: uppercase;" for this element.
LINK element has an ID attribute

filler text
This is a div
filler text