pollmann%netscape.com 122235813e Adding html iframe regression tests, not part of any build
git-svn-id: svn://10.0.0.236/trunk@70149 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-16 23:01:42 +00:00

17 lines
522 B
Batchfile
Executable File

@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\frameset\iframe\verify\ -rd s:\mozilla\layout\html\tests\frameset\iframe -f s:\mozilla\layout\html\tests\frameset\iframe\file_list.txt
goto done
:baseline
s:\mozilla\dist\win32_d.obj\bin\viewer -o s:\mozilla\layout\html\tests\frameset\iframe\ -f s:\mozilla\layout\html\tests\frameset\iframe\file_list.txt
goto done
:error
echo syntax: rtest (baseline verify)
:done