Chrome Version: 60.0.3112.113 (Official Build) (64-bit)
OS: Linux OS
JS code: http://jsbin.com/hicusulajo/1/edit?html,output
Expected result:
eventCount should be 1 because slotchange event should fire on a slot element (a host child 'span' is assigned to a slot).
Actual result:
eventCount is 0, which means slotchange event doesn't fire.
If host children are added after a slot node is added (like following JS code), then slotchange event succesfully fires.
http://jsbin.com/hicusulajo/3/edit?html,output
Comment 1 by hayato@chromium.org
, Sep 5 2017