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