]> source.dussan.org Git - jquery.git/commitdiff
Ensure that IE stays in Big Boy mode.
authorDave Methvin <dave.methvin@gmail.com>
Sat, 16 Jun 2012 14:57:41 +0000 (10:57 -0400)
committerDave Methvin <dave.methvin@gmail.com>
Sat, 16 Jun 2012 14:57:41 +0000 (10:57 -0400)
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

index 35138308695cc4a97d5d53d20c30c30be146222f..9d1e70344f7d243c406259ecf40a3fb392303c2d 100644 (file)
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr" id="html">
 <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+       <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
        <title>jQuery Test Suite</title>
        <link rel="Stylesheet" media="screen" href="qunit/qunit/qunit.css" />
        <link rel="Stylesheet" media="screen" href="data/testsuite.css" />