Printer regression test files. r=karnaze

git-svn-id: svn://10.0.0.236/trunk@60485 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dcone%netscape.com
2000-02-11 14:38:57 +00:00
parent 5304aed978
commit 8aa725889e
6 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
file:///s|/mozilla/layout/html/tests/printer/images/imagejpg.html
file:///s|/mozilla/layout/html/tests/printer/images/imagegif.html

View File

@@ -0,0 +1,7 @@
<html>
<body>
<img src="raptor.gif">
GIF
</body>
</html>

View File

@@ -0,0 +1,7 @@
<html>
<body>
<img src="raptor.jpg">
JPG
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

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