зеркало из https://github.com/mozilla/gecko-dev.git
Bug 659315 - move content/base/test/*.xul to mochitest-chrome. r=jonas, a=test-only
--HG-- rename : content/base/test/test_bug339494.xul => content/base/test/chrome/test_bug339494.xul rename : content/base/test/test_bug357450.xul => content/base/test/chrome/test_bug357450.xul rename : content/base/test/test_bug571390.xul => content/base/test/chrome/test_bug571390.xul
This commit is contained in:
Родитель
af1836d76e
Коммит
847aba8513
|
@ -89,7 +89,6 @@ _TEST_FILES1 = test_bug5141.html \
|
|||
test_bug338679.html \
|
||||
test_bug339494.html \
|
||||
test_bug339494.xhtml \
|
||||
test_bug339494.xul \
|
||||
test_bug340571.html \
|
||||
test_bug343596.html \
|
||||
test_bug345339.html \
|
||||
|
@ -101,7 +100,6 @@ _TEST_FILES1 = test_bug5141.html \
|
|||
test_bug357450.js \
|
||||
test_bug357450.html \
|
||||
test_bug357450.xhtml \
|
||||
test_bug357450.xul \
|
||||
test_bug357450_svg.xhtml \
|
||||
test_bug357509.html \
|
||||
test_bug358660.html \
|
||||
|
@ -412,7 +410,6 @@ _TEST_FILES2 = \
|
|||
file_bug548193.sjs \
|
||||
test_html_colors_quirks.html \
|
||||
test_html_colors_standards.html \
|
||||
test_bug571390.xul \
|
||||
test_bug300992.html \
|
||||
test_websocket_hello.html \
|
||||
file_websocket_hello_wsh.py \
|
||||
|
@ -504,6 +501,10 @@ _TEST_FILES2 = \
|
|||
delayedServerEvents.sjs \
|
||||
$(NULL)
|
||||
|
||||
_CHROME_FILES = \
|
||||
test_bug357450.js \
|
||||
$(NULL)
|
||||
|
||||
# This test fails on the Mac for some reason
|
||||
ifneq (,$(filter gtk2 windows,$(MOZ_WIDGET_TOOLKIT)))
|
||||
_TEST_FILES2 += test_copyimage.html \
|
||||
|
@ -530,3 +531,7 @@ libs:: $(_TEST_FILES2)
|
|||
|
||||
libs:: $(_BROWSER_TEST_FILES)
|
||||
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/browser/$(relativesrcdir)
|
||||
|
||||
libs:: $(_CHROME_FILES)
|
||||
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/chrome/$(relativesrcdir)
|
||||
|
||||
|
|
|
@ -62,6 +62,9 @@ _CHROME_FILES = \
|
|||
test_bug635835.xul \
|
||||
test_fileconstructor.xul \
|
||||
fileconstructor_file.png \
|
||||
test_bug339494.xul \
|
||||
test_bug357450.xul \
|
||||
test_bug571390.xul \
|
||||
$(NULL)
|
||||
|
||||
libs:: $(_TEST_FILES)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
|
||||
<?xml-stylesheet href="/tests/SimpleTest/test.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://mochikit/content/tests/SimpleTest/test.css" type="text/css"?>
|
||||
<!--
|
||||
https://bugzilla.mozilla.org/show_bug.cgi?id=339494
|
||||
-->
|
||||
|
@ -10,8 +10,8 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=339494
|
|||
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
<title>Test for Bug 339494</title>
|
||||
<script type="application/javascript" src="/MochiKit/packed.js"></script>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<script type="application/javascript" src="chrome://mochikit/content/MochiKit/packed.js"></script>
|
||||
<script type="application/javascript" src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>
|
||||
|
||||
<body xmlns="http://www.w3.org/1999/xhtml">
|
||||
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=339494">Mozilla Bug 339494</a>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
|
||||
<?xml-stylesheet href="/tests/SimpleTest/test.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://mochikit/content/tests/SimpleTest/test.css" type="text/css"?>
|
||||
|
||||
<!--
|
||||
https://bugzilla.mozilla.org/show_bug.cgi?id=357450
|
||||
|
@ -11,9 +11,9 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=357450
|
|||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
<title>Test for Bug 357450</title>
|
||||
<script type="application/javascript" src="/MochiKit/packed.js"></script>
|
||||
<script type="application/javascript" src="chrome://mochikit/content/MochiKit/packed.js"></script>
|
||||
<script type="application/javascript"
|
||||
src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<script type="text/javascript" src="test_bug357450.js"></script>
|
||||
|
||||
<body xmlns="http://www.w3.org/1999/xhtml">
|
|
@ -1,14 +1,14 @@
|
|||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet type="text/css" href="chrome://global/skin"?>
|
||||
<?xml-stylesheet type="text/css" href="/tests/SimpleTest/test.css"?>
|
||||
<?xml-stylesheet type="text/css" href="chrome://mochikit/content/tests/SimpleTest/test.css"?>
|
||||
<!--
|
||||
https://bugzilla.mozilla.org/show_bug.cgi?id=571390
|
||||
-->
|
||||
<window title="Mozilla Bug 571390"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
class="foo bar">
|
||||
<script type="application/javascript" src="/MochiKit/packed.js"/>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"/>
|
||||
<script type="application/javascript" src="chrome://mochikit/content/MochiKit/packed.js"/>
|
||||
<script type="application/javascript" src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"/>
|
||||
|
||||
<!-- test results are displayed in the html:body -->
|
||||
<body xmlns="http://www.w3.org/1999/xhtml">
|
Загрузка…
Ссылка в новой задаче