Bug 1096804 - Fixup a typo and the original skip-if conditional string that landed with browser_taskbar_preview.js. r=tests CLOSED TREE

This commit is contained in:
Jim Mathies 2016-01-12 16:47:13 -06:00
parent ad1390dcf3
commit 70d24578a1
2 changed files with 2 additions and 1 deletions

View File

@ -21,4 +21,4 @@ support-files =
[browser_SignInToWebsite.js]
skip-if = e10s # Bug 941426 - SignIntoWebsite.jsm not e10s friendly
[browser_taskbar_preview.js]
skip-if = os != win
skip-if = os != "win"

View File

@ -104,3 +104,4 @@ function test() {
function isTabSelected(idx) {
return gBrowser.tabs[idx].selected;
}
}