Closed
Bug 696
Opened 27 years ago
Closed 26 years ago
TR tags don't expose their ID attribute to DOM
Categories
(Core :: DOM: Core & HTML, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: angus, Assigned: buster)
References
()
Details
See URL for test case - watch stdout for the alerts. Currently it returns an
empty string, rather than "mytr" (expected) or even null/undefined.
Please retest with latest code (as of 8/27/98). Peter checked in some code that
should have fixed this and related attribute-in-table bugs.
Reporter | ||
Updated•27 years ago
|
Assignee: angus → buster
Component: Unknown → DOM
Reporter | ||
Comment 2•27 years ago
|
||
reassigning to buster
Reporter | ||
Updated•26 years ago
|
Reporter | ||
Comment 3•26 years ago
|
||
Pushing testcase to mozilla.org and updating "URL" field accordingly
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
The test case now works as a result of the new content model table code, as
evidenced by the debug output ("ID attribute is: mytr")
Status: RESOLVED → VERIFIED
stdout returns "ID attribute is: mytr"
marking this verified fixed with the 11/30 build on NT/win98.
Comment 6•18 years ago
|
||
RCS file: /cvsroot/mozilla/testing/mochitest/tests/test_bug696.html,v
done
Checking in tests/test_bug696.html;
/cvsroot/mozilla/testing/mochitest/tests/test_bug696.html,v <-- test_bug696.html
initial revision: 1.1
done
Flags: in-testsuite+
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•