Closed
Bug 2355
Opened 26 years ago
Closed 26 years ago
page doesn't complete loading
Categories
(Core :: DOM: HTML Parser, defect, P1)
Tracking
()
VERIFIED
FIXED
People
(Reporter: Brade, Assigned: rickg)
Details
This page (below) doesn't complete loading unless I remove the LINK tag in the
head. If you add more lines to the end, more pieces load. If you delete pieces
from the end (like the <p>aragraphs I added after the form), the previously shown
items disappear.
It doesn't really seem like a parser bug *BUT* if I remove the stylesheet it
loads fine. This worked last week but has been broken all of this week.
Here is the stylesheet (I took out everything):
<style type="text/css">
</style>
Here is the HTML:
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<title>dlog</title>
<LINK href="platformstyle2.css" rel="stylesheet" type="text/css">
</head>
<body>
<p>the end
<p>the very end
</body>
</html>
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
I think this is fixed by other changes I've added. Please review on Mac.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 2•26 years ago
|
||
verifying; seems to work again...
You need to log in
before you can comment on or make changes to this bug.
Description
•