This is a visual file to test the respond.js polyfill with IE browsers 8, 7 and 6. An image, an external stylesheet (generating a silver border), the main stylesheet (with mediaqueries) and the polyfill javascript are hosted at a CDN (Amazon Cloudfront). The CDN is referenced with a <base> tag.
The present respond javascript is version 1.1.0 from January 30, 2012.
Results :
IE8 : KO, no error shown
IE7 : KO, Access is denied, error line 282
IE6 : KO, Permission denied, error line 282
The polyfill fails because of the same domain security policy implemented in the browsers.

Sara

The media queries in the included CSS file simply change the body's background color depending on the browser width. If you see any colors aside from black, then the media queries are working in your browser. You can resize your browser window to see it change on the fly.