[Pkg-javascript-commits] [dojo] 71/87: backport [29405] test failure fix to 1.7 branch, refs #15773

David Prévot taffit at moszumanska.debian.org
Thu Aug 21 17:39:23 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 c3150105ca08cae2c04067c6a0d63dc1de9325aa
Author: Bill Keese <bill at dojotoolkit.org>
Date:   Mon Dec 17 01:51:14 2012 +0000

    backport [29405] test failure fix to 1.7 branch, refs #15773
    
    git-svn-id: http://svn.dojotoolkit.org/src/branches/1.7/dojo@30195 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 097cf98..6be2f73 100644
--- a/tests/_base/html_quirks.html
+++ b/tests/_base/html_quirks.html
@@ -66,7 +66,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