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

Unified Diff: LayoutTests/editing/selection/extend-selection-enclosing-block-win-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/editing/selection/extend-selection-enclosing-block-win-expected.txt
diff --git a/LayoutTests/editing/selection/extend-selection-enclosing-block-mac-expected.txt b/LayoutTests/editing/selection/extend-selection-enclosing-block-win-expected.txt
similarity index 81%
copy from LayoutTests/editing/selection/extend-selection-enclosing-block-mac-expected.txt
copy to LayoutTests/editing/selection/extend-selection-enclosing-block-win-expected.txt
index a0fa35a46f1c78457cc2180a806586d94940d6ef..3a688b4bdac57dbf802e19bbc0c3775a125a18d0 100644
--- a/LayoutTests/editing/selection/extend-selection-enclosing-block-mac-expected.txt
+++ b/LayoutTests/editing/selection/extend-selection-enclosing-block-win-expected.txt
@@ -12,6 +12,6 @@ Test 1, LTR:
Extending by word
Test 1, LTR:
- Extending right: "Lorem "[(0,0), (0,5)], "ipsum dolor sit"[(0,5), (0,11), (0,15)], " amett"[(0,6), (0,1)]
- Extending left: " amett"[(0,6), (0,1)], "ipsum dolor sit"[(0,12), (0,6), (0,0)], "Lorem "[(0,0), (0,5)]
+ Extending right: "Lorem "[(0,0)], "ipsum dolor sit"[(0,0), (0,6), (0,12)], " amett"[(0,1), (0,6)]
+ Extending left: " amett"[(0,6), (0,1)], "ipsum dolor sit"[(0,12), (0,6), (0,0)]

Powered by Google App Engine
This is Rietveld 408576698