Bug 1597752, rename .xul files in editor/ to .xhtml r=masayuki

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

--HG--
rename : editor/composer/test/test_bug434998.xul => editor/composer/test/test_bug434998.xhtml
rename : editor/libeditor/tests/test_bug1386222.xul => editor/libeditor/tests/test_bug1386222.xhtml
rename : editor/libeditor/tests/test_bug1397412.xul => editor/libeditor/tests/test_bug1397412.xhtml
rename : editor/libeditor/tests/test_bug489202.xul => editor/libeditor/tests/test_bug489202.xhtml
rename : editor/libeditor/tests/test_bug599983.xul => editor/libeditor/tests/test_bug599983.xhtml
rename : editor/libeditor/tests/test_bug607584.xul => editor/libeditor/tests/test_bug607584.xhtml
rename : editor/libeditor/tests/test_bug616590.xul => editor/libeditor/tests/test_bug616590.xhtml
rename : editor/libeditor/tests/test_bug780908.xul => editor/libeditor/tests/test_bug780908.xhtml
rename : editor/libeditor/tests/test_cut_copy_delete_command_enabled.xul => editor/libeditor/tests/test_cut_copy_delete_command_enabled.xhtml
rename : editor/libeditor/tests/test_pasteImgTextarea.xul => editor/libeditor/tests/test_pasteImgTextarea.xhtml
rename : editor/reftests/xul/empty-ref.xul => editor/reftests/xul/empty-ref.xhtml
rename : editor/reftests/xul/emptytextbox-4.xul => editor/reftests/xul/emptytextbox-4.xhtml
rename : editor/reftests/xul/emptytextbox-ref.xul => editor/reftests/xul/emptytextbox-ref.xhtml
extra : moz-landing-system : lando
This commit is contained in:
Emma Malysz 2019-11-19 23:40:10 +00:00
parent 397c73b3bb
commit ce9c72d88e
17 changed files with 23 additions and 12 deletions

View File

@ -409,6 +409,17 @@ module.exports = {
"no-unused-vars": "off",
"no-useless-call": "off",
}
}, {
"files": [
"editor/composer/test/test_bug434998.xhtml",
"editor/libeditor/tests/test_bug607584.xhtml",
"editor/libeditor/tests/test_bug616590.xhtml",
"editor/libeditor/tests/test_bug780908.xhtml",
],
"rules": {
"object-shorthand": "off",
"no-undef": "off",
}
}, {
"files": [
"toolkit/components/aboutmemory/tests/test_aboutmemory.xhtml",

View File

@ -1,5 +1,5 @@
[DEFAULT]
skip-if = os == 'android'
[test_bug434998.xul]
[test_bug434998.xhtml]
[test_bug1266815.html]

View File

@ -2,16 +2,16 @@
skip-if = os == 'android'
support-files = green.png
[test_bug489202.xul]
[test_bug599983.xul]
[test_bug607584.xul]
[test_bug616590.xul]
[test_bug780908.xul]
[test_bug1386222.xul]
[test_bug1397412.xul]
[test_bug489202.xhtml]
[test_bug599983.xhtml]
[test_bug607584.xhtml]
[test_bug616590.xhtml]
[test_bug780908.xhtml]
[test_bug1386222.xhtml]
[test_bug1397412.xhtml]
[test_contenteditable_text_input_handling.html]
[test_cut_copy_delete_command_enabled.xul]
[test_cut_copy_delete_command_enabled.xhtml]
[test_htmleditor_keyevent_handling.html]
[test_texteditor_keyevent_handling.html]
skip-if = (debug && os=='win') || (os == 'linux') # Bug 1116205, leaks on windows debug, fails delete key on linux
[test_pasteImgTextarea.xul]
[test_pasteImgTextarea.xhtml]

View File

@ -6,7 +6,7 @@
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=780908
adapted from test_bug607584.xul by Kent James <kent@caspia.com>
adapted from test_bug607584.xhtml by Kent James <kent@caspia.com>
-->
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
title="Mozilla Bug 780908" onload="runTest();">

View File

@ -1 +1 @@
!= chrome://reftest/content/editor/reftests/xul/emptytextbox-4.xul chrome://reftest/content/editor/reftests/xul/emptytextbox-ref.xul
!= chrome://reftest/content/editor/reftests/xul/emptytextbox-4.xhtml chrome://reftest/content/editor/reftests/xul/emptytextbox-ref.xhtml