dom/xslt/tests/buster/ReadMe

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

michael@0 1 The buster is a XUL interface to the conformance tests shipped as part of
michael@0 2 Xalan. For information about Xalan, please see http://xml.apache.org/.
michael@0 3 For your convenience we provide a packed distribution of all needed files
michael@0 4 in http://www.axel.pike.org/mozilla/xalan.tar.gz. Please see the included
michael@0 5 LICENSE.txt or http://xml.apache.org/dist/LICENSE.txt for terms of
michael@0 6 distributing those files.
michael@0 7
michael@0 8 To use the buster, open buster.xul with an XSLT enabled Mozilla.
michael@0 9 Open the rdf index file shipped with the test package into the
michael@0 10 "Xalan index", and the available tests will show up as a tree.
michael@0 11 Once you have selected the tests you're interested in, press the button
michael@0 12 "run checked tests", and all the tests will be run.
michael@0 13 You can save the results into an rdf, and load it for comparison and
michael@0 14 regression hunting.
michael@0 15
michael@0 16 DiffDOM tries to find out, which tests failed, and will DumpDOM both the
michael@0 17 result and the reference solution. Not all reference solutions load
michael@0 18 properly, those need manual love.
michael@0 19
michael@0 20 Good luck and fun
michael@0 21
michael@0 22 Axel Hecht <axel@pike.org>

mercurial