Title: [89862] trunk/LayoutTests
Revision
89862
Author
[email protected]
Date
2011-06-27 14:38:35 -0700 (Mon, 27 Jun 2011)

Log Message

2011-06-27  Wyatt Carss  <[email protected]>

        Reviewed by Ryosuke Niwa.

        convert editing/deleting/whitespace-pre-1.html to dumpAsText
        https://bugs.webkit.org/show_bug.cgi?id=63372

        converted editing/deleting/whitespace-pre-1.html to dump-as-markup, removed
        old baselines, and added the new one.

        * editing/deleting/whitespace-pre-1-expected.txt: Added.
        * editing/deleting/whitespace-pre-1.html:
        * platform/chromium-linux/editing/deleting/whitespace-pre-1-expected.png: Removed.
        * platform/chromium-win/editing/deleting/whitespace-pre-1-expected.png: Removed.
        * platform/chromium-win/editing/deleting/whitespace-pre-1-expected.txt: Removed.
        * platform/gtk/editing/deleting/whitespace-pre-1-expected.png: Removed.
        * platform/gtk/editing/deleting/whitespace-pre-1-expected.txt: Removed.
        * platform/mac-leopard/editing/deleting/whitespace-pre-1-expected.png: Removed.
        * platform/mac/editing/deleting/whitespace-pre-1-expected.png: Removed.
        * platform/mac/editing/deleting/whitespace-pre-1-expected.txt: Removed.
        * platform/qt/editing/deleting/whitespace-pre-1-expected.png: Removed.
        * platform/qt/editing/deleting/whitespace-pre-1-expected.txt: Removed.

Modified Paths

Added Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (89861 => 89862)


--- trunk/LayoutTests/ChangeLog	2011-06-27 21:38:09 UTC (rev 89861)
+++ trunk/LayoutTests/ChangeLog	2011-06-27 21:38:35 UTC (rev 89862)
@@ -1,3 +1,26 @@
+2011-06-27  Wyatt Carss  <[email protected]>
+
+        Reviewed by Ryosuke Niwa.
+
+        convert editing/deleting/whitespace-pre-1.html to dumpAsText
+        https://bugs.webkit.org/show_bug.cgi?id=63372
+
+        converted editing/deleting/whitespace-pre-1.html to dump-as-markup, removed
+        old baselines, and added the new one.
+
+        * editing/deleting/whitespace-pre-1-expected.txt: Added.
+        * editing/deleting/whitespace-pre-1.html:
+        * platform/chromium-linux/editing/deleting/whitespace-pre-1-expected.png: Removed.
+        * platform/chromium-win/editing/deleting/whitespace-pre-1-expected.png: Removed.
+        * platform/chromium-win/editing/deleting/whitespace-pre-1-expected.txt: Removed.
+        * platform/gtk/editing/deleting/whitespace-pre-1-expected.png: Removed.
+        * platform/gtk/editing/deleting/whitespace-pre-1-expected.txt: Removed.
+        * platform/mac-leopard/editing/deleting/whitespace-pre-1-expected.png: Removed.
+        * platform/mac/editing/deleting/whitespace-pre-1-expected.png: Removed.
+        * platform/mac/editing/deleting/whitespace-pre-1-expected.txt: Removed.
+        * platform/qt/editing/deleting/whitespace-pre-1-expected.png: Removed.
+        * platform/qt/editing/deleting/whitespace-pre-1-expected.txt: Removed.
+
 2011-06-27  Jessie Berlin  <[email protected]>
 
         Add Windows-specific results for the test added in r89769.

Added: trunk/LayoutTests/editing/deleting/whitespace-pre-1-expected.txt (0 => 89862)


--- trunk/LayoutTests/editing/deleting/whitespace-pre-1-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/editing/deleting/whitespace-pre-1-expected.txt	2011-06-27 21:38:35 UTC (rev 89862)
@@ -0,0 +1,14 @@
+EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 1 of DIV > BODY > HTML > #document
+EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldDeleteDOMRange:range from 0 of #text > DIV > BODY > HTML > #document to 49 of #text > DIV > BODY > HTML > #document
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidEndEditing:WebViewDidEndEditingNotification
+This tests for a bug in endOfLine.
+| "<#selection-caret>
+There should be three paragraphs in this editable region.
+The first one should be empty."

Modified: trunk/LayoutTests/editing/deleting/whitespace-pre-1.html (89861 => 89862)


--- trunk/LayoutTests/editing/deleting/whitespace-pre-1.html	2011-06-27 21:38:09 UTC (rev 89861)
+++ trunk/LayoutTests/editing/deleting/whitespace-pre-1.html	2011-06-27 21:38:35 UTC (rev 89862)
@@ -1,3 +1,4 @@
+<script src=""
 <script>
 if (window.layoutTestController)
      layoutTestController.dumpEditingCallbacks();
@@ -2,3 +3,3 @@
 </script>
-<p>This tests for a bug in endOfLine.</p>
+<p id="description">This tests for a bug in endOfLine.</p>
 
@@ -15,4 +16,6 @@
 s.setPosition(e, 0);
 s.modify("extend", "forward", "lineBoundary");
 document.execCommand("Delete");
-</script>
\ No newline at end of file
+Markup.description(description.textContent);
+Markup.dump("test");
+</script>

Deleted: trunk/LayoutTests/platform/chromium-linux/editing/deleting/whitespace-pre-1-expected.png


(Binary files differ)

Deleted: trunk/LayoutTests/platform/chromium-win/editing/deleting/whitespace-pre-1-expected.png


(Binary files differ)

Deleted: trunk/LayoutTests/platform/chromium-win/editing/deleting/whitespace-pre-1-expected.txt (89861 => 89862)


--- trunk/LayoutTests/platform/chromium-win/editing/deleting/whitespace-pre-1-expected.txt	2011-06-27 21:38:09 UTC (rev 89861)
+++ trunk/LayoutTests/platform/chromium-win/editing/deleting/whitespace-pre-1-expected.txt	2011-06-27 21:38:35 UTC (rev 89862)
@@ -1,23 +0,0 @@
-EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 1 of DIV > BODY > HTML > #document
-EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldDeleteDOMRange:range from 0 of #text > DIV > BODY > HTML > #document to 49 of #text > DIV > BODY > HTML > #document
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-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 {P} at (0,0) size 784x20
-        RenderText {#text} at (0,0) size 200x19
-          text run at (0,0) width 200: "This tests for a bug in endOfLine."
-      RenderBlock {DIV} at (0,36) size 784x60
-        RenderText {#text} at (0,0) size 336x59
-          text run at (0,0) width 0: " "
-          text run at (0,20) width 336: "There should be three paragraphs in this editable region."
-          text run at (336,20) width 0: " "
-          text run at (0,40) width 182: "The first one should be empty."
-caret: position 0 of child 0 {#text} of child 2 {DIV} of body

Deleted: trunk/LayoutTests/platform/gtk/editing/deleting/whitespace-pre-1-expected.png


(Binary files differ)

Deleted: trunk/LayoutTests/platform/gtk/editing/deleting/whitespace-pre-1-expected.txt (89861 => 89862)


--- trunk/LayoutTests/platform/gtk/editing/deleting/whitespace-pre-1-expected.txt	2011-06-27 21:38:09 UTC (rev 89861)
+++ trunk/LayoutTests/platform/gtk/editing/deleting/whitespace-pre-1-expected.txt	2011-06-27 21:38:35 UTC (rev 89862)
@@ -1,23 +0,0 @@
-EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 1 of DIV > BODY > HTML > #document
-EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldDeleteDOMRange:range from 0 of #text > DIV > BODY > HTML > #document to 49 of #text > DIV > BODY > HTML > #document
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-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 {P} at (0,0) size 784x19
-        RenderText {#text} at (0,0) size 213x19
-          text run at (0,0) width 213: "This tests for a bug in endOfLine."
-      RenderBlock {DIV} at (0,35) size 784x57
-        RenderText {#text} at (0,0) size 353x57
-          text run at (0,0) width 0: " "
-          text run at (0,19) width 353: "There should be three paragraphs in this editable region."
-          text run at (353,19) width 0: " "
-          text run at (0,38) width 192: "The first one should be empty."
-caret: position 0 of child 0 {#text} of child 2 {DIV} of body

Deleted: trunk/LayoutTests/platform/mac/editing/deleting/whitespace-pre-1-expected.png


(Binary files differ)

Deleted: trunk/LayoutTests/platform/mac/editing/deleting/whitespace-pre-1-expected.txt (89861 => 89862)


--- trunk/LayoutTests/platform/mac/editing/deleting/whitespace-pre-1-expected.txt	2011-06-27 21:38:09 UTC (rev 89861)
+++ trunk/LayoutTests/platform/mac/editing/deleting/whitespace-pre-1-expected.txt	2011-06-27 21:38:35 UTC (rev 89862)
@@ -1,23 +0,0 @@
-EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 1 of DIV > BODY > HTML > #document
-EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldDeleteDOMRange:range from 0 of #text > DIV > BODY > HTML > #document to 49 of #text > DIV > BODY > HTML > #document
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-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 {P} at (0,0) size 784x18
-        RenderText {#text} at (0,0) size 213x18
-          text run at (0,0) width 213: "This tests for a bug in endOfLine."
-      RenderBlock {DIV} at (0,34) size 784x54
-        RenderText {#text} at (0,0) size 353x54
-          text run at (0,0) width 0: " "
-          text run at (0,18) width 353: "There should be three paragraphs in this editable region."
-          text run at (353,18) width 0: " "
-          text run at (0,36) width 192: "The first one should be empty."
-caret: position 0 of child 0 {#text} of child 2 {DIV} of body

Deleted: trunk/LayoutTests/platform/mac-leopard/editing/deleting/whitespace-pre-1-expected.png


(Binary files differ)

Deleted: trunk/LayoutTests/platform/qt/editing/deleting/whitespace-pre-1-expected.png


(Binary files differ)

Deleted: trunk/LayoutTests/platform/qt/editing/deleting/whitespace-pre-1-expected.txt (89861 => 89862)


--- trunk/LayoutTests/platform/qt/editing/deleting/whitespace-pre-1-expected.txt	2011-06-27 21:38:09 UTC (rev 89861)
+++ trunk/LayoutTests/platform/qt/editing/deleting/whitespace-pre-1-expected.txt	2011-06-27 21:38:35 UTC (rev 89862)
@@ -1,23 +0,0 @@
-EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 1 of DIV > BODY > HTML > #document
-EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldDeleteDOMRange:range from 0 of #text > DIV > BODY > HTML > #document to 49 of #text > DIV > BODY > HTML > #document
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-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 {P} at (0,0) size 784x22
-        RenderText {#text} at (0,0) size 227x22
-          text run at (0,0) width 227: "This tests for a bug in endOfLine."
-      RenderBlock {DIV} at (0,38) size 784x66
-        RenderText {#text} at (0,0) size 385x66
-          text run at (0,0) width 0: " "
-          text run at (0,22) width 385: "There should be three paragraphs in this editable region."
-          text run at (385,22) width 0: " "
-          text run at (0,44) width 205: "The first one should be empty."
-caret: position 0 of child 0 {#text} of child 2 {DIV} of body
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to