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

Unified Diff: LayoutTests/platform/chromium-win/editing/pasteboard/merge-end-table-2-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/pasteboard/merge-end-table-2-expected.txt
diff --git a/LayoutTests/editing/pasteboard/merge-end-table-2-expected.txt b/LayoutTests/platform/chromium-win/editing/pasteboard/merge-end-table-2-expected.txt
similarity index 84%
copy from LayoutTests/editing/pasteboard/merge-end-table-2-expected.txt
copy to LayoutTests/platform/chromium-win/editing/pasteboard/merge-end-table-2-expected.txt
index dbb7b69d54454f83708d01dfc88ccff8571dd82f..feb068524b23f0047f9a495a7b9e21f45bdcda60 100644
--- a/LayoutTests/editing/pasteboard/merge-end-table-2-expected.txt
+++ b/LayoutTests/platform/chromium-win/editing/pasteboard/merge-end-table-2-expected.txt
@@ -3,7 +3,8 @@ EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 7 of #text > DIV > TD > TR > TBODY > TABLE > DIV > BODY > HTML > #document to 7 of #text > DIV > TD > TR > TBODY > TABLE > DIV > BODY > HTML > #document toDOMRange:range from 3 of #text > DIV > TD > TR > TBODY > TABLE > DIV > BODY > HTML > #document to 3 of #text > DIV > TD > TR > TBODY > TABLE > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 8 of #text > DIV > TD > TR > TBODY > TABLE > DIV > BODY > HTML > #document to 8 of #text > DIV > TD > TR > TBODY > TABLE > DIV > BODY > HTML > #document toDOMRange:range from 3 of #text > DIV > TD > TR > TBODY > TABLE > DIV > BODY > HTML > #document to 3 of #text > DIV > TD > TR > TBODY > TABLE > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
EDITING DELEGATE: webViewDidEndEditing:WebViewDidEndEditingNotification
@@ -25,9 +26,9 @@ After insertion:
| <td>
| <div>
| id="test2"
-| "Itemfoo"
+| "Item foo"
| <div>
| id="test2"
-| "bar<#selection-caret> 1"
+| "bar<#selection-caret>1"
| <td>
| "Item 2"

Powered by Google App Engine
This is Rietveld 408576698