From a416e2ba0d10bf1e1e94b5d023543d38ad08fcfb Mon Sep 17 00:00:00 2001 From: Dave Methvin Date: Sat, 16 Jun 2012 10:57:41 -0400 Subject: [PATCH] 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 --- test/index.html | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5