Closed
Bug 187779
Opened 22 years ago
Closed 22 years ago
Assertion in nsHTMLValue::GetIntValue
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: wolruf, Unassigned)
References
()
Details
(Keywords: assertion, regression, testcase)
Attachments
(1 file)
213 bytes,
text/html
|
Details |
Build ID: 20030105 (CVS) on Linux.
Steps to reproduce:
1. Load URL http://www.cisco.com/
2. At the end of loading page, see the following assertion in console.
###!!! ASSERTION: not an int value: 'GetUnitClass() == HTMLUNIT_STRING ||
GetUnitClass() == HTMLUNIT_INTEGER', file
../../../../dist/include/content/nsHTMLValue.h, line 286
Break: at file ../../../../dist/include/content/nsHTMLValue.h, line 286
This may be a normal behaviour, however, it was introduce by patch for bug
162572, see attachment 100531 [details] [diff] [review].
Reporter | ||
Comment 1•22 years ago
|
||
Reporter | ||
Comment 2•22 years ago
|
||
testcase was reduced from this URL:
http://devedge.netscape.com/community/feedback/
Keywords: testcase
![]() |
||
Comment 3•22 years ago
|
||
wrong component
Assignee: alexsavulov → form
Component: Form Submission → Layout: Form Controls
QA Contact: vladimire → tpreston
Reporter | ||
Comment 4•22 years ago
|
||
Marking WFM, this doesn't show on build 20030125 (CVS) on Linux.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Comment 5•16 years ago
|
||
Crashtest added as part of http://hg.mozilla.org/mozilla-central/rev/afc662d52ab1
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•