[Pkg-javascript-commits] [dojo] 18/32: backport [29405] test failure fix to 1.6 branch, refs #15773

David Prévot taffit at moszumanska.debian.org
Thu Aug 21 17:39:08 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag 1.6.2
in repository dojo.

commit f434926db8c0ca09ced8fc93217d214605b1fc34
Author: Bill Keese <bill at dojotoolkit.org>
Date:   Mon Dec 17 01:52:43 2012 +0000

    backport [29405] test failure fix to 1.6 branch, refs #15773
    
    git-svn-id: http://svn.dojotoolkit.org/src/branches/1.6/dojo@30196 560b804f-0ae3-0310-86f3-f6aa0a117693
---
 tests/_base/html_quirks.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/_base/html_quirks.html b/tests/_base/html_quirks.html
index c33284b..128122f 100644
--- a/tests/_base/html_quirks.html
+++ b/tests/_base/html_quirks.html
@@ -69,7 +69,7 @@
 						}
 					]
 				);
-				if(dojo.isIE){ 
+				if(dojo.isIE <= 9){
 					// IE collapses padding in quirks mode. We just report on it.
 					doh.register("t", 
 						[

-- 
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