Bug 1601095, rename the test files in /cap from .xul to .xhtml r=bgrins

Differential Revision: https://phabricator.services.mozilla.com/D55832

--HG--
rename : caps/tests/mochitest/test_bug995943.xul => caps/tests/mochitest/test_bug995943.xhtml
rename : caps/tests/mochitest/test_disableScript.xul => caps/tests/mochitest/test_disableScript.xhtml
extra : moz-landing-system : lando
This commit is contained in:
Emma Malysz 2019-12-04 20:24:47 +00:00
Родитель f8f4abe4cc
Коммит a1ae71dcf8
3 изменённых файлов: 3 добавлений и 2 удалений

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

@ -6,7 +6,7 @@ support-files =
!/caps/tests/mochitest/file_data.txt
!/caps/tests/mochitest/file_disableScript.html
[test_bug995943.xul]
[test_bug995943.xhtml]
skip-if = (verify && debug && (os == 'mac'))
[test_addonMayLoad.html]
[test_disableScript.xul]
[test_disableScript.xhtml]

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

@ -19,6 +19,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=840488
<!-- test code goes here -->
<script type="application/javascript">
/* eslint-disable mozilla/no-useless-parameters, no-redeclare, no-undef */
<![CDATA[
/** Test for all the different ways that script can be disabled for a given global. **/