2 <!-- title of a style element with invalid type should never be the preferred stylesheet set -->
3 <style type=
"text/invalid" title=
"preferred"></style>
4 <link rel=
"alternate stylesheet" type=
"text/css" title=
"preferred" href=
"data:text/css,p{color:red}">
5 <p>This text should not be red.
</p>