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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/shadow/shadow-root.html

Issue 2347963002: [DevTools] Show distribution for Shadow DOM V1. (Closed)
Patch Set: getDistributedNodes -> iteration Created 4 years, 3 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/inspector/elements/shadow/shadow-root.html
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/shadow/shadow-root.html b/third_party/WebKit/LayoutTests/inspector/elements/shadow/shadow-root.html
index 3fe2ce0467cebf4d03a6a97a5ab7776bc83b1ee0..2bf6d5a4d56a9ae1518862cd3edad021cf0b53cf 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/shadow/shadow-root.html
+++ b/third_party/WebKit/LayoutTests/inspector/elements/shadow/shadow-root.html
@@ -28,8 +28,8 @@ function test()
<script>
test1.createShadowRoot();
-test2.createShadowRoot();
-test3.createShadowRoot();
+test2.attachShadow({ mode: "open" });
+test3.attachShadow({ mode: "closed" });
</script>
</body>

Powered by Google App Engine
This is Rietveld 408576698