Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / dom / shadow / events-stopped-at-shadow-boundary-expected.txt
index dee85b1..a3703b5 100644 (file)
@@ -54,6 +54,14 @@ An event fired on a distributed child should not be stopped at the shadow bounda
      @content (target: distributed-child)
      @parent-of-content (target: distributed-child)
      @host2 (target: distributed-child)
+
+An event is dispatched on a node in an older shadow tree. The older and the younger shadow root should receive the event, however, the shadow host shouldn't
+
+  selectstart
+     @target (target: target)
+     @older-shadow-root (target: target)
+     @shadow-insertion-point (target: target)
+     @younger-shadow-root (target: target)
 PASS successfullyParsed is true
 
 TEST COMPLETE