Qualified, Markup-driven JS loading w/ link[rel=preload]

This is a test page that references a script using rel=preload and a media query qualifier media="(min-width: 800px)".

In browsers that support preload, if the viewport size is greater than 800px wide, the script will load and execute. In narrower viewport sizes, it will never load at all.