Added some new tests. git-svn-id: svn://10.0.0.236/trunk@54180 18797224-902f-48f8-a5cc-f745e15eee43
18 lines
537 B
HTML
18 lines
537 B
HTML
<html>
|
|
<body name="test_dom_accessor">
|
|
<pre>
|
|
This should run DOMAccessor test.
|
|
TestDOMAccessorApplet1 registers itself
|
|
as a DocumentLoadListener via DOMAccessor
|
|
and dumps load notifications and document
|
|
source into the java plugin console.
|
|
<pre>
|
|
<applet code="org.mozilla.dom.tests.TestDOMAccessorApplet1"
|
|
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>
|