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

Unified Diff: LayoutTests/inspector/elements/edit/edit-dom-actions-shadow-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
« no previous file with comments | « no previous file | LayoutTests/inspector/elements/shadow/breadcrumb-shadow-roots.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/elements/edit/edit-dom-actions-shadow-expected.txt
diff --git a/LayoutTests/inspector/elements/edit/edit-dom-actions-shadow-expected.txt b/LayoutTests/inspector/elements/edit/edit-dom-actions-shadow-expected.txt
index 062ac885799d9e539b3a8b97f588b29bac3f56ef..2e37e40339b6a9132550592e6e9d735da2553752 100644
--- a/LayoutTests/inspector/elements/edit/edit-dom-actions-shadow-expected.txt
+++ b/LayoutTests/inspector/elements/edit/edit-dom-actions-shadow-expected.txt
@@ -6,25 +6,25 @@ Running: testSetUp
Running: testSetAuthorShadowDOMElementAttribute
==== before ====
- <div id="testSetAuthorShadowDOMElementAttribute">
- - #shadow-root
+ - #shadow-root (open)
<div foo="attribute value" id="shadow-node-to-set-attribute"></div>
</div>
==== after ====
- <div id="testSetAuthorShadowDOMElementAttribute">
- - #shadow-root
+ - #shadow-root (open)
<div id="shadow-node-to-set-attribute" bar="edited attribute"></div>
</div>
Running: testEditShadowDOMAsHTML
==== before ====
- <div id="testEditAuthorShadowDOMAsHTML">
- - #shadow-root
+ - #shadow-root (open)
<div id="authorShadowDOMElement"></div>
</div>
<div id="authorShadowDOMElement"></div>
==== after ====
- <div id="testEditAuthorShadowDOMAsHTML">
- - #shadow-root
+ - #shadow-root (open)
- <span foo="shadow-span">
<span id="inner-shadow-span">Shadow span contents</span>
</span>
« no previous file with comments | « no previous file | LayoutTests/inspector/elements/shadow/breadcrumb-shadow-roots.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698