Add XBL and table printing tests. Not part of the build.

This commit is contained in:
waterson%netscape.com 2001-07-26 22:38:08 +00:00
Родитель 0ab924e19b
Коммит 4c0f39132f
3 изменённых файлов: 28 добавлений и 1 удалений

Просмотреть файл

@ -14,7 +14,16 @@ nodots() {
echo $NODOTS_OUT
}
dirs="base bugs ../table/core ../table/viewer_tests ../table/bugs ../table/marvin ../table/other ../table/dom"
dirs=" base \
bugs \
../table/core \
../table/viewer_tests \
../table/bugs \
../table/marvin \
../table/other \
../table/dom \
../table/printing \
../xbl"
# This doesn't appear to work on Linux right now; needs support for a
# null driver, perhaps?

Просмотреть файл

@ -0,0 +1 @@
file:///s:/mozilla/layout/html/tests/xbl/insaneInsertion.xul

17
layout/html/tests/xbl/rtest.bat Executable file
Просмотреть файл

@ -0,0 +1,17 @@
@echo off
if "%1"=="baseline" goto baseline
:verify
if not exist verify mkdir verify
s:\mozilla\dist\win32_d.obj\bin\viewer -o s:\mozilla\layout\html\tests\xbl\verify\ -rd s:\mozilla\layout\html\tests\xbl -f s:\mozilla\layout\html\tests\xbl\file_list.txt
goto done
:baseline
s:\mozilla\dist\win32_d.obj\bin\viewer -o s:\mozilla\layout\html\tests\xbl\ -f s:\mozilla\layout\html\tests\xbl\file_list.txt
goto done
:error
echo syntax: rtest (baseline verify)
:done