Bug 1092888 - Part 4: Flip testing function for non-editablt test at test_selectioncarets.py. r=roc

This commit is contained in:
Morris Tseng 2014-11-10 19:47:00 -05:00
parent 2574d25df0
commit 15225b418a

View File

@ -216,5 +216,4 @@ class SelectionCaretsTest(MarionetteTestCase):
########################################################################
def test_content_non_editable_minimum_select_one_character_by_selection(self):
self.openTestHtml(enabled=True)
# Currently, selection carets do not show on non-editable elements.
self._test_minimum_select_one_character(self._content, self.assertNotEqual)
self._test_minimum_select_one_character(self._content, self.assertEqual)