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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/move-style-scoped-to-another-shadowroot-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/move-style-scoped-to-another-shadowroot-crash.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/move-style-scoped-to-another-shadowroot-crash.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/move-style-scoped-to-another-shadowroot-crash.html
index 52b2765a1d49075c48f4b65617d9ce01dd437292..b45c0e96f99a182d4c7d3f572515041cd818b960 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/move-style-scoped-to-another-shadowroot-crash.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/move-style-scoped-to-another-shadowroot-crash.html
@@ -17,8 +17,8 @@ function runTest() {
createDOM('style', {'id': 'style', 'scoped': 'scoped'},
document.createTextNode('.c3 { display: inherit; transform: rotate3d(0, 1, 1, 45deg); }'))))));
- olderShadowRoot = getNodeInTreeOfTrees("host/");
- youngerShadowRoot = getNodeInTreeOfTrees("host//");
+ olderShadowRoot = getNodeInComposedTree("host/");
+ youngerShadowRoot = getNodeInComposedTree("host//");
style = youngerShadowRoot.getElementById('style');
olderShadowRoot.appendChild(youngerShadowRoot.getElementById('child'));

Powered by Google App Engine
This is Rietveld 408576698