Closed Bug 56334 Opened 25 years ago Closed 25 years ago

Clicking on the testcase for rows under HTMLTextAreaElement for DOM1-HTML PR3 testing on Mozilla Build 20000100217 - Solaris 2.7 Intel - displays result mismatch.

Categories

(Core :: DOM: Core & HTML, defect, P3)

Sun
Solaris
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: Balwinder.Sohi, Assigned: jcarpenter0524)

References

()

Details

(Whiteboard: suntrak-n6)

1.Clicking on the test case for 'rows' displays the concerned page. 2.Expected result:The expected and actual results should match. 3.Actual result:The actual shows a mismatch to the expected result. Below are the related log contents: *** Pulling out the charset JavaScript strict warning: chrome://navigator/content/navigator.js line 433: reference to undefined property window.arguments JavaScript strict warning: chrome://navigator/content/navigator.js line 456: reference to undefined property window.arguments in SetSecurityButton WEBSHELL+ = 13 nsWidget::~nsWidget() of toplevel: 47 widgets still exist. JavaScript error: line 0: uncaught exception: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIPref.GetBoolPref]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: chrome://navigator/content/navigator.js :: URLBarBlurHandler :: line 2137" data: no] Enabling Quirk StyleSheet Enabling Quirk StyleSheet WARNING: not calling OnDataAvailable, file nsAsyncStreamListener.cpp, line 403 JavaScript strict warning: http://mozilla.org/quality/ngdriver/suites/testlib.js line 133: redeclaration of var bResult JavaScript strict warning: http://mozilla.org/quality/ngdriver/suites/dom1/htxa007.html line 43: reference to undefined property window.opener.document.resultsform JavaScript error: http://mozilla.org/quality/ngdriver/suites/dom1/htxa007.html line 43: window.opener.document.resultsform has no properties JavaScript strict warning: http://mozilla.org/quality/ngdriver/suites/testlib.js line 204: assignment to undeclared variable failed JavaScript strict warning: chrome://navigator/content/navigator.js line 1970: reference to undefined property window._content.HTTPIndex Document http://mozilla.org/quality/ngdriver/suites/dom1/htxa007.html loaded successfully JavaScript error: line 0: uncaught exception: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIPref.GetBoolPref]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: chrome://navigator/content/navigator.js :: URLBarLeftClickHandler :: line 2128" data: no] JavaScript strict warning: line 84: reference to undefined property me.noDirectMatch ->>>>>>>>>>>>>> Write Clipboard to memory JavaScript error: line 0: uncaught exception: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIPref.GetBoolPref]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: chrome://navigator/content/navigator.js :: URLBarLeftClickHandler :: line 2128" data: no] JavaScript strict warning: line 84: reference to undefined property me.noDirectMatch JavaScript strict warning: line 84: reference to undefined property me.noDirectMatch
Invalid testcase, it uses getAttribute() to get the number of rows from a textarea that has no rows attribute in the HTML and expects to get a default value, but there is no default value. If the testcase would use the .rows property it would probably get what it expects, but not by using getAttribute(). Reassgning to janc, please close this bug once the testcase is fixed (or reassign if this is not your testcase). Thanks!
Assignee: jst → janc
Fixed the testcase. Not sure what the author's original plan was, but there is a rows attribute in there now. Just checked it in, should show up in a few minutes on mozilla.org
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
verified
Status: RESOLVED → VERIFIED
Whiteboard: suntrak-n6
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.