gecko-dev/extensions/transformiix/resources/buster
hewitt%netscape.com d38a0937d9 bugs 110156, 110155
Removing support for <outliner> tags
Removing <tree> layout code and moving <tree> tags to outliner layout
Convert all usage of <outliner> to tree tags
Convert all usage of <tree> tags to new <tree> syntax or <listbox>
r=cmanske,varga sr=hyatt,sspitzer a=asa

Also includes fixes by Jan Varga (varga@utcruk.sk) for bugs 132020, 133451, 131393, 115894, and 129327
2002-03-29 02:46:01 +00:00
..
helper
buster.xul bugs 110156, 110155 2002-03-29 02:46:01 +00:00
complete-xalanindex.xml
DiffDOM.js Fix buster for null-strings in the dom. r=Pike. Not part of the build. 2001-10-25 08:40:57 +00:00
DumpDOM.js
ReadMe
txTools.css bugs 110156, 110155 2002-03-29 02:46:01 +00:00
txTools.js fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2002-03-06 07:48:55 +00:00
xalanindex.xml
xulTxTools.js bugs 110156, 110155 2002-03-29 02:46:01 +00:00

The buster is a XUL interface to the conformance tests shipped as part of
Xalan. For information about Xalan, please see http://xml.apache.org/.
For your convenience we provide a packed distribution of all needed files
in http://www.axel.pike.org/mozilla/xalan.tar.gz. Please see the included 
LICENSE.txt or http://xml.apache.org/dist/LICENSE.txt for terms of 
distributing those files.

To use the buster, open buster.xul with a XSLT enabled Mozilla. Warning,
it takes quite a while until that page is fully loaded, and due to bug
http://bugzilla.mozilla.org/show_bug.cgi?id=70324, we don't have scrolling.
You can use regular expressions to narrow the set of tests to run.
Once you have selected the tests you're interested in, press the button
"run checked tests", and all the tests will be run.

DiffDOM tries to find out, which tests failed, and will DumpDOM both the
result and the reference solution. Not all reference solutions load
properly, those need manual love.

All of the code was done sleeping, and is not intended as example of good 
code. It's for debugging only!

Good luck and fun

Axel Hecht <axel@pike.org>