diff options
Diffstat (limited to 'accessible/tests/mochitest/elm/test_nsApplicationAcc.html')
-rw-r--r-- | accessible/tests/mochitest/elm/test_nsApplicationAcc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accessible/tests/mochitest/elm/test_nsApplicationAcc.html b/accessible/tests/mochitest/elm/test_nsApplicationAcc.html index 58763e4372..e23eb37bc4 100644 --- a/accessible/tests/mochitest/elm/test_nsApplicationAcc.html +++ b/accessible/tests/mochitest/elm/test_nsApplicationAcc.html @@ -32,7 +32,7 @@ // nsIAccessible::name var applicationName = ""; - if (LINUX || SOLARIS) { + if (LINUX) { applicationName = appInfo.name; } else { try { |