# # ***** BEGIN LICENSE BLOCK ***** # Version: MPL 1.1/GPL 2.0/LGPL 2.1 # # The contents of this file are subject to the Mozilla Public License Version # 1.1 (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License # for the specific language governing rights and limitations under the # License. # # The Original Code is mozilla.org code. # # The Initial Developer of the Original Code is # Mozilla Foundation. # Portions created by the Initial Developer are Copyright (C) 2007 # the Initial Developer. All Rights Reserved. # # Contributor(s): # # Alternatively, the contents of this file may be used under the terms of # either of the GNU General Public License Version 2 or later (the "GPL"), # or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), # in which case the provisions of the GPL or the LGPL are applicable instead # of those above. If you wish to allow use of your version of this file only # under the terms of either the GPL or the LGPL, and not to allow others to # use your version of this file under the terms of the MPL, indicate your # decision by deleting the provisions above and replace them with the notice # and other provisions required by the GPL or the LGPL. If you do not delete # the provisions above, a recipient may use your version of this file under # the terms of any one of the MPL, the GPL or the LGPL. # # ***** END LICENSE BLOCK ***** DEPTH = ../../../../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ relativesrcdir = dom/tests/mochitest/dom-level2-html/files include $(DEPTH)/config/autoconf.mk include $(topsrcdir)/config/rules.mk _TEST_FILES = \ anchor.html \ anchor.xhtml \ anchor.xml \ anchor2.html \ anchor2.xhtml \ anchor2.xml \ applet.html \ applet.xhtml \ applet.xml \ applet2.class \ applet2.html \ applet2.xhtml \ applet2.xml \ area.html \ area.xhtml \ area.xml \ area2.html \ area2.xhtml \ area2.xml \ base.html \ base.xhtml \ base.xml \ base2.html \ base2.xhtml \ base2.xml \ basefont.html \ basefont.xhtml \ basefont.xml \ body.html \ body.xhtml \ body.xml \ br.html \ br.xhtml \ br.xml \ button.html \ button.xhtml \ button.xml \ collection.html \ collection.xhtml \ collection.xml \ directory.html \ directory.xhtml \ directory.xml \ div.html \ div.xhtml \ div.xml \ dl.html \ dl.xhtml \ dl.xml \ document.html \ document.xhtml \ document.xml \ element.html \ element.xhtml \ element.xml \ fieldset.html \ fieldset.xhtml \ fieldset.xml \ font.html \ font.xhtml \ font.xml \ form.html \ form.xhtml \ form.xml \ form2.html \ form2.xhtml \ form2.xml \ form3.html \ form3.xhtml \ form3.xml \ frame.html \ frame.xhtml \ frame.xml \ frame2.html \ frame2.xhtml \ frame2.xml \ frameset.html \ frameset.xhtml \ frameset.xml \ head.html \ head.xhtml \ head.xml \ heading.html \ heading.xhtml \ heading.xml \ hr.html \ hr.xhtml \ hr.xml \ html.html \ html.xhtml \ html.xml \ iframe.html \ iframe.xhtml \ iframe.xml \ iframe2.html \ iframe2.xhtml \ iframe2.xml \ img.html \ img.xhtml \ img.xml \ index.html \ input.html \ input.xhtml \ input.xml \ isindex.html \ isindex.xhtml \ isindex.xml \ label.html \ label.xhtml \ label.xml \ legend.html \ legend.xhtml \ legend.xml \ li.html \ li.xhtml \ li.xml \ link.html \ link.xhtml \ link.xml \ link2.html \ link2.xhtml \ link2.xml \ map.html \ map.xhtml \ map.xml \ menu.html \ menu.xhtml \ menu.xml \ meta.html \ meta.xhtml \ meta.xml \ mod.html \ mod.xhtml \ mod.xml \ object.html \ object.xhtml \ object.xml \ object2.html \ object2.xhtml \ object2.xml \ olist.html \ olist.xhtml \ olist.xml \ optgroup.html \ optgroup.xhtml \ optgroup.xml \ option.html \ option.xhtml \ option.xml \ optionscollection.html \ optionscollection.xhtml \ optionscollection.xml \ paragraph.html \ paragraph.xhtml \ paragraph.xml \ param.html \ param.xhtml \ param.xml \ pre.html \ pre.xhtml \ pre.xml \ quote.html \ quote.xhtml \ quote.xml \ right.png \ script.html \ script.xhtml \ script.xml \ select.html \ select.xhtml \ select.xml \ style.html \ style.xhtml \ style.xml \ table.html \ table.xhtml \ table.xml \ table1.html \ table1.xhtml \ table1.xml \ tablecaption.html \ tablecaption.xhtml \ tablecaption.xml \ tablecell.html \ tablecell.xhtml \ tablecell.xml \ tablecol.html \ tablecol.xhtml \ tablecol.xml \ tablerow.html \ tablerow.xhtml \ tablerow.xml \ tablesection.html \ tablesection.xhtml \ tablesection.xml \ textarea.html \ textarea.xhtml \ textarea.xml \ title.html \ title.xhtml \ title.xml \ ulist.html \ ulist.xhtml \ ulist.xml \ w3c_main.png \ xhtml-lat1.ent \ xhtml-special.ent \ xhtml-symbol.ent \ xhtml1-frameset.dtd \ xhtml1-strict.dtd \ xhtml1-transitional.dtd \ $(NULL) _TEST_FILES_J = \ applets/org/w3c/domts/DOMTSApplet.class \ $(NULL) libs:: $(_TEST_FILES) $(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir) libs:: $(_TEST_FILES_J) $(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)/applets/org/w3c/domts