Another wild guess to see if we can fix bug 681138

This commit is contained in:
Ehsan Akhgari 2013-03-06 15:05:10 -05:00
parent 4e85719bce
commit 939fae8ad7

View File

@ -139,7 +139,7 @@ if (!isWindows) {
if (!isWindows && !isOSXMtnLion) {
tests.push([ 'bug106855-1.html' , 'bug106855-1-ref.html' ]); // bug 682837
tests.push([ 'bug106855-2.html' , 'bug106855-1-ref.html' ]); // bug 681138
tests.push([ 'bug106855-2.html' , 'bug106855-1-ref.html?' ]); // bug 681138
}
tests.push(function() {SpecialPowers.setBoolPref("bidi.browser.ui", true);});