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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-shadow-1-expected.txt

Issue 1875293003: DevTools: split edit-dom-actions-shadow.html into two tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@edit-dom-actions.html
Patch Set: Created 4 years, 8 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/edit/edit-dom-actions-shadow-1-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-shadow-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-shadow-1-expected.txt
similarity index 53%
copy from third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-shadow-expected.txt
copy to third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-shadow-1-expected.txt
index 2e37e40339b6a9132550592e6e9d735da2553752..14492436d773a10b721f68043302d1766d55f672 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-shadow-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-shadow-1-expected.txt
@@ -15,18 +15,3 @@ Running: testSetAuthorShadowDOMElementAttribute
<div id="shadow-node-to-set-attribute" bar="edited attribute"></div>
</div>
-Running: testEditShadowDOMAsHTML
-==== before ====
-- <div id="testEditAuthorShadowDOMAsHTML">
- - #shadow-root (open)
- <div id="authorShadowDOMElement"></div>
- </div>
-<div id="authorShadowDOMElement"></div>
-==== after ====
-- <div id="testEditAuthorShadowDOMAsHTML">
- - #shadow-root (open)
- - <span foo="shadow-span">
- <span id="inner-shadow-span">Shadow span contents</span>
- </span>
- </div>
-

Powered by Google App Engine
This is Rietveld 408576698