[Bug 23887] [Shadow] Put only the final destination insertion point to the event path

https://www.w3.org/Bugs/Public/show_bug.cgi?id=23887

--- Comment #156 from Koji Ishii <kojiishi@gmail.com> ---
Correction: on test case 3, events should fire on B3. Updated the jsbin:
http://jsbin.com/casoyi

Chrome Canary:
1. B1,SIP,SR1,H1,BODY,HTML,[object HTMLDocument],[object Window]
2. B2,SR2,H2,BODY,HTML,[object HTMLDocument],[object Window]
3. B3,SHADOW,SHADOW,SR5,C3,SR4,H3,BODY,HTML,[object HTMLDocument],[object
Window]
4. C3,SR4

Chrome with experimental impl:
1. B1
2. B2,SR2
3. B3
4. C3,SR4

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 16 February 2015 06:41:40 UTC