summaryrefslogtreecommitdiffstats
path: root/layout/forms/test/test_bug935876.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/forms/test/test_bug935876.html')
-rw-r--r--layout/forms/test/test_bug935876.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/layout/forms/test/test_bug935876.html b/layout/forms/test/test_bug935876.html
index bb4090211..5df43e4f8 100644
--- a/layout/forms/test/test_bug935876.html
+++ b/layout/forms/test/test_bug935876.html
@@ -49,7 +49,6 @@ SimpleTest.waitForExplicitFinish();
const kIsWin = navigator.platform.indexOf("Win") == 0;
const kIsMac = navigator.platform.indexOf("Mac") == 0;
-const kIsAndroid = navigator.appVersion.indexOf("Android") != 0;
function runTests()
{
@@ -352,8 +351,7 @@ function runTests()
// Mac uses native popup for dropdown. Let's skip the tests for popup
// since it's not handled in nsListControlFrame.
- // Similarly, Android doesn't use popup for dropdown.
- if (kIsMac || kIsAndroid) {
+ if (kIsMac) {
finish();
return;
}