Index: LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root-expected.txt |
diff --git a/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root-expected.txt b/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root-expected.txt |
index 5ed80b3612a8e6c6713dfb2e377fd1b19785d95d..149ff845bb42ff74dee33a0f6bb77867d912cd34 100644 |
--- a/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root-expected.txt |
+++ b/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root-expected.txt |
@@ -10,7 +10,6 @@ DIV id=sandbox |
Moving mouse from a direct child text node of the shadow root to top |
mouseout |
- @shadow-root (target: shadow-root) (related: top) |
@shadow-host (target: shadow-host) (related: top) |
@top (target: shadow-host) (related: top) |
@@ -18,12 +17,10 @@ Moving mouse from a direct child text node of the shadow root to top |
@top (target: top) (related: shadow-host) |
touchstart |
- @shadow-root (target: shadow-root) (touches: shadow-root) (targetTouches: shadow-root) (changedTouches: shadow-root) |
@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) |
mousewheel |
- @shadow-root (target: shadow-root) |
@shadow-host (target: shadow-host) |
@top (target: shadow-host) |
PASS successfullyParsed is true |