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

Unified Diff: LayoutTests/platform/chromium-win/editing/execCommand/createLink-expected.txt

Issue 14930006: Ctrl+Shift+Right in Windows should select the spacing after the word (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added expectations for chromium-mac for delete-cell-contents-win.html Created 7 years, 7 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/platform/chromium-win/editing/execCommand/createLink-expected.txt
diff --git a/LayoutTests/editing/execCommand/createLink-expected.txt b/LayoutTests/platform/chromium-win/editing/execCommand/createLink-expected.txt
similarity index 96%
copy from LayoutTests/editing/execCommand/createLink-expected.txt
copy to LayoutTests/platform/chromium-win/editing/execCommand/createLink-expected.txt
index bbc20d774bfe876afd27ac77a7363145c98396c4..4372ac44bf976a0b07852592cc21fb7be73490e9 100644
--- a/LayoutTests/editing/execCommand/createLink-expected.txt
+++ b/LayoutTests/platform/chromium-win/editing/execCommand/createLink-expected.txt
@@ -55,6 +55,6 @@ This line contains an image.
innerHTML of editable regions after the test:
<a href="http://www.google.com/">This paragraph starts unlinked. The entire paragraph should end up being a link to google.com.</a>
-<a href="http://www.apple.com/">This</a><a href="http://www.google.com/"> paragraph</a><a href="http://www.apple.com/"> starts out as a link to apple.com. The second word in the paragraph should end up being a link to google.com.</a>
-<a href="http://www.apple.com/">This</a><a href="http://www.google.com/"> paragraph</a><a href="http://www.apple.com/"> starts out as a link to apple.com. The second word in the paragraph should end up being a link to google.com.</a>
+<a href="http://www.apple.com/">This </a><a href="http://www.google.com/">paragraph </a><a href="http://www.apple.com/">starts out as a link to apple.com. The second word in the paragraph should end up being a link to google.com.</a>
+<a href="http://www.apple.com/">This </a><a href="http://www.google.com/">paragraph </a><a href="http://www.apple.com/">starts out as a link to apple.com. The second word in the paragraph should end up being a link to google.com.</a>
<p><a href="http://www.google.com/">This <i>editable region</i> contains lists, tables, styled text, and images. The entire region should end up being a link to google.com.</a></p> <ul> <li><a href="http://www.google.com/">Item 1</a></li> <li><a href="http://www.google.com/">Item 2</a></li> </ul> <table border="1"><tbody><tr><td><a href="http://www.google.com/">1</a></td><td><a href="http://www.google.com/">2</a></td><td><a href="http://www.google.com/">3</a></td></tr></tbody></table> <a href="http://www.google.com/"><br> This <b>line</b> contains <img src="../resources/abe.png"> an image. </a>

Powered by Google App Engine
This is Rietveld 408576698