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

Unified Diff: third_party/WebKit/LayoutTests/editing/pasteboard/paste-text-003-expected.txt

Issue 2175163004: Add a plain space instead of   between text nodes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use of assert_selection() and introduce |shouldEmitNBSPbeforeEnd| Created 4 years, 5 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: third_party/WebKit/LayoutTests/editing/pasteboard/paste-text-003-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/pasteboard/paste-text-003-expected.txt b/third_party/WebKit/LayoutTests/editing/pasteboard/paste-text-003-expected.txt
index b0432f09ccea558f145ead36f89ff86760fd80e3..98c06d463516e26349a4c87ad258edff0c146557 100644
--- a/third_party/WebKit/LayoutTests/editing/pasteboard/paste-text-003-expected.txt
+++ b/third_party/WebKit/LayoutTests/editing/pasteboard/paste-text-003-expected.txt
@@ -134,7 +134,7 @@ EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
| <div>
| class="editing"
| id="test"
-| "ThereĀ is a tide in the affairs of men,"
+| "There is a tide in the affairs of men,"
| <div>
| class="editing"
| "Which taken at the flood leads on to fortune."
@@ -197,7 +197,7 @@ runDumpAsTextEditingTest(true);
"
| <li>
| "execPasteCommand:
-<div id="test" class="editing">There&nbsp;is a tide in the affairs of men,<div class="editing">Which taken at the flood leads on to fortune.</div><div class="editing"><div class="editing">Omitted, all the voyage of their life,
+<div id="test" class="editing">There is a tide in the affairs of men,<div class="editing">Which taken at the flood leads on to fortune.</div><div class="editing"><div class="editing">Omitted, all the voyage of their life,
<div class="editing">Is bound in shallows and in miseries.
</div>
</div>
@@ -206,7 +206,7 @@ runDumpAsTextEditingTest(true);
"
| <li>
| "execPasteCommand:
-<div id="test" class="editing">There&nbsp;is a tide in the affairs of men,<div class="editing">Which taken at the flood leads on to fortune.</div><div class="editing"><div class="editing">Omittedis a tide in the affairs of men,</div><div class="editing">Which taken at the flood leads on to fortune.</div><div class="editing">Omitted, all the voyage of their life,
+<div id="test" class="editing">There is a tide in the affairs of men,<div class="editing">Which taken at the flood leads on to fortune.</div><div class="editing"><div class="editing">Omittedis a tide in the affairs of men,</div><div class="editing">Which taken at the flood leads on to fortune.</div><div class="editing">Omitted, all the voyage of their life,
<div class="editing">Is bound in shallows and in miseries.
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698