Bug 28086

Summary: "Shadow tree" DOM nodes are being accidentally exposed to JavaScript
Product: WebKit Reporter: Darin Adler <darin>
Component: DOMAssignee: Darin Adler <darin>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ap
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Step 1: Get rid of layout tests that depend on our old behavior adele: review+

Description Darin Adler 2009-08-07 15:57:48 PDT
"Shadow tree" DOM nodes are being accidentally exposed to JavaScript by event dispatching and in the results of functions on the selection object. This is not good.
Comment 1 Darin Adler 2009-08-07 15:58:52 PDT
Created attachment 34340 [details]
Step 1: Get rid of layout tests that depend on our old behavior
Comment 2 Alexey Proskuryakov 2009-08-07 16:35:59 PDT
See also: bug 15903.
Comment 3 Darin Adler 2009-08-07 18:00:08 PDT
All that remains is really duplicate of bug 15903.

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