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

Unified Diff: LayoutTests/editing/deleting/delete-br-001-expected.txt

Issue 18884002: Make editing/deleting/delete-br-00[1-7].html platform independent (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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
« no previous file with comments | « LayoutTests/editing/deleting/delete-br-001.html ('k') | LayoutTests/editing/deleting/delete-br-002.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/editing/deleting/delete-br-001-expected.txt
diff --git a/LayoutTests/editing/deleting/delete-br-001-expected.txt b/LayoutTests/editing/deleting/delete-br-001-expected.txt
index aae5391947e15fe1480e146609705c38b2e7d3a5..e42555316e16a92be444eee3003910b8d7867c07 100644
--- a/LayoutTests/editing/deleting/delete-br-001-expected.txt
+++ b/LayoutTests/editing/deleting/delete-br-001-expected.txt
@@ -1,43 +1,22 @@
-EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 3 of DIV > BODY > HTML > #document
-EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldDeleteDOMRange:range from 1 of SPAN > DIV > BODY > HTML > #document to 2 of SPAN > DIV > BODY > HTML > #document
-EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 23 of #text > SPAN > DIV > BODY > HTML > #document to 23 of #text > SPAN > DIV > BODY > HTML > #document toDOMRange:range from 23 of #text > SPAN > DIV > BODY > HTML > #document to 23 of #text > SPAN > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
-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 784x56 [border: (2px solid #FF0000)]
- RenderInline {SPAN} at (0,0) size 296x28
- RenderText {#text} at (14,14) size 204x28
- text run at (14,14) width 102: "Fourscore "
- text run at (116,14) width 41: "and "
- text run at (157,14) width 61: "seven "
- RenderText {#text} at (218,14) size 92x28
- text run at (218,14) width 92: "years ago"
- RenderText {#text} at (0,0) size 0x0
-caret: position 23 of child 0 {#text} of child 1 {SPAN} of child 1 {DIV} of body
+PASS $("work").innerHTML is "abc<br id=\"b\"><br id=\"c\">def"
+PASS selection.type is "Caret"
+PASS selection.anchorOffset is 3
+PASS $("work").innerHTML is "abc<br id=\"a\"><br>def"
+PASS selection.type is "Caret"
+PASS selection.anchorOffset is 2
+PASS $("work").innerHTML is "abc<br id=\"a\"><br id=\"b\">def"
+PASS selection.type is "Caret"
+PASS selection.anchorOffset is 0
+PASS $("work").innerHTML is "abc<br>def"
+PASS selection.type is "Caret"
+PASS selection.anchorOffset is 3
+PASS $("work").innerHTML is "abc<br id=\"a\">def"
+PASS selection.type is "Caret"
+PASS selection.anchorOffset is 0
+PASS $("work").innerHTML is "abcdef"
+PASS selection.type is "Caret"
+PASS selection.anchorOffset is 3
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/editing/deleting/delete-br-001.html ('k') | LayoutTests/editing/deleting/delete-br-002.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698