Closed Bug 9386 Opened 26 years ago Closed 26 years ago

Page does not display

Categories

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

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: michael.j.lowe, Assigned: rickg)

References

()

Details

Various results trying to load url in 1997070608 build: sometimes crashes before load completes, sometimes loades but does not display anything.
Using a jul02 win95 build, I see no crash, but it does not load at all. The key seems to be "</script >" in the HEAD ... note the leading spaces in the script. Remove those spaces, and the page loads (for me). E.g., <HTML> <HEAD> <script> var whatever; </script > <!-- remove the space from before the '>' --> </HEAD> <BODY> hello? </BODY> </HTML>
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Fixed by change to comment tokenizer.
Status: RESOLVED → VERIFIED
verified 1999-07-09-08-M8
You need to log in before you can comment on or make changes to this bug.