handheld media type test

screen

<link media="screen"... not applied.

<style media="screen"... not applied.

@import url("whatever.css") screen; not applied.

@media screen {... not applied.

handheld

<link media="handheld"... not applied.

<style media="handheld"... not applied.

@import url("whatever.css") handheld; not applied.

@media handheld {... not applied.