Bug 36327

Summary: Test that a plug-in can override Node methods of its element
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Tools / TestsAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
proposed fix andersca: review+

Description Alexey Proskuryakov 2010-03-18 15:19:43 PDT
It's is our current behavior, and this is also what Firefox does.

This is more important than it sounds - it means that a plug-in must be instantiated when JS code accesses properties and methods of its owner element, e.g. with a call like plg.addEventListener(...).
Comment 1 Alexey Proskuryakov 2010-03-18 15:28:06 PDT
Created attachment 51103 [details]
proposed fix
Comment 2 Anders Carlsson 2010-03-18 15:40:37 PDT
Comment on attachment 51103 [details]
proposed fix

r=me
Comment 3 Alexey Proskuryakov 2010-03-18 15:42:28 PDT
Committed revision 56198.