Document mode is what the browser uses to render the page: IE9, IE8, IE7, or Quirks. Browser mode sets how the browser identifies itself on the web server and on JavaScript.
From a testing point of view, it seems unnecessarily confusing that these are two separate parameters, and you usually want to change them, for example, set the browser mode to IE8 and document mode to IE8 so that IE9 looks like IE8.
There is also an option to view Internet Exploer 9 compatibility for browser mode. This is similar to IE7 mode, with the exception of the user agent string, it also says "Trident / 5.0" (Trident - IE Linking Engine).
mhenry1384 Mar 05 2018-12-12T00: 00Z
source share