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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/text-node-distributed-crash.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/text-node-distributed-crash.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/text-node-distributed-crash.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/text-node-distributed-crash.html
index cbe9afe2f3e58165bfd8d054c48049cea7e4b4b5..2ff364e272e4849f93e0a0a972b44a290577fa02 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/text-node-distributed-crash.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/text-node-distributed-crash.html
@@ -14,7 +14,7 @@ function runTest() {
createShadowRoot()),
createDOM('shadow', {}))));
document.body.offsetLeft;
- getNodeInTreeOfTrees('div1//div2').appendChild(
+ getNodeInComposedTree('div1//div2').appendChild(
createDOM('div', {'id': 'div3'},
createDOM('shadow', {})));
document.body.offsetLeft;

Powered by Google App Engine
This is Rietveld 408576698