Bug 203121. Debug > Verification > Javascript menu item should read 'DOM' instead. Patch by Neil Rashbrook <neil@parkwaycc.co.uk>. r=me, sr=bz

This commit is contained in:
stephend%netscape.com 2003-09-24 13:32:47 +00:00
parent 0924111af4
commit 991ab866a0

View File

@ -447,7 +447,7 @@
<menu label="Verification">
<menupopup>
<menuitem label="Tables" oncommand="loadURI('resource:/res/samples/test6.html');"/>
<menuitem label="JavaScript" oncommand="loadURI('http://mozilla.org/quality/browser/standards/javascript/tcmatrix/index.html');"/>
<menuitem label="DOM" oncommand="loadURI('http://mozilla.org/quality/browser/standards/javascript/tcmatrix/index.html');"/>
<menuitem label="GIF Images" oncommand="loadURI('http://www.mozilla.org/quality/browser/debugtc/bft_browser_imagemap.html');"/>
<menuitem label="JPEG Images" oncommand="loadURI('resource:/res/samples/test2.html');"/>
<menuitem label="PNG Images" oncommand="loadURI('http://www.libpng.org/pub/png/png-MagnoliaAlpha.html');"/>