This is a visual file to test the respond.js polyfill with IE browsers 8, 7 and 6. The main stylesheet (with mediaqueries) and the polyfill javascript are hosted at the origin website, an Amazon S3 bucket. The external stylesheet (generating a silver border) and the image are hosted at a CDN (Amazon Cloudfront).
The present respond javascript is version 1.1.0 from January 30, 2012.
Results :
IE8 : OK
IE7 : KO, Access is denied, error line 282
IE6 : KO, Permission denied, error line 282

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.