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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/event-path-in-shadow-tree.html

Issue 1684533002: Rename "tree of trees" to "composed tree". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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: third_party/WebKit/LayoutTests/fast/dom/shadow/event-path-in-shadow-tree.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/event-path-in-shadow-tree.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/event-path-in-shadow-tree.html
index 8856e55d4b26af5d3ca4114c2a69d92ffb70c99f..7b595f7750f9e2bf24dfe8d8d488c167512ab141 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/event-path-in-shadow-tree.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/event-path-in-shadow-tree.html
@@ -29,7 +29,7 @@ sandbox.appendChild(
createDOM('content', {'id': 'M'})))))))));
['A', 'B', 'C', 'A/', 'A/E', 'A/F', 'A/E/', 'A/E/H', 'A/E/I', 'A/E/J', 'A/E/H/', 'A/E/H/L', 'A/E/H/M'].forEach(function(path) {
- getNodeInTreeOfTrees(path).addEventListener('click', function(event) {
+ getNodeInComposedTree(path).addEventListener('click', function(event) {
debug('\nevent.path on node ' + dumpNode(event.currentTarget));
debug(dumpNodeList(event.path));
});

Powered by Google App Engine
This is Rietveld 408576698