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

Unified Diff: LayoutTests/platform/chromium-win/editing/execCommand/unlink-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/unlink-expected.txt
diff --git a/LayoutTests/editing/execCommand/unlink-expected.txt b/LayoutTests/platform/chromium-win/editing/execCommand/unlink-expected.txt
similarity index 98%
copy from LayoutTests/editing/execCommand/unlink-expected.txt
copy to LayoutTests/platform/chromium-win/editing/execCommand/unlink-expected.txt
index 712891ac0051354c51f2d9ebd995555e6e633d81..8aa4480a3a319b551e6de29d5448532f00b03e03 100644
--- a/LayoutTests/editing/execCommand/unlink-expected.txt
+++ b/LayoutTests/platform/chromium-win/editing/execCommand/unlink-expected.txt
@@ -61,6 +61,6 @@ This line contains an image.
The innerHTML of editable regions after the test:
This paragraph should should end up unlinked.
-<a href="http://www.apple.com/">The</a> second<a href="http://www.apple.com/"> word in this paragraph should end up being unlinked, everything else should be a link.</a>
+<a href="http://www.apple.com/">The </a>second <a href="http://www.apple.com/">word in this paragraph should end up being unlinked, everything else should be a link.</a>
This paragraph starts with <a href="http://www.google.com"><i>a</i></a><span id="test3start"> link</span> in the middle. Only the 'a' in the previous sentence should be linked after the test.
<p>This <i>editable region</i> contains lists, tables, styled text, and images. Everything in this region that is not selected should be a link, nothing that is selected should be a link.</p> <ul> <li>Item 1</li> <li>Item 2</li> </ul> <table border="1"><tbody><tr><td>1</td><td>2</td><td><span id="test4end"><a href="http://www.google.com/">3</a></span></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