Closed
Bug 147972
Opened 22 years ago
Closed 22 years ago
nothing shows up in browser window loading this URL
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
People
(Reporter: rjones, Assigned: harishd)
References
()
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc3) Gecko/20020523
BuildID: 2002052316
When I load the URL http://www.m-o-o-t.org/FAQ.html, nothing shows up in the
window at all. Although the source plays with font size and color, it doesn't
appear to be anything out of the ordinary.
Reproducible: Always
Steps to Reproduce:
1.open http://www.m-o-o-t.org/FAQ.html
Actual Results: nothing appeared
Expected Results: text should have appeared
Comment 1•22 years ago
|
||
<html>
<head>
<!-- title element with no closing tag -->
<title>
</head>
<body>
Can you see this text?
</body>
</html>
-> Parser, I believe. Possibly a dup (or wontfix or regression).
Assignee: attinasi → harishd
Status: UNCONFIRMED → NEW
Component: Layout → Parser
Ever confirmed: true
QA Contact: petersen → moied
Comment 2•22 years ago
|
||
*** This bug has been marked as a duplicate of 42945 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•