Closed
Bug 147179
Opened 23 years ago
Closed 23 years ago
Crash: document.write("<form><input type='password'></form>");
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: MatsPalmgren_bugz, Assigned: john)
References
()
Details
(Keywords: crash, testcase)
Attachments
(1 file, 1 obsolete file)
|
163 bytes,
text/html
|
Details |
While investigating bug 141561 I saved the URL to disk and added
<base href="http://www.ntlworld.com/"> in <head>. When loading this local copy
the browser crashes repeatadly.
Build 2002-05-25-04 (trunk) on Windows 98 SE.
TB6684739K
TB6684782K
| Reporter | ||
Comment 1•23 years ago
|
||
| Reporter | ||
Comment 2•23 years ago
|
||
Loading the attachment works fine. You have to save it to disk to see the crash.
Keywords: crash
| Reporter | ||
Comment 3•23 years ago
|
||
Attachment #85097 -
Attachment is obsolete: true
| Reporter | ||
Comment 4•23 years ago
|
||
The testcase is a 1-liner:
<script>document.write("<form><input type='password'></form>");</script>
It seems to be related to type=password, this does not crash:
<script>document.write("<form><input></form>");</script>
-> HTML Form Controls
Assignee: Matti → rods
Component: Browser-General → HTML Form Controls
Keywords: testcase
QA Contact: imajes-qa → tpreston
| Reporter | ||
Updated•23 years ago
|
Summary: A local saved copy of URL with added <base href> crashes browser → Crash: document.write("<form><input type='password'></form>");
Comment 5•23 years ago
|
||
Depending on the stack, might be dupe of bug 147022, especially if the testcase
works with any RC.
Comment 6•23 years ago
|
||
WFM on RH 6.2 mozilla 1.0 RC3 with cookies set to "to be confirmed"
| Reporter | ||
Comment 7•23 years ago
|
||
It works fine with RC3 on Windows 98 SE.
Comment 8•23 years ago
|
||
WFM - Win2k trunk 2002052508
| Assignee | ||
Comment 10•23 years ago
|
||
WFM 2002061208 trunk, could you retest?
| Reporter | ||
Comment 11•23 years ago
|
||
WORKSFORME -
2002-06-14-08 on Windows 98 SE
2002-06-10-14 on Linux
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Comment 12•16 years ago
|
||
Crashtest added as part of http://hg.mozilla.org/mozilla-central/rev/54417ebbaea2
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•