Index: LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node-expected.txt |
diff --git a/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node-expected.txt b/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node-expected.txt |
index cb7836a1511168ddc1ffaa7aa99881a49441ee96..c28bd4c9eac12cdaeaeab65e5b063fe1f4df533a 100644 |
--- a/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node-expected.txt |
+++ b/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node-expected.txt |
@@ -5,14 +5,15 @@ Composed Shadow Tree will be: |
DIV id=sandbox |
DIV id=top |
DIV id=shadow-host |
- #text |
+ DIV id=content-parent |
+ #text |
Moving mouse from a distributed text node to top |
mouseout |
- @content (target: content) (related: top) |
- @shadow-root (target: content) (related: top) |
+ @content-parent (target: content-parent) (related: top) |
+ @shadow-root (target: content-parent) (related: top) |
@shadow-host (target: shadow-host) (related: top) |
@top (target: shadow-host) (related: top) |
@@ -20,14 +21,14 @@ Moving mouse from a distributed text node to top |
@top (target: top) (related: shadow-host) |
mousewheel |
- @content (target: content) |
- @shadow-root (target: content) |
+ @content-parent (target: content-parent) |
+ @shadow-root (target: content-parent) |
@shadow-host (target: shadow-host) |
@top (target: shadow-host) |
touchstart |
- @content (target: content) (touches: content) (targetTouches: content) (changedTouches: content) |
- @shadow-root (target: content) (touches: content) (targetTouches: content) (changedTouches: content) |
+ @content-parent (target: content-parent) (touches: content-parent) (targetTouches: content-parent) (changedTouches: content-parent) |
+ @shadow-root (target: content-parent) (touches: content-parent) (targetTouches: content-parent) (changedTouches: content-parent) |
@shadow-host (target: shadow-host) (touches: shadow-host) (targetTouches: shadow-host) (changedTouches: shadow-host) |
@top (target: shadow-host) (touches: shadow-host) (targetTouches: shadow-host) (changedTouches: shadow-host) |
PASS successfullyParsed is true |