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

22 lines
486 B
HTML

<html>
<head>
<title>
DOMAccessor test
</title>
</head>
<body>
<pre>
This should run DOMAccessor test.
Look into the java plugin console for
document load notifications while surfing
around
<pre>
<applet code="org.mozilla.dom.tests.TestDOMAccessorApplet"
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>