Bug 852847 - Part 1: Disable browserElement_oop_KeyEvents.html. r=kk1ff

In fact this test was already disabled; the OOP version was the same as
the in-process version because the test explicitly disabled OOP tabs.

--HG--
extra : rebase_source : 7bcfb88e7368f72d1df863c0c026c7b0549caa77
This commit is contained in:
Justin Lebar 2013-03-28 15:51:10 -04:00
Родитель 2879fc9c57
Коммит 1c2ded82d8
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -166,6 +166,9 @@ MOCHITEST_FILES = \
# Disabled due to https://bugzilla.mozilla.org/show_bug.cgi?id=774100
# test_browserElement_inproc_Reload.html \
# Disabled due to focus issues (no bug that I'm aware of)
# test_browserElement_oop_KeyEvents.html \
# OOP tests don't work on native-fennec (bug 774939).
#
# Both the "inproc" and "oop" versions of OpenMixedProcess open remote frames,
@ -187,7 +190,6 @@ MOCHITEST_FILES += \
test_browserElement_oop_Iconchange.html \
test_browserElement_oop_GetScreenshot.html \
test_browserElement_oop_BadScreenshot.html \
test_browserElement_oop_KeyEvents.html \
test_browserElement_oop_XFrameOptions.html \
test_browserElement_oop_XFrameOptionsDeny.html \
test_browserElement_oop_XFrameOptionsSameOrigin.html \

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

@ -20,7 +20,6 @@ SimpleTest.waitForExplicitFinish();
browserElementTestHelpers.setEnabledPref(true);
browserElementTestHelpers.addPermission();
browserElementTestHelpers.setOOPDisabledPref(true); // this is breaking the autofocus.
var iframe = document.createElement('iframe');
SpecialPowers.wrap(iframe).mozbrowser = true;
@ -39,7 +38,6 @@ function eventHandler(e) {
nbEvents--;
if (nbEvents == 0) {
browserElementTestHelpers.restoreOriginalPrefs();
SimpleTest.finish();
return;
}