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

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

Issue 1311363007: DevTools: update DOM children when the only text child is modified. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
« no previous file with comments | « no previous file | LayoutTests/inspector/elements/highlight/highlight-dom-updates-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/elements/edit/edit-dom-actions-expected.txt
diff --git a/LayoutTests/inspector/elements/edit/edit-dom-actions-expected.txt b/LayoutTests/inspector/elements/edit/edit-dom-actions-expected.txt
index 2360b75f26dc31ae855a37f9d2620a862cf42e79..eb7540d71e25b1d27448645ed2864afcd5b11fc0 100644
--- a/LayoutTests/inspector/elements/edit/edit-dom-actions-expected.txt
+++ b/LayoutTests/inspector/elements/edit/edit-dom-actions-expected.txt
@@ -142,9 +142,7 @@ 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">var i = 0;\n var j = 0;\n</script>
</div>
Running: testEditSVGAttribute
« no previous file with comments | « no previous file | LayoutTests/inspector/elements/highlight/highlight-dom-updates-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698