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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/event-path-empty-shadow-element.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-empty-shadow-element.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/event-path-empty-shadow-element.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/event-path-empty-shadow-element.html
index 36c4ebdbeb7b4a3658facdd476e9d049444f4332..c616172bd2ff2a40b1cf16680a0f4a04bdcbc9f7 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/event-path-empty-shadow-element.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/event-path-empty-shadow-element.html
@@ -25,7 +25,7 @@ sandbox.appendChild(
createDOM('shadow', {'id': 'K'}))));
['A', 'B', 'C', 'A/', 'A/E', 'A/F', 'A//', 'A//H', 'A//I', 'A///', 'A///K'].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