Diff
Modified: trunk/LayoutTests/ChangeLog (89622 => 89623)
--- trunk/LayoutTests/ChangeLog 2011-06-23 22:04:37 UTC (rev 89622)
+++ trunk/LayoutTests/ChangeLog 2011-06-23 22:11:50 UTC (rev 89623)
@@ -1,3 +1,19 @@
+2011-06-23 Wyatt Carss <[email protected]>
+
+ Reviewed by Ryosuke Niwa.
+
+ convert editing/deleting/delete-select-all-00* to dumpAsText
+ https://bugs.webkit.org/show_bug.cgi?id=63193
+
+ converted editing/deleting/delete-select-all-002/003 to
+ runDumpAsTextEditingTest(true), removed old test files (including a
+ superfluous expected file for 001 on qt), and added new test files.
+
+ * editing/deleting/delete-select-all-002-expected.txt: Added.
+ * editing/deleting/delete-select-all-002.html:
+ * editing/deleting/delete-select-all-003-expected.txt: Added.
+ * editing/deleting/delete-select-all-003.html:
+
2011-06-23 Jessie Berlin <[email protected]>
[Windows Tests] http/tests/media/video-cross-site.html sometimes crashes.
Copied: trunk/LayoutTests/editing/deleting/delete-select-all-002-expected.txt (from rev 89622, trunk/LayoutTests/platform/chromium-win/editing/deleting/delete-select-all-002-expected.txt) (0 => 89623)
--- trunk/LayoutTests/editing/deleting/delete-select-all-002-expected.txt (rev 0)
+++ trunk/LayoutTests/editing/deleting/delete-select-all-002-expected.txt 2011-06-23 22:11:50 UTC (rev 89623)
@@ -0,0 +1,12 @@
+EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 5 of DIV > BODY > HTML > #document
+EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 1 of #text > DIV > BODY > HTML > #document to 1 of #text > DIV > BODY > HTML > #document toDOMRange:range from 0 of #text > SPAN > DIV > BODY > HTML > #document to 17 of #text > SPAN > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldDeleteDOMRange:range from 0 of #text > SPAN > DIV > BODY > HTML > #document to 17 of #text > SPAN > DIV > BODY > HTML > #document
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 0 of DIV > BODY > HTML > #document to 0 of DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+
+execDeleteCommand: <br>
Modified: trunk/LayoutTests/editing/deleting/delete-select-all-002.html (89622 => 89623)
--- trunk/LayoutTests/editing/deleting/delete-select-all-002.html 2011-06-23 22:04:37 UTC (rev 89622)
+++ trunk/LayoutTests/editing/deleting/delete-select-all-002.html 2011-06-23 22:11:50 UTC (rev 89623)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
<html>
<head>
@@ -41,7 +42,7 @@
</div>
<script>
-runEditingTest();
+runDumpAsTextEditingTest(true);
</script>
</body>
Copied: trunk/LayoutTests/editing/deleting/delete-select-all-003-expected.txt (from rev 89622, trunk/LayoutTests/platform/mac/editing/deleting/delete-select-all-003-expected.txt) (0 => 89623)
--- trunk/LayoutTests/editing/deleting/delete-select-all-003-expected.txt (rev 0)
+++ trunk/LayoutTests/editing/deleting/delete-select-all-003-expected.txt 2011-06-23 22:11:50 UTC (rev 89623)
@@ -0,0 +1,12 @@
+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: shouldChangeSelectedDOMRange:range from 0 of LI > UL > DIV > BODY > HTML > #document to 0 of LI > UL > DIV > BODY > HTML > #document toDOMRange:range from 0 of #text > LI > UL > DIV > BODY > HTML > #document to 5 of #text > LI > UL > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldDeleteDOMRange:range from 0 of #text > LI > UL > DIV > BODY > HTML > #document to 5 of #text > LI > UL > DIV > BODY > HTML > #document
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 0 of LI > UL > DIV > BODY > HTML > #document to 0 of LI > UL > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+
+execDeleteCommand: <ul id="test"><li><br></li></ul>
Modified: trunk/LayoutTests/editing/deleting/delete-select-all-003.html (89622 => 89623)
--- trunk/LayoutTests/editing/deleting/delete-select-all-003.html 2011-06-23 22:04:37 UTC (rev 89622)
+++ trunk/LayoutTests/editing/deleting/delete-select-all-003.html 2011-06-23 22:11:50 UTC (rev 89623)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
<html>
<head>
@@ -40,7 +41,7 @@
</div>
<script>
-runEditingTest();
+runDumpAsTextEditingTest(true);
</script>
</body>
Deleted: trunk/LayoutTests/platform/chromium-win/editing/deleting/delete-select-all-002-expected.png
(Binary files differ)
Deleted: trunk/LayoutTests/platform/chromium-win/editing/deleting/delete-select-all-002-expected.txt (89622 => 89623)
--- trunk/LayoutTests/platform/chromium-win/editing/deleting/delete-select-all-002-expected.txt 2011-06-23 22:04:37 UTC (rev 89622)
+++ trunk/LayoutTests/platform/chromium-win/editing/deleting/delete-select-all-002-expected.txt 2011-06-23 22:11:50 UTC (rev 89623)
@@ -1,18 +0,0 @@
-EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 5 of DIV > BODY > HTML > #document
-EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 1 of #text > DIV > BODY > HTML > #document to 1 of #text > DIV > BODY > HTML > #document toDOMRange:range from 0 of #text > SPAN > DIV > BODY > HTML > #document to 17 of #text > SPAN > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldDeleteDOMRange:range from 0 of #text > SPAN > DIV > BODY > HTML > #document to 17 of #text > SPAN > DIV > BODY > HTML > #document
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 0 of DIV > BODY > HTML > #document to 0 of 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)]
- RenderBR {BR} at (14,14) size 0x27
-caret: position 0 of child 0 {BR} of child 1 {DIV} of body
Deleted: trunk/LayoutTests/platform/chromium-win/editing/deleting/delete-select-all-003-expected.png
(Binary files differ)
Deleted: trunk/LayoutTests/platform/chromium-win/editing/deleting/delete-select-all-003-expected.txt (89622 => 89623)
--- trunk/LayoutTests/platform/chromium-win/editing/deleting/delete-select-all-003-expected.txt 2011-06-23 22:04:37 UTC (rev 89622)
+++ trunk/LayoutTests/platform/chromium-win/editing/deleting/delete-select-all-003-expected.txt 2011-06-23 22:11:50 UTC (rev 89623)
@@ -1,21 +0,0 @@
-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: shouldChangeSelectedDOMRange:range from 0 of LI > UL > DIV > BODY > HTML > #document to 0 of LI > UL > DIV > BODY > HTML > #document toDOMRange:range from 0 of #text > LI > UL > DIV > BODY > HTML > #document to 5 of #text > LI > UL > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldDeleteDOMRange:range from 0 of #text > LI > UL > DIV > BODY > HTML > #document to 5 of #text > LI > UL > DIV > BODY > HTML > #document
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 0 of LI > UL > DIV > BODY > HTML > #document to 0 of LI > UL > 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 784x104 [border: (2px solid #FF0000)]
- RenderBlock {UL} at (14,38) size 756x28
- RenderListItem {LI} at (40,0) size 716x28
- RenderListMarker at (-22,0) size 9x27: bullet
- RenderBR {BR} at (0,0) size 0x27
-caret: position 0 of child 0 {BR} of child 0 {LI} of child 1 {UL} of child 1 {DIV} of body
Deleted: trunk/LayoutTests/platform/gtk/editing/deleting/delete-select-all-002-expected.txt (89622 => 89623)
--- trunk/LayoutTests/platform/gtk/editing/deleting/delete-select-all-002-expected.txt 2011-06-23 22:04:37 UTC (rev 89622)
+++ trunk/LayoutTests/platform/gtk/editing/deleting/delete-select-all-002-expected.txt 2011-06-23 22:11:50 UTC (rev 89623)
@@ -1,18 +0,0 @@
-EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 5 of DIV > BODY > HTML > #document
-EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 1 of #text > DIV > BODY > HTML > #document to 1 of #text > DIV > BODY > HTML > #document toDOMRange:range from 0 of #text > SPAN > DIV > BODY > HTML > #document to 17 of #text > SPAN > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldDeleteDOMRange:range from 0 of #text > SPAN > DIV > BODY > HTML > #document to 17 of #text > SPAN > DIV > BODY > HTML > #document
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 0 of DIV > BODY > HTML > #document to 0 of 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)]
- RenderBR {BR} at (14,14) size 0x28
-caret: position 0 of child 0 {BR} of child 1 {DIV} of body
Deleted: trunk/LayoutTests/platform/gtk/editing/deleting/delete-select-all-003-expected.png
(Binary files differ)
Deleted: trunk/LayoutTests/platform/gtk/editing/deleting/delete-select-all-003-expected.txt (89622 => 89623)
--- trunk/LayoutTests/platform/gtk/editing/deleting/delete-select-all-003-expected.txt 2011-06-23 22:04:37 UTC (rev 89622)
+++ trunk/LayoutTests/platform/gtk/editing/deleting/delete-select-all-003-expected.txt 2011-06-23 22:11:50 UTC (rev 89623)
@@ -1,21 +0,0 @@
-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: shouldChangeSelectedDOMRange:range from 0 of LI > UL > DIV > BODY > HTML > #document to 0 of LI > UL > DIV > BODY > HTML > #document toDOMRange:range from 0 of #text > LI > UL > DIV > BODY > HTML > #document to 5 of #text > LI > UL > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldDeleteDOMRange:range from 0 of #text > LI > UL > DIV > BODY > HTML > #document to 5 of #text > LI > UL > DIV > BODY > HTML > #document
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 0 of LI > UL > DIV > BODY > HTML > #document to 0 of LI > UL > 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 784x104 [border: (2px solid #FF0000)]
- RenderBlock {UL} at (14,38) size 756x28
- RenderListItem {LI} at (40,0) size 716x28
- RenderListMarker at (-22,0) size 9x28: bullet
- RenderBR {BR} at (0,0) size 0x28
-caret: position 0 of child 0 {BR} of child 0 {LI} of child 1 {UL} of child 1 {DIV} of body
Deleted: trunk/LayoutTests/platform/mac/editing/deleting/delete-select-all-002-expected.png
(Binary files differ)
Deleted: trunk/LayoutTests/platform/mac/editing/deleting/delete-select-all-002-expected.txt (89622 => 89623)
--- trunk/LayoutTests/platform/mac/editing/deleting/delete-select-all-002-expected.txt 2011-06-23 22:04:37 UTC (rev 89622)
+++ trunk/LayoutTests/platform/mac/editing/deleting/delete-select-all-002-expected.txt 2011-06-23 22:11:50 UTC (rev 89623)
@@ -1,18 +0,0 @@
-EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 5 of DIV > BODY > HTML > #document
-EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 1 of #text > DIV > BODY > HTML > #document to 1 of #text > DIV > BODY > HTML > #document toDOMRange:range from 0 of #text > SPAN > DIV > BODY > HTML > #document to 17 of #text > SPAN > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldDeleteDOMRange:range from 0 of #text > SPAN > DIV > BODY > HTML > #document to 17 of #text > SPAN > DIV > BODY > HTML > #document
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 0 of DIV > BODY > HTML > #document to 0 of 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)]
- RenderBR {BR} at (14,14) size 0x28
-caret: position 0 of child 0 {BR} of child 1 {DIV} of body
Deleted: trunk/LayoutTests/platform/mac/editing/deleting/delete-select-all-003-expected.png
(Binary files differ)
Deleted: trunk/LayoutTests/platform/mac/editing/deleting/delete-select-all-003-expected.txt (89622 => 89623)
--- trunk/LayoutTests/platform/mac/editing/deleting/delete-select-all-003-expected.txt 2011-06-23 22:04:37 UTC (rev 89622)
+++ trunk/LayoutTests/platform/mac/editing/deleting/delete-select-all-003-expected.txt 2011-06-23 22:11:50 UTC (rev 89623)
@@ -1,21 +0,0 @@
-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: shouldChangeSelectedDOMRange:range from 0 of LI > UL > DIV > BODY > HTML > #document to 0 of LI > UL > DIV > BODY > HTML > #document toDOMRange:range from 0 of #text > LI > UL > DIV > BODY > HTML > #document to 5 of #text > LI > UL > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldDeleteDOMRange:range from 0 of #text > LI > UL > DIV > BODY > HTML > #document to 5 of #text > LI > UL > DIV > BODY > HTML > #document
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 0 of LI > UL > DIV > BODY > HTML > #document to 0 of LI > UL > 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 784x104 [border: (2px solid #FF0000)]
- RenderBlock {UL} at (14,38) size 756x28
- RenderListItem {LI} at (40,0) size 716x28
- RenderListMarker at (-22,0) size 9x28: bullet
- RenderBR {BR} at (0,0) size 0x28
-caret: position 0 of child 0 {BR} of child 0 {LI} of child 1 {UL} of child 1 {DIV} of body
Deleted: trunk/LayoutTests/platform/qt/editing/deleting/delete-select-all-001-expected.png
(Binary files differ)
Deleted: trunk/LayoutTests/platform/qt/editing/deleting/delete-select-all-002-expected.png
(Binary files differ)
Deleted: trunk/LayoutTests/platform/qt/editing/deleting/delete-select-all-002-expected.txt (89622 => 89623)
--- trunk/LayoutTests/platform/qt/editing/deleting/delete-select-all-002-expected.txt 2011-06-23 22:04:37 UTC (rev 89622)
+++ trunk/LayoutTests/platform/qt/editing/deleting/delete-select-all-002-expected.txt 2011-06-23 22:11:50 UTC (rev 89623)
@@ -1,18 +0,0 @@
-EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 5 of DIV > BODY > HTML > #document
-EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 1 of #text > DIV > BODY > HTML > #document to 1 of #text > DIV > BODY > HTML > #document toDOMRange:range from 0 of #text > SPAN > DIV > BODY > HTML > #document to 17 of #text > SPAN > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldDeleteDOMRange:range from 0 of #text > SPAN > DIV > BODY > HTML > #document to 17 of #text > SPAN > DIV > BODY > HTML > #document
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 0 of DIV > BODY > HTML > #document to 0 of 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 784x61 [border: (2px solid #FF0000)]
- RenderBR {BR} at (14,14) size 0x33
-caret: position 0 of child 0 {BR} of child 1 {DIV} of body
Deleted: trunk/LayoutTests/platform/qt/editing/deleting/delete-select-all-003-expected.png
(Binary files differ)
Deleted: trunk/LayoutTests/platform/qt/editing/deleting/delete-select-all-003-expected.txt (89622 => 89623)
--- trunk/LayoutTests/platform/qt/editing/deleting/delete-select-all-003-expected.txt 2011-06-23 22:04:37 UTC (rev 89622)
+++ trunk/LayoutTests/platform/qt/editing/deleting/delete-select-all-003-expected.txt 2011-06-23 22:11:50 UTC (rev 89623)
@@ -1,21 +0,0 @@
-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: shouldChangeSelectedDOMRange:range from 0 of LI > UL > DIV > BODY > HTML > #document to 0 of LI > UL > DIV > BODY > HTML > #document toDOMRange:range from 0 of #text > LI > UL > DIV > BODY > HTML > #document to 5 of #text > LI > UL > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldDeleteDOMRange:range from 0 of #text > LI > UL > DIV > BODY > HTML > #document to 5 of #text > LI > UL > DIV > BODY > HTML > #document
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 0 of LI > UL > DIV > BODY > HTML > #document to 0 of LI > UL > 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 784x109 [border: (2px solid #FF0000)]
- RenderBlock {UL} at (14,38) size 756x33
- RenderListItem {LI} at (40,0) size 716x33
- RenderListMarker at (-24,0) size 10x33: bullet
- RenderBR {BR} at (0,0) size 0x33
-caret: position 0 of child 0 {BR} of child 0 {LI} of child 1 {UL} of child 1 {DIV} of body