Closed
Bug 117299
Opened 23 years ago
Closed 23 years ago
###!!! ASSERTION: Bad tag enum passed to CNavDTD::IntTagToStringTag()
Categories
(Core :: DOM: HTML Parser, defect, P4)
Tracking
()
VERIFIED
DUPLICATE
of bug 125090
mozilla1.1alpha
People
(Reporter: bernd_mozilla, Assigned: harishd)
References
()
Details
The url is a part of the layout regression tests at layout/html/tests/block and
asserts like hell. Aren't parser changes required to pass the layout regression
tests?? win98 2001-12-28. The problem is that we have a enum for user_defined
tags which is not supported in the CNavDTD::IntTagToStringTag() routine.
>Aren't parser changes required to pass the layout regression tests??
Good point.
Severity: normal → trivial
Status: NEW → ASSIGNED
Priority: -- → P4
Target Milestone: --- → mozilla1.0
i'm being really rotten here. fwiw this code would only be hit in a debug
build, so if layout only ran regression tests in nondebug builds they'd never
hit it.
*** This bug has been marked as a duplicate of 125090 ***
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•