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

Unified Diff: LayoutTests/editing/undo/undo-delete-expected.txt

Issue 43523002: Make tests related to undo word deletion platform independent (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 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/undo/undo-delete-expected.txt
diff --git a/LayoutTests/editing/undo/undo-delete-expected.txt b/LayoutTests/editing/undo/undo-delete-expected.txt
index 22dad07223939ef0ef13e21bf6d4856a6322c7d1..9827ef7a6625c32f08a67bc71d38a111278c6d25 100644
--- a/LayoutTests/editing/undo/undo-delete-expected.txt
+++ b/LayoutTests/editing/undo/undo-delete-expected.txt
@@ -1,31 +1,30 @@
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
- RenderBlock {HTML} at (0,0) size 800x600
- RenderBody {BODY} at (8,8) size 784x584
- RenderBlock {DIV} at (0,0) size 784x84 [border: (2px solid #FF0000)]
- RenderInline {SPAN} at (0,0) size 727x56
- RenderText {#text} at (14,14) size 727x56
- text run at (14,14) width 721: "This word should be selected, since the test deleted it a character at a time"
- text run at (735,14) width 6: " "
- text run at (14,42) width 209: "and then did an undo."
- RenderText {#text} at (0,0) size 0x0
-selection start: position 5 of child 0 {#text} of child 1 {SPAN} of child 1 {DIV} of body
-selection end: position 9 of child 0 {#text} of child 1 {SPAN} of child 1 {DIV} of body
+Verifies the selection behavior on undoing a word deletion.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+Test
+PASS selection.type is "Range"
+PASS selection.baseNode is startNode
+PASS selection.baseOffset is 4
+PASS selection.extentNode is startNode
+PASS selection.extentOffset is 0
+PASS selection.type is "Range"
+PASS selection.baseNode is startNode
+PASS selection.baseOffset is 4
+PASS selection.extentNode is startNode
+PASS selection.extentOffset is 0
+PASS selection.type is "Range"
+PASS selection.baseNode is startNode
+PASS selection.baseOffset is 4
+PASS selection.extentNode is startNode
+PASS selection.extentOffset is 0
+PASS selection.type is "Range"
+PASS selection.baseNode is startNode
+PASS selection.baseOffset is 4
+PASS selection.extentNode is startNode
+PASS selection.extentOffset is 0
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698