Bug 916026 Set the expected plugin state at the start of the test to avoid issues with different apps having different preferences set. r=dkeeler

This commit is contained in:
Mark Banner 2013-09-17 09:42:39 -07:00
Родитель e0e99df3b6
Коммит bc061b459a
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -10,6 +10,7 @@ function check_state(aTag, aExpectedClicktoplay, aExpectedDisabled) {
function run_test() {
let tag = get_test_plugintag();
tag.enabledState = Ci.nsIPluginTag.STATE_ENABLED;
check_state(tag, false, false);
/* test going to click-to-play from always enabled and back */