sdv%sparc.spb.su d77fde69c8 A major update:
- reduces a number of c++<--> java calls
- added NULL checks
- made DOMAccessor to be secure
- added util and tests packages
- wrote test applets
- updated README


git-svn-id: svn://10.0.0.236/trunk@64644 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-30 23:52:19 +00:00

23 lines
569 B
HTML

<html>
<body>
<head>
<title>
DOM API test runner
</title>
</head>
<pre>
This should run java dom api tests.
TestRunnerApplet registers itself
as a DocumentLoadListener via DOMAccessor
and runs tests on endURLLoad notification and dumps
test results into the java plugin console.
<pre>
<applet code="org.mozilla.dom.tests.TestRunnerApplet"
width=0
height=0
alt="Your browser understands the &lt;APPLET&gt; tag but isn't running the applet, for some reason.">
Your browser is completely ignoring the &lt;APPLET&gt; tag!
</applet>
</body>
</html>