mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
12bb07968f
commit
b14f4a735a
@ -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"
|
||||
|
@ -104,3 +104,4 @@ function test() {
|
||||
function isTabSelected(idx) {
|
||||
return gBrowser.tabs[idx].selected;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user