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

Unified Diff: LayoutTests/fast/dom/shadow/event-path-with-dom-mutation-expected.txt

Issue 15063004: Make Event.path() return a pre-calculated NodeList rather than calculating it dynamically. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add an include. Created 7 years, 7 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
« no previous file with comments | « LayoutTests/fast/dom/shadow/event-path-with-dom-mutation.html ('k') | Source/core/dom/Event.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/shadow/event-path-with-dom-mutation-expected.txt
diff --git a/LayoutTests/fast/dom/shadow/event-path-in-shadow-tree-expected.txt b/LayoutTests/fast/dom/shadow/event-path-with-dom-mutation-expected.txt
similarity index 98%
copy from LayoutTests/fast/dom/shadow/event-path-in-shadow-tree-expected.txt
copy to LayoutTests/fast/dom/shadow/event-path-with-dom-mutation-expected.txt
index 46ac28967b0deee950019ceebba1dc477669a416..2d70a1132a0c82f218c32ae80b96915e1e568b09 100644
--- a/LayoutTests/fast/dom/shadow/event-path-in-shadow-tree-expected.txt
+++ b/LayoutTests/fast/dom/shadow/event-path-with-dom-mutation-expected.txt
@@ -5,6 +5,8 @@ event.path() on node #C
event.path() on node #B
#C, #B, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 7
+Removing node #C
+
event.path() on node #F
#C, #B, #F, #E, #D, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 10
@@ -14,6 +16,8 @@ event.path() on node #J
event.path() on node #I
#C, #B, #F, #J, #I, #H, #G, #E, #D, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 14
+Removing node #J
+
event.path() on node #M
#C, #B, #F, #J, #I, #M, #L, #K, #H, #G, #E, #D, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 17
« no previous file with comments | « LayoutTests/fast/dom/shadow/event-path-with-dom-mutation.html ('k') | Source/core/dom/Event.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698