Chromium Code Reviews
        
  DescriptionFix case for event dispatch mutiple after stopPropagation
https://www.w3.org/TR/DOM-Level-2-Events/events.html says: "Once an event's stopPropagation method has been called, further calls to that method have no additional effect". But it doesn't define if stopped event should be resumed when being dispatched again. While this works on firefox. 
Case is from
http://w3c-test.org/dom/events/Event-dispatch-multiple-stopPropagation.html
BUG=656839
   
  Patch Set 1 #
 Messages
    Total messages: 10 (7 generated)
     
  
  
       | 
    ||||||||||||||||||||||||||||