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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-shadow-2-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-2-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-2-expected.txt
similarity index 56%
rename from third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-shadow-expected.txt
rename to third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-shadow-2-expected.txt
index 2e37e40339b6a9132550592e6e9d735da2553752..9a2e52c48c865cd3c664544593e42b9d85cb230f 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-2-expected.txt
@@ -3,18 +3,6 @@ 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">

Powered by Google App Engine
This is Rietveld 408576698