Closed
Bug 15359
Opened 25 years ago
Closed 25 years ago
View Source output lacks line breaks
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
M17
People
(Reporter: elig, Assigned: buster)
Details
(Whiteboard: [TESTCASE] View Source must display line breaks)
Attachments
(1 file)
(deleted),
text/html
|
Details |
Starting with the 1999101008 builds, View Source output lacks line breaks in
between lines. (Checked Win32 & Linux).
[Full reproduction steps/etc omitted due to ease of reproducibility.]
Reporter | ||
Updated•25 years ago
|
QA Contact: petersen → elig
Reporter | ||
Comment 1•25 years ago
|
||
QA Assigning to self.
Kipp -- this appears to be a content model bug.
If you look at nsViewSourceHTML.cpp::WillBuildModel(), you'll see that I'm
calling OpenBody(). If you dump the content model fter loading the document,
you'll see that the body element doesn't appear. Odd, no?
Here's my test case:
<html>
<body>
view
source
error
</body>
</html>
Updated•25 years ago
|
Whiteboard: [TESTCASE] View Source must display line breaks
Comment 3•25 years ago
|
||
Attaching a strict HTML 4.0 test case & rewriting the bug report in
accordance to the guidelines, anyway. Here goes:
Overview description:
View Source output lacks all line breaks.
Steps to reproduce:
1. View the attached test case
2. Select "View / Page Source"
Actual results:
- The source has neither spaces nor line breaks
Expected results:
- Line breaks should be shown in the source, eg. each of the words "Here should
be..." should be on a separate line.
Build date & platform:
- Apparently all builds from 19991000108 on (tested 1999100409 Apprunner
on WinNT4 + SP5 and the bug's still there)
- All platforms
Comment 4•25 years ago
|
||
Comment 5•25 years ago
|
||
Works alright on build 19991006 on Linux.
The testcase displays linebreaks.
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 7•25 years ago
|
||
Reporter | ||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 8•25 years ago
|
||
Verified that the other bug is a duplicate of this bug.
You need to log in
before you can comment on or make changes to this bug.
Description
•