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

Unified Diff: LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node-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-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

Powered by Google App Engine
This is Rietveld 408576698