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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/scoped-events-by-ua-stopped.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/scoped-events-by-ua-stopped.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/scoped-events-by-ua-stopped.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/scoped-events-by-ua-stopped.html
index 336549dd5dedd541a98b155aa5179303e429c34a..1a20d95300971a1d4677e725e55e9490a0661bc0 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/scoped-events-by-ua-stopped.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/scoped-events-by-ua-stopped.html
@@ -34,8 +34,8 @@ input.select();
var sandbox = document.getElementById('sandbox');
convertTemplatesToShadowRootsWithin(sandbox);
-var target = getNodeInTreeOfTrees('host/target');
-var host = getNodeInTreeOfTrees('host');
+var target = getNodeInComposedTree('host/target');
+var host = getNodeInComposedTree('host');
async_test(function(t) {
target.onselect = function(e) {

Powered by Google App Engine
This is Rietveld 408576698