Title: [121318] trunk/LayoutTests
Revision
121318
Author
[email protected]
Date
2012-06-26 21:03:04 -0700 (Tue, 26 Jun 2012)

Log Message

Rebaseline after r121286 and r121290.

* editing/deleting/merge-into-empty-block-2-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (121317 => 121318)


--- trunk/LayoutTests/ChangeLog	2012-06-27 03:49:44 UTC (rev 121317)
+++ trunk/LayoutTests/ChangeLog	2012-06-27 04:03:04 UTC (rev 121318)
@@ -1,3 +1,9 @@
+2012-06-26  Ryosuke Niwa  <[email protected]>
+
+        Rebaseline after r121286 and r121290.
+
+        * editing/deleting/merge-into-empty-block-2-expected.txt:
+
 2012-06-26  Keishi Hattori  <[email protected]>
 
         [Chromium] Rebaseline fast/backgrounds/size/zero.html. Caused by r121296

Modified: trunk/LayoutTests/editing/deleting/merge-into-empty-block-2-expected.txt (121317 => 121318)


--- trunk/LayoutTests/editing/deleting/merge-into-empty-block-2-expected.txt	2012-06-27 03:49:44 UTC (rev 121317)
+++ trunk/LayoutTests/editing/deleting/merge-into-empty-block-2-expected.txt	2012-06-27 04:03:04 UTC (rev 121318)
@@ -4,20 +4,10 @@
 EDITING DELEGATE: shouldDeleteDOMRange:range from 0 of DIV > DIV > BODY > HTML > #document to 0 of LI > UL > DIV > BODY > HTML > #document
 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-CONSOLE MESSAGE: line 13: ReferenceError: Can't find variable: Markup
-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 784x576
-      RenderBlock {P} at (0,0) size 784x18
-        RenderText {#text} at (0,0) size 731x18
-          text run at (0,0) width 731: "When a user puts the caret at the very beginning a list and hits delete into an empty line, the list should just move up."
-      RenderBlock {DIV} at (0,34) size 784x18
-        RenderBlock {UL} at (0,0) size 784x18
-          RenderListItem {LI} at (40,0) size 744x18
-            RenderListMarker at (-17,0) size 7x18: bullet
-            RenderInline {SPAN} at (0,0) size 21x18
-              RenderText {#text} at (0,0) size 21x18
-                text run at (0,0) width 21: "foo"
-caret: position 0 of child 0 {#text} of child 0 {SPAN} of child 0 {LI} of child 0 {UL} of child 2 {DIV} of body
+EDITING DELEGATE: webViewDidEndEditing:WebViewDidEndEditingNotification
+When a user puts the caret at the very beginning a list and hits delete into an empty line, the list should just move up.
+| <ul>
+|   <li>
+|     <span>
+|       id="test"
+|       "<#selection-caret>foo"
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to