зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
7b6925f69a
Коммит
702a7fc542
|
@ -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, [
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче