Trying to reenable test for bug 488417, with a test change to hopefully make the orange go away.

This commit is contained in:
Boris Zbarsky 2009-04-21 19:53:13 -04:00
Родитель 5c57af069d
Коммит aa6176c4dc
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -75,6 +75,7 @@ _TEST_FILES = \
test_bug468167.html \
test_bug469613.xul \
test_bug470212.html \
test_bug488417.html \
test_movement_by_characters.html \
test_movement_by_words.html \
test_plugin_clipping.xhtml \
@ -82,7 +83,6 @@ _TEST_FILES = \
$(NULL)
# disabled temporarily
# test_plugin_position.xhtml \
# test_bug488417.html \
libs:: $(_TEST_FILES)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)

Просмотреть файл

@ -46,6 +46,8 @@ addLoadEvent(function() {
clickIt($("b"));
clickIt($("a"));
ok(1, "Got here");
// Clean up
window.getSelection().removeAllRanges();
SimpleTest.finish();
});
});