mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 668431 - move test_bug361111.xul to mochitest-chrome. r=Jesse, a=test-only
This commit is contained in:
parent
d697f73b2e
commit
7bdc8ec066
@ -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)
|
||||
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user