Created by: cvrebert
This script, which I've pretty exhaustively tested manually using Sauce, alerts the user about the perils of trying to use IE's emulation modes to test older versions of IE. These emulation modes can behave differently from actual IE, which can lead users to file Bootstrap bugs about supposed IE8 problems which don't occur when tested properly using actual IE8.
Examples of emulation inaccuracy:
- #13177 (closed)
- http://stackoverflow.com/questions/5612170/web-testing-for-ie-how-accurate-is-ietester
- http://stackoverflow.com/questions/19446584/why-doesnt-ie11-honour-conditional-comments-even-when-emulating-ie8-document-mo
- http://stackoverflow.com/questions/10249454/how-well-does-ie7-8-mode-in-ie9-compare-to-actually-running-ie7-8
This should hopefully reduce the amount of time wasted chasing down false IE8 bug reports. /cc @twbs/team for review