CSS Content-type test case

The HTTP Content-type header should determine how a browser handles the document. A stylesheet sent as text/plain shouldn't be interpreted by the browser as CSS. It should instead be ignored. The type attribute on the link element should have no relevance if the document comes with an HTTP Content-type header.

The background of this should be green.