Closed
Bug 406903
Opened 18 years ago
Closed 18 years ago
[FIX]"ASSERTION: Must be start token" with </input>
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9beta3
People
(Reporter: martijn.martijn, Assigned: bzbarsky)
References
Details
(Keywords: assertion, regression, testcase)
Attachments
(2 files)
|
8 bytes,
text/html
|
Details | |
|
1.22 KB,
patch
|
mrbkap
:
review+
mrbkap
:
superreview+
damons
:
approval1.9+
|
Details | Diff | Splinter Review |
See testcase which triggers this assertion in current trunk build.
This assertion was added in bug 390565.
| Reporter | ||
Comment 1•18 years ago
|
||
###!!! ASSERTION: Must be start token: 'eHTMLTokenTypes(aToken->GetTokenType())
== eToken_start', file c:/mozilla-build/mozilla/parser/htmlparser/src/CNavDTD.cp
p, line 494
Updated•18 years ago
|
Summary: ASSERTION: Must be start token with </input> → "ASSERTION: Must be start token" with </input>
| Assignee | ||
Comment 2•18 years ago
|
||
Assignee: nobody → bzbarsky
Status: NEW → ASSIGNED
Attachment #291601 -
Flags: superreview?(mrbkap)
Attachment #291601 -
Flags: review?(mrbkap)
| Assignee | ||
Updated•18 years ago
|
Summary: "ASSERTION: Must be start token" with </input> → [FIX]"ASSERTION: Must be start token" with </input>
Target Milestone: --- → mozilla1.9 M11
Updated•18 years ago
|
Attachment #291601 -
Flags: superreview?(mrbkap)
Attachment #291601 -
Flags: superreview+
Attachment #291601 -
Flags: review?(mrbkap)
Attachment #291601 -
Flags: review+
| Assignee | ||
Comment 3•18 years ago
|
||
Comment on attachment 291601 [details] [diff] [review]
Silly fix
Simple fix to pass a function only data it expects to see.
Attachment #291601 -
Flags: approval1.9?
Updated•18 years ago
|
Attachment #291601 -
Flags: approval1.9? → approval1.9+
| Assignee | ||
Comment 4•18 years ago
|
||
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Flags: in-testsuite?
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•