Bug 1276738 - Follow-up. Adjust note in mochitest.ini regarding why tests are disabled for Android. r=test-only DONTBUILD

The tests are disabled because for Fennec, we don't support having web content
open new top-level windows, which these tests are exercising.

See bug 1277544 for further details.

MozReview-Commit-ID: EENiIryfdzz

--HG--
extra : amend_source : d06c5ef8b64c7ceab32eb2094f33a6e4e6f15680
This commit is contained in:
Mike Conley 2016-06-02 14:18:32 -04:00
parent 2e1d5487fb
commit 153607520d

View File

@ -2,11 +2,11 @@
tags = openwindow
[test_blank_named_window.html]
skip-if = (os == 'android') # Bug 1277544 - Still need to investigate why these fail on Android.
skip-if = (os == 'android') # Fennec doesn't support web content opening new windows (See bug 1277544 for details)
[test_named_window.html]
skip-if = (os == 'android') # Bug 1277544 - Still need to investigate why these fail on Android.
skip-if = (os == 'android') # Fennec doesn't support web content opening new windows (See bug 1277544 for details)
[test_storage_copied.html]
support-files =
file_storage_copied.html
skip-if = (os == 'android') # Bug 1277544 - Still need to investigate why these fail on Android.
skip-if = (os == 'android') # Fennec doesn't support web content opening new windows (See bug 1277544 for details)