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

Unified Diff: LayoutTests/inspector/elements/shadow/create-shadow-root-expected.txt

Issue 1309403002: Show closed/open shadow root in inspector (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update test expectation for breadcrumb Created 5 years, 4 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: LayoutTests/inspector/elements/shadow/create-shadow-root-expected.txt
diff --git a/LayoutTests/inspector/elements/shadow/create-shadow-root-expected.txt b/LayoutTests/inspector/elements/shadow/create-shadow-root-expected.txt
index c76f1fede08e472d82aabf6a74b8c29c450fe53f..89a09f464e4dfac7eb16d3f2db03fe98f2e62b23 100644
--- a/LayoutTests/inspector/elements/shadow/create-shadow-root-expected.txt
+++ b/LayoutTests/inspector/elements/shadow/create-shadow-root-expected.txt
@@ -11,7 +11,7 @@ Running: testDumpInitial
Running: testCreateShadowRoot
===== After createShadowRoot =====
- <div id="container">
- - #shadow-root
+ - #shadow-root (open)
<div id="shadow-1"></div>
<div id="child"></div>
</div>
@@ -19,9 +19,9 @@ Running: testCreateShadowRoot
Running: testCreateSecondShadowRoot
===== After second createShadowRoot =====
- <div id="container">
- - #shadow-root
+ - #shadow-root (open)
<div id="shadow-2"></div>
- - #shadow-root
+ - #shadow-root (open)
<div id="shadow-1"></div>
<div id="child"></div>
</div>

Powered by Google App Engine
This is Rietveld 408576698