Closed
Bug 9386
Opened 26 years ago
Closed 26 years ago
Page does not display
Categories
(Core :: DOM: HTML Parser, defect, P3)
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.
Comment 1•26 years ago
|
||
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
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
verified
1999-07-09-08-M8
You need to log in
before you can comment on or make changes to this bug.
Description
•