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

Unified Diff: LayoutTests/inspector/elements/edit-dom-actions-expected.txt

Issue 206503002: DevTools: Allow general editing of author shadow DOM elements (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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/edit-dom-actions-expected.txt
diff --git a/LayoutTests/inspector/elements/edit-dom-actions-expected.txt b/LayoutTests/inspector/elements/edit-dom-actions-expected.txt
index 33f3c09012535f8776b134b9a8af2853d0c44908..acc44213d15832cdbec45b11f542cc477fde92cf 100644
--- a/LayoutTests/inspector/elements/edit-dom-actions-expected.txt
+++ b/LayoutTests/inspector/elements/edit-dom-actions-expected.txt
@@ -148,18 +148,3 @@ Running: testEditScript
</script>
</div>
-Running: testEditShadowDOMAsHTML
-==== before ====
-- <div id="testEditAuthorShadowDOMAsHTML">
- - #shadow-root
- <div id="authorShadowDOMElement"></div>
- </div>
-<div id="authorShadowDOMElement"></div>
-==== after ====
-- <div id="testEditAuthorShadowDOMAsHTML">
- - #shadow-root
- - <span foo="shadow-span">
- <span id="inner-shadow-span">Shadow span contents</span>
- </span>
- </div>
-
« no previous file with comments | « LayoutTests/inspector/elements/edit-dom-actions.html ('k') | LayoutTests/inspector/elements/edit-dom-actions-shadow.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698