<link> with wrong mimetypeThis text will be green if the rule has been applied.
<link rel="stylesheet" type="text/nonsense" href="styles.css" />
Because style sheet contents must be of the mimetype text/css, standards-compliant browsers should not apply stylesheets with different mimetypes and will not apply this rule (so the text in the example block should be red in compliant browsers).