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

Unified Diff: LayoutTests/inspector/elements/undo-dom-edits-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/undo-dom-edits-expected.txt
diff --git a/LayoutTests/inspector/elements/undo-dom-edits-expected.txt b/LayoutTests/inspector/elements/undo-dom-edits-expected.txt
deleted file mode 100644
index 5b52bfb29177ffcb42fba63411f96ccc18733e2e..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/elements/undo-dom-edits-expected.txt
+++ /dev/null
@@ -1,100 +0,0 @@
-Tests that DOM modifications done in the Elements panel are undoable.
-
-
-Running: testSetUp
-Setting up
-
-Running: testRemove
-Initial:
-- <div id="testRemove">
- <div id="node-to-remove"></div>
- </div>
-Post-action:
- <div id="testRemove"></div>
-Post-undo (initial):
-+ <div id="testRemove">…</div>
-== Expanded: ==
-- <div id="testRemove">
- <div id="node-to-remove"></div>
- </div>
-Post-redo (action):
- <div id="testRemove"></div>
-
-Running: testSetNodeName
-Initial:
-- <div id="testSetNodeName">
- <div id="node-to-set-name"></div>
- </div>
-Post-action:
-- <div id="testSetNodeName">
- <span id="node-to-set-name"></span>
- </div>
-Post-undo (initial):
-- <div id="testSetNodeName">
- <div id="node-to-set-name"></div>
- </div>
-Post-redo (action):
-- <div id="testSetNodeName">
- <span id="node-to-set-name"></span>
- </div>
-
-Running: testSetNodeValue
-Initial:
-- <div id="testSetNodeValue">
- <div id="node-to-set-value">Text</div>
- </div>
-Post-action:
-- <div id="testSetNodeValue">
- <div id="node-to-set-value">New Text</div>
- </div>
-Post-undo (initial):
-- <div id="testSetNodeValue">
- <div id="node-to-set-value">Text</div>
- </div>
-Post-redo (action):
-- <div id="testSetNodeValue">
- <div id="node-to-set-value">New Text</div>
- </div>
-
-Running: testEditAsHTML
-Initial:
-- <div id="testEditAsHTML">
- - <div id="node-to-edit-as-html">
- <span id="span">Text</span>
- </div>
- </div>
-Post-action:
-- <div id="testEditAsHTML">
- + <div id="node-to-edit-as-html">…</div>
- <span>Second node</span>
- </div>
-== Expanded: ==
-- <div id="testEditAsHTML">
- - <div id="node-to-edit-as-html">
- <div id="span2">Text2</div>
- </div>
- <span>Second node</span>
- </div>
-Post-undo (initial):
-- <div id="testEditAsHTML">
- + <div id="node-to-edit-as-html">…</div>
- </div>
-== Expanded: ==
-- <div id="testEditAsHTML">
- - <div id="node-to-edit-as-html">
- <span id="span">Text</span>
- </div>
- </div>
-Post-redo (action):
-- <div id="testEditAsHTML">
- + <div id="node-to-edit-as-html">…</div>
- <span>Second node</span>
- </div>
-== Expanded: ==
-- <div id="testEditAsHTML">
- - <div id="node-to-edit-as-html">
- <div id="span2">Text2</div>
- </div>
- <span>Second node</span>
- </div>
-
« no previous file with comments | « LayoutTests/inspector/elements/undo-dom-edits-2-expected.txt ('k') | LayoutTests/inspector/elements/undo-set-outer-html.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698