- 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
23 lines
569 B
HTML
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 <APPLET> tag but isn't running the applet, for some reason.">
|
|
Your browser is completely ignoring the <APPLET> tag!
|
|
</applet>
|
|
</body>
|
|
</html>
|