Closed
Bug 49529
Opened 25 years ago
Closed 25 years ago
Clicking on the link will result in Submit type mismatched
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
VERIFIED
INVALID
People
(Reporter: richard.pecson, Assigned: jst)
References
()
Details
Clicking on the "sub003.html" link shows a result page wherein the expected
result and the actual result are not the same.
Properties & Methods : Type
Functionality : Checks TYPE attribute.
Test Case : sub003.html
Steps to reproduce.
1. The browser displays the page with the URL=
"http://mozilla.org/quality/browser/standards/javascript/tcmatrix/index.html"
2. Click the "Submit" link on the left side of the browser
3. Click the "sub003.html" link on the right side of the browser
Expected Result:
Submit
Actual Result:
submit
Assignee | ||
Comment 1•25 years ago
|
||
Out of date testcase, the type attribute on input elements are all lowercase
even if this violates the DOM spec, if we change this a large number of sites on
the web will break, marking INVALID.
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
Comment 2•24 years ago
|
||
I guess I updated all these testcases now. Testcases pass now.
Marking verified.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•