Closed Bug 12119 Opened 25 years ago Closed 25 years ago

Javscript document views differently in seamonkey than navigator 4.6

Categories

(Core :: DOM: Core & HTML, defect, P3)

x86
Windows NT
defect

Tracking

()

CLOSED DUPLICATE of bug 11141

People

(Reporter: tague, Assigned: vidur)

References

()

Details

Attachments

(1 file)

If you load my test document http:/warp/employees/tague/tests/entityConverter.html (also attached) in 4.6 and seamonkey, you will notice that they display differently. The document should display a list of numbers going from 160-255, which it does on Nav 4.6, but it doesn't display anything under seamonkey.
Attached file testcase in html/javascript (deleted) —
It looks like the same failure as described in bug 11141.
Minimalistic test case: <html> <head> <title>Entity Scriptability Test</title> </head> <body> <b>Basic document.write() test</b><br> <b>Tested on build 1999082008</b> <br> <br> <script> //Writing tags and text within tags does not work document.write("<BR>"); document.write("<B>"); document.write("Hello between tags"); document.write("</B>"); document.write("<BR>"); //Writing simple text without tags does work document.write("Hello without tags"); </script> </html>
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
*** This bug has been marked as a duplicate of 11141 ***
Status: RESOLVED → CLOSED
Closed.
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: