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

Unified Diff: webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/pasteboard/display-block-on-spans-expected.txt

Issue 174098: Rebaseline editing layout testing... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 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: webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/pasteboard/display-block-on-spans-expected.txt
===================================================================
--- webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/pasteboard/display-block-on-spans-expected.txt (revision 23775)
+++ webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/pasteboard/display-block-on-spans-expected.txt (working copy)
@@ -5,7 +5,7 @@
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: shouldInsertNode:#document-fragment replacingDOMRange:range from 0 of #text > B > SPAN > DIV > BODY > HTML > #document to 4 of #text > B > SPAN > DIV > BODY > HTML > #document givenAction:WebViewInsertActionPasted
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 4 of #text > SPAN > SPAN > DIV > BODY > HTML > #document to 4 of #text > SPAN > SPAN > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 4 of #text > B > SPAN > B > SPAN > DIV > BODY > HTML > #document to 4 of #text > B > SPAN > B > SPAN > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
layer at (0,0) size 800x600
@@ -33,9 +33,11 @@
RenderText {#text} at (0,0) size 132x19
text run at (0,0) width 132: "This is a paragraph."
RenderBlock {SPAN} at (0,20) size 784x20
- RenderInline {SPAN} at (0,0) size 175x19
- RenderText {#text} at (0,0) size 29x19
- text run at (0,0) width 29: "This"
+ RenderInline {B} at (0,0) size 175x19
+ RenderInline {SPAN} at (0,0) size 29x19
+ RenderInline {B} at (0,0) size 29x19
+ RenderText {#text} at (0,0) size 29x19
+ text run at (0,0) width 29: "This"
RenderText {#text} at (29,0) size 146x19
text run at (29,0) width 146: " is another paragraph."
-caret: position 4 of child 0 {#text} of child 0 {SPAN} of child 2 {SPAN} of child 5 {DIV} of child 1 {BODY} of child 0 {HTML} of document
+caret: position 4 of child 0 {#text} of child 0 {B} of child 0 {SPAN} of child 0 {B} of child 2 {SPAN} of child 5 {DIV} of child 1 {BODY} of child 0 {HTML} of document

Powered by Google App Engine
This is Rietveld 408576698