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

Unified Diff: LayoutTests/inspector/elements/undo-dom-edits-expected.txt

Issue 467233002: DevTools: Make sure ElementsTreeOutline is correctly rendered when element's hasChildren state chan… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Comments addressed Created 6 years, 4 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
index e2ab24230036d0ed9169428c5d485cb3cdc39bf4..fe74009432cf03f44b028ee79e3bf1d5157f3009 100644
--- a/LayoutTests/inspector/elements/undo-dom-edits-expected.txt
+++ b/LayoutTests/inspector/elements/undo-dom-edits-expected.txt
@@ -2,6 +2,7 @@ Tests that DOM modifications done in the Elements panel are undoable.
Running: testSetUp
+Setting up
Running: testRemove
Initial:
@@ -9,15 +10,15 @@ Initial:
<div id="node-to-remove"></div>
</div>
Post-action:
-- <div id="testRemove">
- </div>
+ <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>
+ <div id="testRemove"></div>
Running: testSetNodeName
Initial:
@@ -63,17 +64,29 @@ Initial:
</div>
</div>
Post-action:
++ <div id="testEditAsHTML">…</div>
+== Expanded: ==
- <div id="testEditAsHTML">
- + <div id="node-to-edit-as-html">…</div>
+ - <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>
+== Expanded: ==
- <div id="testEditAsHTML">
- + <div id="node-to-edit-as-html">…</div>
+ - <div id="node-to-edit-as-html">
+ <span id="span">Text</span>
+ </div>
</div>
Post-redo (action):
++ <div id="testEditAsHTML">…</div>
+== Expanded: ==
- <div id="testEditAsHTML">
- + <div id="node-to-edit-as-html">…</div>
+ - <div id="node-to-edit-as-html">
+ <div id="span2">Text2</div>
+ </div>
<span>Second node</span>
</div>

Powered by Google App Engine
This is Rietveld 408576698