Bug 1264540 - Turn on test_windowless_ime.html on e10s. r=jimm

Use plugin-utils.js's setTestPluginEnabledState to fix race.

MozReview-Commit-ID: 6eVTDJzdKR0

--HG--
extra : rebase_source : cd9d5d0a186b6b29c9d734cd941137ce15600244
This commit is contained in:
Makoto Kato 2016-04-15 14:25:39 +09:00
Родитель d203a1d897
Коммит 482910afa8
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -138,5 +138,5 @@ skip-if = os != "win"
[test_windowless_flash.html]
skip-if = !(os == "win" && processor == "x86_64" && !e10s) # Bug 1253957
[test_windowless_ime.html]
skip-if = os != "win" || e10s
skip-if = os != "win"
[test_zero_opacity.html]

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

@ -36,7 +36,7 @@ function runTests() {
}
SimpleTest.waitForExplicitFinish();
SpecialPowers.setTestPluginEnabledState(SpecialPowers.Ci.nsIPluginTag.STATE_ENABLED);
setTestPluginEnabledState(SpecialPowers.Ci.nsIPluginTag.STATE_ENABLED);
</script>
</head>