(Adapted from Patrick Griffith's original handheld test.)
<link media="screen"... not applied.
<style media="screen"... not applied.
@import url("whatever.css") screen; not applied.
@media screen {... not applied.
<link media="handheld"... not applied.
<style media="handheld"... not applied.
@import url("whatever.css") handheld; not applied.
@media handheld {... not applied.
Extra text to test inline CSS rendering capabilities.