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

Unified Diff: LayoutTests/inspector/elements/shadow/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/shadow-root-expected.txt
diff --git a/LayoutTests/inspector/elements/shadow/shadow-root-expected.txt b/LayoutTests/inspector/elements/shadow/shadow-root-expected.txt
index 85233ae7a6cf481f4e914e44e7e0b4d532d66f83..3b36cb73f37c1d6d0d30135294cd3983e1fa1ac8 100644
--- a/LayoutTests/inspector/elements/shadow/shadow-root-expected.txt
+++ b/LayoutTests/inspector/elements/shadow/shadow-root-expected.txt
@@ -3,14 +3,14 @@ This test verifies that author shadow root's #document-fragment is displayed and
- <div id="container">
- <div id="test1">
- #shadow-root
+ #shadow-root (open)
</div>
- <div id="test2">
- #shadow-root
+ #shadow-root (open)
"only test"
</div>
- <div id="test3">
- #shadow-root
+ #shadow-root (open)
"with "
<span>elements</span>
</div>

Powered by Google App Engine
This is Rietveld 408576698