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

Unified Diff: LayoutTests/platform/win-xp/editing/pasteboard/smart-drag-drop-expected.txt

Issue 304233009: Unreviewed Win XP rebaselines for r175038, part 6 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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/win-xp/editing/pasteboard/smart-drag-drop-expected.txt
diff --git a/LayoutTests/platform/linux/editing/pasteboard/smart-drag-drop-expected.txt b/LayoutTests/platform/win-xp/editing/pasteboard/smart-drag-drop-expected.txt
similarity index 61%
copy from LayoutTests/platform/linux/editing/pasteboard/smart-drag-drop-expected.txt
copy to LayoutTests/platform/win-xp/editing/pasteboard/smart-drag-drop-expected.txt
index b139f11d12a2cc1b195ecee3728dbfad714c402a..b055f0387d1ede89e2f212e218afda90c43eec84 100644
--- a/LayoutTests/platform/linux/editing/pasteboard/smart-drag-drop-expected.txt
+++ b/LayoutTests/platform/win-xp/editing/pasteboard/smart-drag-drop-expected.txt
@@ -1,6 +1,7 @@
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
layer at (0,0) size 800x600
RenderView at (0,0) size 800x600
@@ -12,7 +13,12 @@ layer at (0,0) size 800x600
text run at (0,0) width 763: "Tests that drag/drop after double-click does a smart drag. Specifically the end result should have a space: \"world hello\". To test"
text run at (0,20) width 380: "manually double click on the \"hello\" and drag it to after \"world\"."
RenderBlock {DIV} at (0,56) size 784x20
- RenderText {#text} at (0,0) size 67x19
- text run at (0,0) width 67: "world hello"
-selection start: position 5 of child 0 {#text} of child 3 {DIV} of body
-selection end: position 11 of child 0 {#text} of child 3 {DIV} of body
+ RenderText {#text} at (0,0) size 35x19
+ text run at (0,0) width 35: "world"
+ RenderInline {SPAN} at (0,0) size 32x19
+ RenderText {#text} at (35,0) size 32x19
+ text run at (35,0) width 32: " hello"
+ RenderText {#text} at (67,0) size 4x19
+ text run at (67,0) width 4: " "
+selection start: position 0 of child 0 {#text} of child 1 {SPAN} of child 3 {DIV} of body
+selection end: position 1 of child 2 {#text} of child 3 {DIV} of body

Powered by Google App Engine
This is Rietveld 408576698