Bug 1675326 - part2 : move webvtt related xpcshell test to `dom/media/webvtt/test/xpcshell` r=bryce

Depends on D96103

Differential Revision: https://phabricator.services.mozilla.com/D96104
This commit is contained in:
alwu 2020-11-09 15:47:10 +00:00
Родитель 9d84da2096
Коммит 9594ca92fc
4 изменённых файлов: 1 добавлений и 6 удалений

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

@ -41,6 +41,6 @@ EXTRA_JS_MODULES += [
"vtt.jsm",
]
XPCSHELL_TESTS_MANIFESTS += ["tests/xpcshell.ini"]
XPCSHELL_TESTS_MANIFESTS += ["test/xpcshell/xpcshell.ini"]
FINAL_LIBRARY = "xul"

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

@ -1,5 +0,0 @@
"use strict";
module.exports = {
extends: ["plugin:mozilla/xpcshell-test"],
};