зеркало из https://github.com/mozilla/gecko-dev.git
Add XBL and table printing tests. Not part of the build.
This commit is contained in:
Родитель
0ab924e19b
Коммит
4c0f39132f
|
@ -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
|
|
@ -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
|
||||
|
Загрузка…
Ссылка в новой задаче