I'm building on a site and test the stuff in IE10. I would like to check backward compatibility with IE Developer Tools, so I switch to Browsermode: IE9. Next, I can set IE9 standards or Standard (page default), this gives me different results when I load the page.
Do I need to care testing IE9 standards, if I set a DOCTYPE in the page's <head> in my HTML page? Isn't Standard (page default) what a user that uses IE9 with standard settings should be able to experience when the page renders?
In my experience the most relevant configuration for testing IEs is to set both browser mode and document mode to the same version. That is, in your case, IE 9 and IE 9 standards.