Bug 668431 - move test_bug361111.xul to mochitest-chrome. r=Jesse, a=test-only

This commit is contained in:
Joel Maher 2011-07-09 08:35:40 -04:00
parent d697f73b2e
commit 7bdc8ec066
2 changed files with 11 additions and 4 deletions

View File

@ -54,7 +54,6 @@ _TEST_FILES = bug500931_helper.html \
file_evalInSandbox.html \
file_wrappers-2.html \
test_bug92773.html \
test_bug361111.xul \
test_bug384632.html \
test_bug390488.html \
test_bug393269.html \
@ -95,6 +94,10 @@ _TEST_FILES = bug500931_helper.html \
file_bug658560.html \
$(NULL)
_CHROME_FILES = \
test_bug361111.xul \
$(NULL)
ifneq ($(OS_TARGET),Android)
ifndef MOZ_PLATFORM_MAEMO
_TEST_FILES += test_bug657267.html \
@ -107,3 +110,7 @@ endif
libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
libs:: $(_CHROME_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/chrome/$(relativesrcdir)

View File

@ -1,13 +1,13 @@
<?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=361111
-->
<window title="Mozilla Bug 361111"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<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">