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

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

Issue 1158883003: DevTools: shard inspector/elements tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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-shadow-expected.txt
diff --git a/LayoutTests/inspector/elements/edit-dom-actions-shadow-expected.txt b/LayoutTests/inspector/elements/edit-dom-actions-shadow-expected.txt
deleted file mode 100644
index 062ac885799d9e539b3a8b97f588b29bac3f56ef..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/elements/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
- <div foo="attribute value" id="shadow-node-to-set-attribute"></div>
- </div>
-==== after ====
-- <div id="testSetAuthorShadowDOMElementAttribute">
- - #shadow-root
- <div id="shadow-node-to-set-attribute" bar="edited attribute"></div>
- </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-shadow.html ('k') | LayoutTests/inspector/elements/edit-dom-test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698