Bug 909043 - test_reftests_with_caret.html failing on b2g mochitest because of spellcheck test. r=ehsan

This commit is contained in:
Martijn Wargers 2013-08-26 17:46:42 +02:00
parent cd34b738bd
commit 173f9f5ada

View File

@ -118,7 +118,12 @@ if (!isWindows) {
tests.push([ 'bug240933-2.html' , 'bug240933-1-ref.html' ]); // bug 681162
tests.push([ 'bug389321-1.html' , 'bug389321-1-ref.html' ]); // bug 683163
tests.push([ 'bug482484.html' , 'bug482484-ref.html' ]); // bug 688575
tests.push([ 'bug512295-2.html' , 'bug512295-2-ref.html' ]); // bug 681331
if (navigator.appVersion.indexOf("Android") == -1 &&
SpecialPowers.Services.appinfo.name != "B2G") {
tests.push([ 'bug512295-2.html' , 'bug512295-2-ref.html' ]); // bug 681331
} else {
is(SpecialPowers.getIntPref("layout.spellcheckDefault"), 0, "Spellcheck should be turned off for this platrom or this if..else check removed");
}
tests.push([ 'bug597519-1.html' , 'bug597519-1-ref.html' ]); // bug 680579
tests.push([ 'bug602141-1.html' , 'bug602141-1-ref.html' ]); // bug 681334
tests.push([ 'bug602141-2.html' , 'bug602141-2-ref.html' ]); // bug 682836