I want to test how does my site behave in older Internet Explorer versions. I have IE 11 on my machine and I currently does not want to use virtual machines or other alternatives of the F12 developer tools. What bothers me is that after pressing F12, there are two dropdowns- Document mode and User Agent string. I have read a lot of articles like http://msdn.microsoft.com/enus/library/ie/dn255001(v=vs.85).aspx and still does know how to configure the dropdowns in order to make the best approximation of let` s say IE9. Here are the options I see:
- Document mode = 9, User Agent string = Default
- Document mode = 9, User Agent string = Internet Explorer 9
- Document mode = Edge (default), User Agent string = Internet Explorer 9
Some advice will be great! Thanks in advance for your cooperation! -Asen