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

Unified Diff: LayoutTests/inspector/elements/edit-dom-actions-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/edit-dom-actions-expected.txt
diff --git a/LayoutTests/inspector/elements/edit-dom-actions-expected.txt b/LayoutTests/inspector/elements/edit-dom-actions-expected.txt
index acc44213d15832cdbec45b11f542cc477fde92cf..7763c2df816e0b8fb4d8743b88e259b233196e61 100644
--- a/LayoutTests/inspector/elements/edit-dom-actions-expected.txt
+++ b/LayoutTests/inspector/elements/edit-dom-actions-expected.txt
@@ -14,8 +14,7 @@ Running: testRemove
<div id="node-to-remove"></div>
</div>
==== after ====
-- <div id="testRemove">
- </div>
+ <div id="testRemove"></div>
Running: testSetNodeName
==== before ====
@@ -143,8 +142,6 @@ Running: testEditScript
</div>
==== after ====
- <div id="testEditScript">
- - <script id="node-to-edit-script">
- var i = 0;\n var j = 0;\n
- </script>
+ <script id="node-to-edit-script">\n var i = 0;\n var j = 0;\n</script>
</div>
« no previous file with comments | « LayoutTests/http/tests/inspector/elements-test.js ('k') | LayoutTests/inspector/elements/inline-style-title-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698