Closed
Bug 24275
Opened 25 years ago
Closed 25 years ago
[REGRESSION] extra whitespace after beginning of body
Categories
(Core :: DOM: HTML Parser, defect, P3)
Tracking
()
VERIFIED
FIXED
M14
People
(Reporter: akkzilla, Assigned: harishd)
References
Details
A checkin over the weekend broke the standalone output tests, which now print:
TESTS FAILED: simple.html plainnowrap.out
The tests are failing because there's extra whitespace getting inserted after
the opening <body> tag which wasn't there before.
The easiest way to see this is to run:
TestOutput -i text/html -o text/html -f 0 OutTestData/simple.html
This should result in something which is identical to OutTestData/simple.html,
since we're converting from html to html.
Should be fixed by the recent update to the CNavDTD.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•