With F12 developer tools in IE10, websites can be rendered as if in earlier IE versions. When doing so however, JavaScript still seems to operate in the context of IE10. Set the page to render as IE7 and run 'JSON' in window
in the console. It returns true
. In an actual IE7 browser, it returns false
.
Basically I want to use the F12 console to verify supported JavaScript features of earlier IE versions.