Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Unified Diff: LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root-expected.txt

Issue 210753002: Remove EventPath::parent() in favor of NodeRenderingTraversal::parent(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698