Bug 1371395 Part 2: Test media emulation of an unsupported type. r=jryans

MozReview-Commit-ID: L5tswjbGd97

--HG--
extra : rebase_source : 8b67fb05594c4330ee44c7d39ab2fb47c82a4342
This commit is contained in:
Brad Werth 2017-08-04 17:06:27 -07:00
Родитель 7b6925f69a
Коммит 702a7fc542
1 изменённых файлов: 15 добавлений и 0 удалений

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

@ -53,6 +53,21 @@ var tests = {
]);
},
testEmulateBadMedia: function (options) {
return helpers.audit(options, [
{
setup: "media emulate nonsense",
check: {
input: "media emulate nonsense",
markup: "VVVVVVVVVVVVVVEEEEEEEE",
status: "ERROR",
},
output: "Can't use `nonsense`",
error: true
}
]);
},
testEndMediaEmulation: function (options) {
return helpers.audit(options, [
{