[Pkg-javascript-commits] [dojo] 76/87: Disable IE7 emulation tests on IE9 since they aren't really possible in IE9, fixes #15800 on 1.7
David Prévot
taffit at moszumanska.debian.org
Thu Aug 21 17:39:24 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag 1.7.5
in repository dojo.
commit 0e6b0a54acc286702b17b784ee932c4f99506774
Author: Bill Keese <bill at dojotoolkit.org>
Date: Mon Jan 14 08:36:29 2013 +0000
Disable IE7 emulation tests on IE9 since they aren't really possible in IE9, fixes #15800 on 1.7
git-svn-id: http://svn.dojotoolkit.org/src/branches/1.7/dojo@30345 560b804f-0ae3-0310-86f3-f6aa0a117693
---
tests/_base/window.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/_base/window.html b/tests/_base/window.html
index ce6ee80..7a499b2 100644
--- a/tests/_base/window.html
+++ b/tests/_base/window.html
@@ -75,7 +75,7 @@ function(dojo, doh, domConstruct, has, win){
}
];
- if(has("ie") > 7){ // add isIE test for X-UA-Compatible-triggered switch
+ if(has("ie") == 8){ // add isIE test for X-UA-Compatible-triggered switch
tests.push(function isIE(t){
var origIE = has("ie");
win.withGlobal(fStandards.contentWindow, function(){
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/dojo.git
More information about the Pkg-javascript-commits
mailing list