Bug 1564972 [wpt PR 17681] - Support .mjs as a javascript suffix, a=testonly

Automatic update from web-platform-tests
Support .mjs as a javascript suffix
--

wpt-commits: e1c9ae5f429295816c383fa25ad60097b8808235
wpt-pr: 17681
This commit is contained in:
fergald 2019-07-22 10:23:01 +00:00 коммит произвёл James Graham
Родитель b8453ed911
Коммит 5ca5c10d1f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -20,7 +20,7 @@ content_types = utils.invert_dict({
"text/css": ["css"],
"text/event-stream": ["event_stream"],
"text/html": ["htm", "html"],
"text/javascript": ["js"],
"text/javascript": ["js", "mjs"],
"text/plain": ["txt", "md"],
"text/vtt": ["vtt"],
"video/mp4": ["mp4", "m4v"],