Bug 1268633 followup, adjust test_interfaces.html to expect that the SpeechSynthesis API is riding the trains. r=smaug

MozReview-Commit-ID: BTBvFOoRwKV
This commit is contained in:
Phil Ringnalda 2016-06-06 18:33:33 -07:00 коммит произвёл Eitan Isaacson
Родитель 9c47a3e286
Коммит 7d17083dd6
1 изменённых файлов: 5 добавлений и 5 удалений

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

@ -1035,15 +1035,15 @@ var interfaceNamesInGlobalScope =
// IMPORTANT: Do not change this list without review from a DOM peer!
"SourceBufferList",
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "SpeechSynthesisErrorEvent", android: false, nightly: true},
{name: "SpeechSynthesisErrorEvent", android: false},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "SpeechSynthesisEvent", android: false, nightly: true},
{name: "SpeechSynthesisEvent", android: false},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "SpeechSynthesis", android: false, nightly: true},
{name: "SpeechSynthesis", android: false},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "SpeechSynthesisUtterance", android: false, nightly: true},
{name: "SpeechSynthesisUtterance", android: false},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "SpeechSynthesisVoice", android: false, nightly: true},
{name: "SpeechSynthesisVoice", android: false},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "SpecialPowers", xbl: false},
// IMPORTANT: Do not change this list without review from a DOM peer!