From: Dave Methvin Date: Sat, 16 Jun 2012 14:57:41 +0000 (-0400) Subject: Ensure that IE stays in Big Boy mode. X-Git-Tag: 1.8b1~29 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a416e2ba0d10bf1e1e94b5d023543d38ad08fcfb;p=jquery.git Ensure that IE stays in Big Boy mode. Although we use a lot of iframes in the test, the IE document mode is set by the parent document so we just need a single X-UA-Compatible in the main file. http://msdn.microsoft.com/en-us/library/cc288325(v=vs.85).aspx --- diff --git a/test/index.html b/test/index.html index 351383086..9d1e70344 100644 --- a/test/index.html +++ b/test/index.html @@ -2,6 +2,7 @@ + jQuery Test Suite