Bug 4492 - two of the W3 event tests are incorrect; if corrected we pass
Summary: two of the W3 event tests are incorrect; if corrected we pass
Status: RESOLVED DUPLICATE of bug 4491
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Minor
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-17 08:54 PDT by Darin Adler
Modified: 2005-08-17 11:24 PDT (History)
1 user (show)

See Also:


Attachments
patch to correct the tests (3.57 KB, patch)
2005-08-17 08:56 PDT, Darin Adler
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2005-08-17 08:54:24 PDT
Two fo the layout tests, dom/html/level2/events/dispatchEvent11 and dom/html/level2/events/
dispatchEvent13, are adding an event listener object, but then removing the event listener's "handleEvent" 
function instead of the object.

That's incorrect, and that's why they're failing.
Comment 1 Darin Adler 2005-08-17 08:56:55 PDT
Created attachment 3436 [details]
patch to correct the tests

I presume Curt will also want to correct the originals somehow.
Comment 2 Curt Arnold 2005-08-17 09:04:50 PDT
I beat you, see bug 4491.
Comment 3 Darin Adler 2005-08-17 11:24:14 PDT

*** This bug has been marked as a duplicate of 4491 ***