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

Unified Diff: third_party/WebKit/LayoutTests/editing/pasteboard/smart-paste-003-trailing-whitespace-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: fix a test fail in Win 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/smart-paste-003-trailing-whitespace-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/pasteboard/smart-paste-003-trailing-whitespace-expected.txt b/third_party/WebKit/LayoutTests/editing/pasteboard/smart-paste-003-trailing-whitespace-expected.txt
index b5148cdeff4775c2d65d5623f0f4cf95dadc32d4..60f840d0b89f756089a1abb661d07b8c8d373acb 100644
--- a/third_party/WebKit/LayoutTests/editing/pasteboard/smart-paste-003-trailing-whitespace-expected.txt
+++ b/third_party/WebKit/LayoutTests/editing/pasteboard/smart-paste-003-trailing-whitespace-expected.txt
@@ -9,4 +9,4 @@ A space should be added between the preexisting word and the word that's pasted.
Actual result
execCopyCommand: <div id="test" class="editing" style="font-size: 24px;"> hello world </div>
-execPasteCommand: <div id="test" class="editing" style="font-size: 24px;"> hello&nbsp;hello&nbsp;world</div>
+execPasteCommand: <div id="test" class="editing" style="font-size: 24px;"> hello hello&nbsp;world</div>

Powered by Google App Engine
This is Rietveld 408576698