Bug 16273
| Summary: | WebKit does not support DOM Level 3 custom events, required by WICD tests | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | ap, timur.mehrvarz |
| Priority: | P2 | ||
| Version: | 523.x (Safari 3) | ||
| Hardware: | Mac | ||
| OS: | OS X 10.4 | ||
| URL: | http://www.w3.org/2004/CDF/TestSuite/WICD_CDR_WP1/test-custom-event.xhtml | ||
| Bug Depends on: | |||
| Bug Blocks: | 15836 | ||
Eric Seidel (no email)
WebKit does not support DOM Level 3 custom events, required by WICD tests
http://www.w3.org/2004/CDF/TestSuite/WICD_CDR_WP1/test-custom-event.xhtml
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Hmm, the problem I can see with this test is that the radio button is not selectable, even manually. If I add a name attribute to the button, the tests works.
Eric Seidel (no email)
Supposedly Firefox and Opera "pass" this test... so perhaps our selection criteria are wrong. I wonder what IE does.
timur mehrvarz
I added a name attribute to the input element. Looks green to me. Bug resolved (test was invalid).
Alexey Proskuryakov
Filed bug 16337 for the radio button issue.