[Pkg-javascript-commits] [dojo] 56/88: backport [29405] test failure fix to 1.8 branch, refs #15773

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


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

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

commit 8c8063556c8e6c8d63e4a81833b5afc8d9675b3d
Author: Bill Keese <bill at dojotoolkit.org>
Date:   Mon Dec 17 01:47:11 2012 +0000

    backport [29405] test failure fix to 1.8 branch, refs #15773
    
    git-svn-id: http://svn.dojotoolkit.org/src/branches/1.8/dojo@30194 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 35e860e..44c135e 100644
--- a/tests/_base/html_quirks.html
+++ b/tests/_base/html_quirks.html
@@ -66,7 +66,7 @@
 						}
 					]
 				);
-				if(has("ie")){
+				if(has("ie") <= 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