This is a test page that references a stylesheet with link[rel=prefetch]
, and fetches the CSS manually using loadCSS
in browsers that do not understand link[rel=prefetch]
yet (read: all browsers at time of writing)
The CSS file has a 5 second delay built into its server response time. If it is loaded in a non-blocking manner as desired, you should be able to read this text before the page is styled as white text on green background.