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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-shadow-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
« no previous file with comments | « third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-shadow-2-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-shadow-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-expected.txt
deleted file mode 100644
index 2e37e40339b6a9132550592e6e9d735da2553752..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-shadow-expected.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-Tests that user can mutate author shadow DOM by means of elements panel.
-
-
-Running: testSetUp
-
-Running: testSetAuthorShadowDOMElementAttribute
-==== before ====
-- <div id="testSetAuthorShadowDOMElementAttribute">
- - #shadow-root (open)
- <div foo="attribute value" id="shadow-node-to-set-attribute"></div>
- </div>
-==== after ====
-- <div id="testSetAuthorShadowDOMElementAttribute">
- - #shadow-root (open)
- <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>
-
« no previous file with comments | « third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-shadow-2-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698