[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

rniwa at webkit.org rniwa at webkit.org
Wed Dec 22 11:45:54 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit cd7fb69b5cb25203dcb26d8ec261910495ce7cc5
Author: rniwa at webkit.org <rniwa at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Aug 6 01:23:00 2010 +0000

    2010-08-05  Ryosuke Niwa  <rniwa at webkit.org>
    
            Reviewed by Tony Chang.
    
            dumpAsMarkup conversion: deleting/delete-4038408-fix.html, deleting/delete-br-011.html, and execCommand/format-block-from-range-selection.html
            https://bugs.webkit.org/show_bug.cgi?id=43580
    
            Converted deleting/delete-4038408-fix.html, deleting/delete-br-011.html, and execCommand/format-block-from-range-selection.html
            to a dumpAsMarkup test because all the tests were testing the correctness of the resultant DOM tree.
            In addition, removed editing delegates from execCommand/format-block-from-range-selection.html because it's not relevant to the test.
    
            * editing/deleting/delete-4038408-fix-expected.txt: Added.
            * editing/deleting/delete-4038408-fix.html: Converted.
            * editing/deleting/delete-br-011-expected.txt: Added.
            * editing/deleting/delete-br-011.html: Converted.
            * editing/execCommand/format-block-from-range-selection-expected.txt: Added.
            * editing/execCommand/format-block-from-range-selection.html: Converted.
            * platform/chromium-linux/editing/deleting/delete-4038408-fix-expected.checksum: Removed.
            * platform/chromium-linux/editing/deleting/delete-4038408-fix-expected.png: Removed.
            * platform/chromium-linux/editing/deleting/delete-br-011-expected.checksum: Removed.
            * platform/chromium-linux/editing/deleting/delete-br-011-expected.png: Removed.
            * platform/chromium-linux/editing/execCommand/format-block-from-range-selection-expected.checksum: Removed.
            * platform/chromium-linux/editing/execCommand/format-block-from-range-selection-expected.png: Removed.
            * platform/chromium-win/editing/deleting/delete-4038408-fix-expected.checksum: Removed.
            * platform/chromium-win/editing/deleting/delete-4038408-fix-expected.png: Removed.
            * platform/chromium-win/editing/deleting/delete-4038408-fix-expected.txt: Removed.
            * platform/chromium-win/editing/deleting/delete-br-011-expected.checksum: Removed.
            * platform/chromium-win/editing/deleting/delete-br-011-expected.png: Removed.
            * platform/chromium-win/editing/deleting/delete-br-011-expected.txt: Removed.
            * platform/chromium-win/editing/execCommand/format-block-from-range-selection-expected.checksum: Removed.
            * platform/chromium-win/editing/execCommand/format-block-from-range-selection-expected.png: Removed.
            * platform/chromium-win/editing/execCommand/format-block-from-range-selection-expected.txt: Removed.
            * platform/mac-leopard/editing/deleting/delete-4038408-fix-expected.checksum: Removed.
            * platform/mac-leopard/editing/deleting/delete-4038408-fix-expected.png: Removed.
            * platform/mac/editing/deleting/delete-4038408-fix-expected.checksum: Removed.
            * platform/mac/editing/deleting/delete-4038408-fix-expected.png: Removed.
            * platform/mac/editing/deleting/delete-4038408-fix-expected.txt: Removed.
            * platform/mac/editing/deleting/delete-br-011-expected.checksum: Removed.
            * platform/mac/editing/deleting/delete-br-011-expected.png: Removed.
            * platform/mac/editing/deleting/delete-br-011-expected.txt: Removed.
            * platform/mac/editing/execCommand/format-block-from-range-selection-expected.checksum: Removed.
            * platform/mac/editing/execCommand/format-block-from-range-selection-expected.png: Removed.
            * platform/mac/editing/execCommand/format-block-from-range-selection-expected.txt: Removed.
            * platform/qt/editing/deleting/delete-4038408-fix-expected.txt: Removed.
            * platform/qt/editing/deleting/delete-br-011-expected.txt: Removed.
            * platform/qt/editing/execCommand/format-block-from-range-selection-expected.txt: Removed.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64808 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index f5f9a0c..1e04f8d 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,50 @@
+2010-08-05  Ryosuke Niwa  <rniwa at webkit.org>
+
+        Reviewed by Tony Chang.
+
+        dumpAsMarkup conversion: deleting/delete-4038408-fix.html, deleting/delete-br-011.html, and execCommand/format-block-from-range-selection.html
+        https://bugs.webkit.org/show_bug.cgi?id=43580
+
+        Converted deleting/delete-4038408-fix.html, deleting/delete-br-011.html, and execCommand/format-block-from-range-selection.html
+        to a dumpAsMarkup test because all the tests were testing the correctness of the resultant DOM tree.
+        In addition, removed editing delegates from execCommand/format-block-from-range-selection.html because it's not relevant to the test.
+
+        * editing/deleting/delete-4038408-fix-expected.txt: Added.
+        * editing/deleting/delete-4038408-fix.html: Converted.
+        * editing/deleting/delete-br-011-expected.txt: Added.
+        * editing/deleting/delete-br-011.html: Converted.
+        * editing/execCommand/format-block-from-range-selection-expected.txt: Added.
+        * editing/execCommand/format-block-from-range-selection.html: Converted.
+        * platform/chromium-linux/editing/deleting/delete-4038408-fix-expected.checksum: Removed.
+        * platform/chromium-linux/editing/deleting/delete-4038408-fix-expected.png: Removed.
+        * platform/chromium-linux/editing/deleting/delete-br-011-expected.checksum: Removed.
+        * platform/chromium-linux/editing/deleting/delete-br-011-expected.png: Removed.
+        * platform/chromium-linux/editing/execCommand/format-block-from-range-selection-expected.checksum: Removed.
+        * platform/chromium-linux/editing/execCommand/format-block-from-range-selection-expected.png: Removed.
+        * platform/chromium-win/editing/deleting/delete-4038408-fix-expected.checksum: Removed.
+        * platform/chromium-win/editing/deleting/delete-4038408-fix-expected.png: Removed.
+        * platform/chromium-win/editing/deleting/delete-4038408-fix-expected.txt: Removed.
+        * platform/chromium-win/editing/deleting/delete-br-011-expected.checksum: Removed.
+        * platform/chromium-win/editing/deleting/delete-br-011-expected.png: Removed.
+        * platform/chromium-win/editing/deleting/delete-br-011-expected.txt: Removed.
+        * platform/chromium-win/editing/execCommand/format-block-from-range-selection-expected.checksum: Removed.
+        * platform/chromium-win/editing/execCommand/format-block-from-range-selection-expected.png: Removed.
+        * platform/chromium-win/editing/execCommand/format-block-from-range-selection-expected.txt: Removed.
+        * platform/mac-leopard/editing/deleting/delete-4038408-fix-expected.checksum: Removed.
+        * platform/mac-leopard/editing/deleting/delete-4038408-fix-expected.png: Removed.
+        * platform/mac/editing/deleting/delete-4038408-fix-expected.checksum: Removed.
+        * platform/mac/editing/deleting/delete-4038408-fix-expected.png: Removed.
+        * platform/mac/editing/deleting/delete-4038408-fix-expected.txt: Removed.
+        * platform/mac/editing/deleting/delete-br-011-expected.checksum: Removed.
+        * platform/mac/editing/deleting/delete-br-011-expected.png: Removed.
+        * platform/mac/editing/deleting/delete-br-011-expected.txt: Removed.
+        * platform/mac/editing/execCommand/format-block-from-range-selection-expected.checksum: Removed.
+        * platform/mac/editing/execCommand/format-block-from-range-selection-expected.png: Removed.
+        * platform/mac/editing/execCommand/format-block-from-range-selection-expected.txt: Removed.
+        * platform/qt/editing/deleting/delete-4038408-fix-expected.txt: Removed.
+        * platform/qt/editing/deleting/delete-br-011-expected.txt: Removed.
+        * platform/qt/editing/execCommand/format-block-from-range-selection-expected.txt: Removed.
+
 2010-08-05  Adam Barth  <abarth at webkit.org>
 
         Update Qt result showing that we strip nulls in this case.
diff --git a/LayoutTests/editing/deleting/delete-4038408-fix-expected.txt b/LayoutTests/editing/deleting/delete-4038408-fix-expected.txt
new file mode 100644
index 0000000..47720ec
--- /dev/null
+++ b/LayoutTests/editing/deleting/delete-4038408-fix-expected.txt
@@ -0,0 +1,146 @@
+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 0 of DIV > DIV > BODY > HTML > #document to 0 of DIV > DIV > BODY > HTML > #document toDOMRange:range from 0 of DIV > DIV > BODY > HTML > #document to 0 of DIV > DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldDeleteDOMRange:range from 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document to 0 of DIV > DIV > DIV > BODY > HTML > #document
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document to 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+EDITING DELEGATE: shouldDeleteDOMRange:range from 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document to 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document to 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+EDITING DELEGATE: shouldDeleteDOMRange:range from 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document to 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document to 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+EDITING DELEGATE: shouldDeleteDOMRange:range from 35 of #text > DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document to 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 35 of #text > DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document to 35 of #text > DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 35 of #text > DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document to 35 of #text > DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document toDOMRange:range from 2 of DIV > DIV > BODY > HTML > #document to 2 of DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 31 of #text > DIV > DIV > BODY > HTML > #document to 31 of #text > DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidEndEditing:WebViewDidEndEditingNotification
+rdar://problems/4038408&4154187&4125087&4125381, This tests deletion from underneath quoted text:
+
+before deletion:
+| "
+"
+| <div>
+|   <#selection-caret>
+|   <br>
+|     class="khtml-block-placeholder"
+| "
+"
+| <div>
+|   "
+"
+|   <blockquote>
+|     style="color:blue;"
+|     type="cite"
+|     "
+"
+|     <div>
+|       "Here is some reply text"
+|     "
+"
+|     <div>
+|       "It should have the reply text style"
+|     "
+"
+|     <div>
+|       <br>
+|         class="khtml-block-placeholder"
+|     "
+"
+|     <div>
+|       <br>
+|         class="khtml-block-placeholder"
+|     "
+"
+|     <div>
+|       <br>
+|         class="khtml-block-placeholder"
+|     "
+"
+|   "
+
+
+"
+|   <div>
+|     <br>
+|       class="khtml-block-placeholder"
+|   "
+"
+| "
+
+"
+
+after deletion:
+| "
+"
+| <div>
+|   <br>
+|     class="khtml-block-placeholder"
+| "
+"
+| <div>
+|   "
+"
+|   <blockquote>
+|     style="color:blue;"
+|     type="cite"
+|     "
+"
+|     <div>
+|       "Here is some reply text"
+|     "
+"
+|     <div>
+|       "It should have the reply text style<#selection-caret>"
+|   "
+"
+| "
+
+"
+
+after insert text:
+| "
+"
+| <div>
+|   <br>
+|     class="khtml-block-placeholder"
+| "
+"
+| <div>
+|   "
+"
+|   <blockquote>
+|     style="color:blue;"
+|     type="cite"
+|     "
+"
+|     <div>
+|       "Here is some reply text"
+|     "
+"
+|     <div>
+|       "It should have the reply text style"
+|   "This text should not be quoted.<#selection-caret>"
+|   "
+"
+| "
+
+"
diff --git a/LayoutTests/editing/deleting/delete-4038408-fix.html b/LayoutTests/editing/deleting/delete-4038408-fix.html
index deb8602..43e9442 100644
--- a/LayoutTests/editing/deleting/delete-4038408-fix.html
+++ b/LayoutTests/editing/deleting/delete-4038408-fix.html
@@ -1,6 +1,5 @@
 <html> 
 <head>
-
 <style>
 .editing { 
     border: 2px solid red; 
@@ -12,21 +11,31 @@ blockquote {
     margin: 0;
 }
 </style>
+<script src="../../resources/dump-as-markup.js"></script>
 <script src="../editing.js" language="JavaScript" type="text/JavaScript" ></script>
 
 <script>
 
 function editingTest() {
+    Markup.description('rdar://problems/4038408&4154187&4125087&4125381, This tests deletion from underneath quoted text:');
+
+    Markup.dump('test', 'before deletion');
+
+    // Move the caret to the end of #test
     selectAllCommand();
     moveSelectionForwardByCharacterCommand();
+
+    // Delete the reply text
     deleteCommand();
     deleteCommand();
     deleteCommand();
     deleteCommand();
-    
+    Markup.dump('test', 'after deletion');
+
     insertNewlineInQuotedContentCommand();
-    
     document.execCommand("InsertText", false, "This text should not be quoted.");
+
+    Markup.dump('test', 'after insert text');
 }
 
 </script>
@@ -34,11 +43,10 @@ function editingTest() {
 <title>Editing Test</title> 
 </head> 
 <body>
+<p>Radar: <a href="rdar://problems/4038408&4154187&4125087&4125381">rdar://problems/4038408&4154187&4125087&4125381</a>
+Deletion of reply text should not produce reply text style unless the caret is inside the reply text blockquote.</p>
+<p>This tests deletion from underneath quoted text:</p>
 <div contenteditable id="test" class="editing">
-<div>Radar: <a href="rdar://problems/4038408&4154187&4125087&4125381">rdar://problems/4038408&4154187&4125087&4125381</a></div>
-<div>Deletion of reply text should not produce reply text style unless the caret is inside the reply text blockquote.</div>
-<div><BR class="khtml-block-placeholder"></div>
-<div>This tests deletion from underneath quoted text:</div>
 <div><BR class="khtml-block-placeholder"></div>
 <div>
 <blockquote style="color:blue;" type="cite">
diff --git a/LayoutTests/editing/deleting/delete-br-011-expected.txt b/LayoutTests/editing/deleting/delete-br-011-expected.txt
new file mode 100644
index 0000000..6f7a7dc
--- /dev/null
+++ b/LayoutTests/editing/deleting/delete-br-011-expected.txt
@@ -0,0 +1,41 @@
+EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of BODY > HTML > #document to 4 of BODY > HTML > #document
+EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldDeleteDOMRange:range from 0 of DIV > BODY > HTML > #document to 2 of 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
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+rdar://problem/4065343 Mail: Deleting a line sometimes makes the insertion point jump to the top of the message.
+
+before deletion:
+| "hello"
+| <div>
+|   class="editing"
+|   id="test"
+|   <#selection-caret>
+|   <br>
+| <br>
+| "
+"
+
+after deletion:
+| "hello"
+| <div>
+|   class="editing"
+|   id="test"
+|   <span>
+|     class="Apple-style-span"
+|     style="font-size: medium;"
+|     <font>
+|       class="Apple-style-span"
+|       size="6"
+|       <span>
+|         class="Apple-style-span"
+|         style="font-size: 24px;"
+|         <#selection-caret>
+|         <br>
+| "
+"
diff --git a/LayoutTests/editing/deleting/delete-br-011.html b/LayoutTests/editing/deleting/delete-br-011.html
index 8b4c915..7e485e9 100644
--- a/LayoutTests/editing/deleting/delete-br-011.html
+++ b/LayoutTests/editing/deleting/delete-br-011.html
@@ -1,6 +1,5 @@
 <html> 
 <head>
-
 <style>
 .editing { 
     border: 2px solid red; 
@@ -8,18 +7,26 @@
     font-size: 24px; 
 }
 </style>
-<script src=../editing.js language="JavaScript" type="text/JavaScript" ></script>
-
+<script src="../../resources/dump-as-markup.js"></script>
+<script src="../editing.js"></script>
 <script>
 
+Markup.waitUntilDone();
+
 function editingTest() {
+
+    Markup.description('rdar://problem/4065343 Mail: Deleting a line sometimes makes the insertion point jump to the top of the message.');
+    Markup.dump('root', 'before deletion');
+
     for (i = 0; i < 5; i++)
         moveSelectionForwardByLineCommand();
     deleteCommand();
+
+    Markup.dump('root', 'after deletion');
+    Markup.notifyDone();
 }
 
 </script>
-
 <title>Editing Test</title> 
 </head> 
-<body onload="runEditingTest();" contenteditable id="root">hello<div class="editing" id="test"><br></div><br></body></html>
\ No newline at end of file
+<body onload="runEditingTest();" contenteditable id="root">hello<div class="editing" id="test"><br></div><br></body></html>
diff --git a/LayoutTests/editing/execCommand/format-block-from-range-selection-expected.txt b/LayoutTests/editing/execCommand/format-block-from-range-selection-expected.txt
new file mode 100644
index 0000000..f8d91ac
--- /dev/null
+++ b/LayoutTests/editing/execCommand/format-block-from-range-selection-expected.txt
@@ -0,0 +1,53 @@
+This test uses FormatBlock to apply the dl tag to a range of paragraphs with different block tags.
+
+before FormatBlock:
+| "
+"
+| <pre>
+|   id="start"
+|   "Fo<#selection-anchor>o"
+| "
+"
+| <div>
+|   "bar"
+|   <br>
+|   <span>
+|     "baz"
+|   <br>
+|   "raz"
+| "
+dar
+"
+| <br>
+| "
+"
+| <address>
+|   id="end"
+|   "ya<#selection-focus>r"
+| "
+"
+
+after FormatBlock:
+| "
+"
+| <dl>
+|   "Fo<#selection-anchor>o"
+| "
+"
+| <div>
+|   <dl>
+|     "bar"
+|   <span>
+|     <dl>
+|       "baz"
+|   <dl>
+|     "raz"
+| <dl>
+|   "dar"
+|   " "
+| "
+"
+| <dl>
+|   "ya<#selection-focus>r"
+| "
+"
diff --git a/LayoutTests/editing/execCommand/format-block-from-range-selection.html b/LayoutTests/editing/execCommand/format-block-from-range-selection.html
index fb523b7..de1b8a5 100644
--- a/LayoutTests/editing/execCommand/format-block-from-range-selection.html
+++ b/LayoutTests/editing/execCommand/format-block-from-range-selection.html
@@ -1,10 +1,7 @@
-<script>
-if (window.layoutTestController)
-     layoutTestController.dumpEditingCallbacks();
-</script>
+<script src="../../resources/dump-as-markup.js"></script>
 <div id="description">This test uses FormatBlock to apply the dl tag to a range of paragraphs with different block tags.</div>
 <br>
-<div style="border:1px solid black" contenteditable="true">
+<div id="test" style="border:1px solid black" contenteditable="true">
 <pre id="start">Foo</pre>
 <div>bar<br><span>baz</span><br>raz</div>
 dar
@@ -18,5 +15,10 @@ var start = document.getElementById("start").firstChild;
 var end = document.getElementById("end").firstChild;
 s.setBaseAndExtent(start, 2, end, 2);
 
+Markup.description('This test uses FormatBlock to apply the dl tag to a range of paragraphs with different block tags.');
+Markup.dump('test', 'before FormatBlock');
+
 document.execCommand("FormatBlock", false, "dl");
+
+Markup.dump('test', 'after FormatBlock');
 </script>
\ No newline at end of file
diff --git a/LayoutTests/platform/chromium-linux/editing/deleting/delete-4038408-fix-expected.checksum b/LayoutTests/platform/chromium-linux/editing/deleting/delete-4038408-fix-expected.checksum
deleted file mode 100644
index 0570aef..0000000
--- a/LayoutTests/platform/chromium-linux/editing/deleting/delete-4038408-fix-expected.checksum
+++ /dev/null
@@ -1 +0,0 @@
-4f763661e8e6514cdbb67acbe944aae8
\ No newline at end of file
diff --git a/LayoutTests/platform/chromium-linux/editing/deleting/delete-4038408-fix-expected.png b/LayoutTests/platform/chromium-linux/editing/deleting/delete-4038408-fix-expected.png
deleted file mode 100644
index bc0f664..0000000
Binary files a/LayoutTests/platform/chromium-linux/editing/deleting/delete-4038408-fix-expected.png and /dev/null differ
diff --git a/LayoutTests/platform/chromium-linux/editing/deleting/delete-br-011-expected.checksum b/LayoutTests/platform/chromium-linux/editing/deleting/delete-br-011-expected.checksum
deleted file mode 100644
index 6cf7697..0000000
--- a/LayoutTests/platform/chromium-linux/editing/deleting/delete-br-011-expected.checksum
+++ /dev/null
@@ -1 +0,0 @@
-d07c8ee51d422a8c4c0c7f449b7e3145
\ No newline at end of file
diff --git a/LayoutTests/platform/chromium-linux/editing/deleting/delete-br-011-expected.png b/LayoutTests/platform/chromium-linux/editing/deleting/delete-br-011-expected.png
deleted file mode 100644
index 15a789c..0000000
Binary files a/LayoutTests/platform/chromium-linux/editing/deleting/delete-br-011-expected.png and /dev/null differ
diff --git a/LayoutTests/platform/chromium-linux/editing/execCommand/format-block-from-range-selection-expected.checksum b/LayoutTests/platform/chromium-linux/editing/execCommand/format-block-from-range-selection-expected.checksum
deleted file mode 100644
index de51f31..0000000
--- a/LayoutTests/platform/chromium-linux/editing/execCommand/format-block-from-range-selection-expected.checksum
+++ /dev/null
@@ -1 +0,0 @@
-09503cac07f3f48a5cc3f2d68daddc36
\ No newline at end of file
diff --git a/LayoutTests/platform/chromium-linux/editing/execCommand/format-block-from-range-selection-expected.png b/LayoutTests/platform/chromium-linux/editing/execCommand/format-block-from-range-selection-expected.png
deleted file mode 100644
index 409c27f..0000000
Binary files a/LayoutTests/platform/chromium-linux/editing/execCommand/format-block-from-range-selection-expected.png and /dev/null differ
diff --git a/LayoutTests/platform/chromium-win/editing/deleting/delete-4038408-fix-expected.checksum b/LayoutTests/platform/chromium-win/editing/deleting/delete-4038408-fix-expected.checksum
deleted file mode 100644
index 83b57d9..0000000
--- a/LayoutTests/platform/chromium-win/editing/deleting/delete-4038408-fix-expected.checksum
+++ /dev/null
@@ -1 +0,0 @@
-c8fd909f8d1b4c7fd9f52409e536cd8b
\ No newline at end of file
diff --git a/LayoutTests/platform/chromium-win/editing/deleting/delete-4038408-fix-expected.png b/LayoutTests/platform/chromium-win/editing/deleting/delete-4038408-fix-expected.png
deleted file mode 100644
index 502e9f9..0000000
Binary files a/LayoutTests/platform/chromium-win/editing/deleting/delete-4038408-fix-expected.png and /dev/null differ
diff --git a/LayoutTests/platform/chromium-win/editing/deleting/delete-4038408-fix-expected.txt b/LayoutTests/platform/chromium-win/editing/deleting/delete-4038408-fix-expected.txt
deleted file mode 100644
index 390ddd7..0000000
--- a/LayoutTests/platform/chromium-win/editing/deleting/delete-4038408-fix-expected.txt
+++ /dev/null
@@ -1,67 +0,0 @@
-EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 13 of DIV > BODY > HTML > #document
-EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of DIV > DIV > BODY > HTML > #document to 0 of DIV > DIV > BODY > HTML > #document toDOMRange:range from 0 of #text > DIV > DIV > BODY > HTML > #document to 0 of DIV > DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldDeleteDOMRange:range from 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document to 0 of DIV > DIV > DIV > BODY > HTML > #document
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document to 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: shouldDeleteDOMRange:range from 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document to 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document to 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: shouldDeleteDOMRange:range from 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document to 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document to 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: shouldDeleteDOMRange:range from 35 of #text > DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document to 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 35 of #text > DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document to 35 of #text > DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 35 of #text > DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document to 35 of #text > DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document toDOMRange:range from 2 of DIV > DIV > BODY > HTML > #document to 2 of DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 31 of #text > DIV > DIV > BODY > HTML > #document to 31 of #text > DIV > 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 784x220 [border: (2px solid #FF0000)]
-        RenderBlock {DIV} at (14,14) size 756x20
-          RenderText {#text} at (0,0) size 44x19
-            text run at (0,0) width 44: "Radar: "
-          RenderInline {A} at (0,0) size 356x19 [color=#0000EE]
-            RenderText {#text} at (44,0) size 356x19
-              text run at (44,0) width 356: "rdar://problems/4038408&4154187&4125087&4125381"
-        RenderBlock {DIV} at (14,34) size 756x20
-          RenderText {#text} at (0,0) size 642x19
-            text run at (0,0) width 642: "Deletion of reply text should not produce reply text style unless the caret is inside the reply text blockquote."
-        RenderBlock {DIV} at (14,54) size 756x20
-          RenderBR {BR} at (0,0) size 0x19
-        RenderBlock {DIV} at (14,74) size 756x20
-          RenderText {#text} at (0,0) size 284x19
-            text run at (0,0) width 284: "This tests deletion from underneath quoted text:"
-        RenderBlock {DIV} at (14,94) size 756x20
-          RenderBR {BR} at (0,0) size 0x19
-        RenderBlock {DIV} at (14,114) size 756x92
-          RenderBlock {BLOCKQUOTE} at (0,0) size 756x72 [color=#0000FF] [border: (2px solid #0000FF)]
-            RenderBlock {DIV} at (18,16) size 722x20
-              RenderText {#text} at (0,0) size 139x19
-                text run at (0,0) width 139: "Here is some reply text"
-            RenderBlock {DIV} at (18,36) size 722x20
-              RenderText {#text} at (0,0) size 197x19
-                text run at (0,0) width 197: "It should have the reply text style"
-          RenderBlock (anonymous) at (0,72) size 756x20
-            RenderText {#text} at (0,0) size 186x19
-              text run at (0,0) width 186: "This text should not be quoted."
-caret: position 31 of child 2 {#text} of child 11 {DIV} of child 1 {DIV} of body
diff --git a/LayoutTests/platform/chromium-win/editing/deleting/delete-br-011-expected.checksum b/LayoutTests/platform/chromium-win/editing/deleting/delete-br-011-expected.checksum
deleted file mode 100644
index 03992f9..0000000
--- a/LayoutTests/platform/chromium-win/editing/deleting/delete-br-011-expected.checksum
+++ /dev/null
@@ -1 +0,0 @@
-9b5f0a59f8319b6fde7d215a75c881d6
\ No newline at end of file
diff --git a/LayoutTests/platform/chromium-win/editing/deleting/delete-br-011-expected.png b/LayoutTests/platform/chromium-win/editing/deleting/delete-br-011-expected.png
deleted file mode 100644
index cf38f4b..0000000
Binary files a/LayoutTests/platform/chromium-win/editing/deleting/delete-br-011-expected.png and /dev/null differ
diff --git a/LayoutTests/platform/chromium-win/editing/deleting/delete-br-011-expected.txt b/LayoutTests/platform/chromium-win/editing/deleting/delete-br-011-expected.txt
deleted file mode 100644
index d267abd..0000000
--- a/LayoutTests/platform/chromium-win/editing/deleting/delete-br-011-expected.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of BODY > HTML > #document to 3 of BODY > HTML > #document
-EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldDeleteDOMRange:range from 0 of DIV > BODY > HTML > #document to 2 of 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 (anonymous) at (0,0) size 784x20
-        RenderText {#text} at (0,0) size 28x19
-          text run at (0,0) width 28: "hello"
-      RenderBlock {DIV} at (0,20) size 784x56 [border: (2px solid #FF0000)]
-        RenderInline {SPAN} at (0,0) size 0x19
-          RenderInline {FONT} at (0,0) size 0x36
-            RenderInline {SPAN} at (0,0) size 0x27
-              RenderBR {BR} at (14,14) size 0x27
-      RenderBlock (anonymous) at (0,76) size 784x0
-caret: position 0 of child 0 {BR} of child 0 {SPAN} of child 0 {FONT} of child 0 {SPAN} of child 1 {DIV} of body
diff --git a/LayoutTests/platform/chromium-win/editing/execCommand/format-block-from-range-selection-expected.checksum b/LayoutTests/platform/chromium-win/editing/execCommand/format-block-from-range-selection-expected.checksum
deleted file mode 100644
index d621974..0000000
--- a/LayoutTests/platform/chromium-win/editing/execCommand/format-block-from-range-selection-expected.checksum
+++ /dev/null
@@ -1 +0,0 @@
-228aa2c03bebdcf8845a5bd467c0ddb6
\ No newline at end of file
diff --git a/LayoutTests/platform/chromium-win/editing/execCommand/format-block-from-range-selection-expected.png b/LayoutTests/platform/chromium-win/editing/execCommand/format-block-from-range-selection-expected.png
deleted file mode 100644
index accdd90..0000000
Binary files a/LayoutTests/platform/chromium-win/editing/execCommand/format-block-from-range-selection-expected.png and /dev/null differ
diff --git a/LayoutTests/platform/chromium-win/editing/execCommand/format-block-from-range-selection-expected.txt b/LayoutTests/platform/chromium-win/editing/execCommand/format-block-from-range-selection-expected.txt
deleted file mode 100644
index aea2e9f..0000000
--- a/LayoutTests/platform/chromium-win/editing/execCommand/format-block-from-range-selection-expected.txt
+++ /dev/null
@@ -1,48 +0,0 @@
-EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 9 of DIV > BODY > HTML > #document
-EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 2 of #text > DL > DIV > BODY > HTML > #document to 2 of #text > DL > 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 784x20
-        RenderText {#text} at (0,0) size 579x19
-          text run at (0,0) width 579: "This test uses FormatBlock to apply the dl tag to a range of paragraphs with different block tags."
-      RenderBlock (anonymous) at (0,20) size 784x20
-        RenderBR {BR} at (0,0) size 0x19
-      RenderBlock {DIV} at (0,40) size 784x234 [border: (1px solid #000000)]
-        RenderBlock {DL} at (1,17) size 782x20
-          RenderText {#text} at (0,0) size 25x19
-            text run at (0,0) width 25: "Foo"
-        RenderBlock {DIV} at (1,53) size 782x92
-          RenderBlock {DL} at (0,0) size 782x20
-            RenderText {#text} at (0,0) size 20x19
-              text run at (0,0) width 20: "bar"
-          RenderBlock (anonymous) at (0,36) size 782x0
-            RenderInline {SPAN} at (0,0) size 0x0
-          RenderBlock (anonymous) at (0,36) size 782x20
-            RenderBlock {DL} at (0,0) size 782x20
-              RenderText {#text} at (0,0) size 21x19
-                text run at (0,0) width 21: "baz"
-          RenderBlock (anonymous) at (0,72) size 782x0
-            RenderInline {SPAN} at (0,0) size 0x0
-          RenderBlock {DL} at (0,72) size 782x20
-            RenderText {#text} at (0,0) size 18x19
-              text run at (0,0) width 18: "raz"
-          RenderBlock (anonymous) at (0,108) size 782x0
-        RenderBlock {DL} at (1,161) size 782x20
-          RenderText {#text} at (0,0) size 20x19
-            text run at (0,0) width 20: "dar"
-          RenderText {#text} at (20,0) size 4x19
-            text run at (20,0) width 4: " "
-        RenderBlock (anonymous) at (1,197) size 782x0
-        RenderBlock {DL} at (1,197) size 782x20
-          RenderText {#text} at (0,0) size 19x19
-            text run at (0,0) width 19: "yar"
-selection start: position 2 of child 0 {#text} of child 1 {DL} of child 4 {DIV} of body
-selection end:   position 2 of child 0 {#text} of child 6 {DL} of child 4 {DIV} of body
diff --git a/LayoutTests/platform/mac-leopard/editing/deleting/delete-4038408-fix-expected.checksum b/LayoutTests/platform/mac-leopard/editing/deleting/delete-4038408-fix-expected.checksum
deleted file mode 100644
index f381302..0000000
--- a/LayoutTests/platform/mac-leopard/editing/deleting/delete-4038408-fix-expected.checksum
+++ /dev/null
@@ -1 +0,0 @@
-852d0e06f6360ddf1a639abba72b0d55
\ No newline at end of file
diff --git a/LayoutTests/platform/mac-leopard/editing/deleting/delete-4038408-fix-expected.png b/LayoutTests/platform/mac-leopard/editing/deleting/delete-4038408-fix-expected.png
deleted file mode 100644
index 77cdd53..0000000
Binary files a/LayoutTests/platform/mac-leopard/editing/deleting/delete-4038408-fix-expected.png and /dev/null differ
diff --git a/LayoutTests/platform/mac/editing/deleting/delete-4038408-fix-expected.checksum b/LayoutTests/platform/mac/editing/deleting/delete-4038408-fix-expected.checksum
deleted file mode 100644
index 0ed6047..0000000
--- a/LayoutTests/platform/mac/editing/deleting/delete-4038408-fix-expected.checksum
+++ /dev/null
@@ -1 +0,0 @@
-6611847a1059e56afec7f559ba7f6b3b
\ No newline at end of file
diff --git a/LayoutTests/platform/mac/editing/deleting/delete-4038408-fix-expected.png b/LayoutTests/platform/mac/editing/deleting/delete-4038408-fix-expected.png
deleted file mode 100644
index af6e926..0000000
Binary files a/LayoutTests/platform/mac/editing/deleting/delete-4038408-fix-expected.png and /dev/null differ
diff --git a/LayoutTests/platform/mac/editing/deleting/delete-4038408-fix-expected.txt b/LayoutTests/platform/mac/editing/deleting/delete-4038408-fix-expected.txt
deleted file mode 100644
index 1bc25f8..0000000
--- a/LayoutTests/platform/mac/editing/deleting/delete-4038408-fix-expected.txt
+++ /dev/null
@@ -1,67 +0,0 @@
-EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 13 of DIV > BODY > HTML > #document
-EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of DIV > DIV > BODY > HTML > #document to 0 of DIV > DIV > BODY > HTML > #document toDOMRange:range from 0 of #text > DIV > DIV > BODY > HTML > #document to 0 of DIV > DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldDeleteDOMRange:range from 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document to 0 of DIV > DIV > DIV > BODY > HTML > #document
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document to 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: shouldDeleteDOMRange:range from 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document to 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document to 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: shouldDeleteDOMRange:range from 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document to 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document to 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: shouldDeleteDOMRange:range from 35 of #text > DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document to 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 35 of #text > DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document to 35 of #text > DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 35 of #text > DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document to 35 of #text > DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document toDOMRange:range from 2 of DIV > DIV > BODY > HTML > #document to 2 of DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 31 of #text > DIV > DIV > BODY > HTML > #document to 31 of #text > DIV > 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 784x204 [border: (2px solid #FF0000)]
-        RenderBlock {DIV} at (14,14) size 756x18
-          RenderText {#text} at (0,0) size 46x18
-            text run at (0,0) width 46: "Radar: "
-          RenderInline {A} at (0,0) size 359x18 [color=#0000EE]
-            RenderText {#text} at (46,0) size 359x18
-              text run at (46,0) width 359: "rdar://problems/4038408&4154187&4125087&4125381"
-        RenderBlock {DIV} at (14,32) size 756x18
-          RenderText {#text} at (0,0) size 674x18
-            text run at (0,0) width 674: "Deletion of reply text should not produce reply text style unless the caret is inside the reply text blockquote."
-        RenderBlock {DIV} at (14,50) size 756x18
-          RenderBR {BR} at (0,0) size 0x18
-        RenderBlock {DIV} at (14,68) size 756x18
-          RenderText {#text} at (0,0) size 299x18
-            text run at (0,0) width 299: "This tests deletion from underneath quoted text:"
-        RenderBlock {DIV} at (14,86) size 756x18
-          RenderBR {BR} at (0,0) size 0x18
-        RenderBlock {DIV} at (14,104) size 756x86
-          RenderBlock {BLOCKQUOTE} at (0,0) size 756x68 [color=#0000FF] [border: (2px solid #0000FF)]
-            RenderBlock {DIV} at (18,16) size 722x18
-              RenderText {#text} at (0,0) size 145x18
-                text run at (0,0) width 145: "Here is some reply text"
-            RenderBlock {DIV} at (18,34) size 722x18
-              RenderText {#text} at (0,0) size 208x18
-                text run at (0,0) width 208: "It should have the reply text style"
-          RenderBlock (anonymous) at (0,68) size 756x18
-            RenderText {#text} at (0,0) size 195x18
-              text run at (0,0) width 195: "This text should not be quoted."
-caret: position 31 of child 2 {#text} of child 11 {DIV} of child 1 {DIV} of body
diff --git a/LayoutTests/platform/mac/editing/deleting/delete-br-011-expected.checksum b/LayoutTests/platform/mac/editing/deleting/delete-br-011-expected.checksum
deleted file mode 100644
index e55e9d8..0000000
--- a/LayoutTests/platform/mac/editing/deleting/delete-br-011-expected.checksum
+++ /dev/null
@@ -1 +0,0 @@
-63d7b8defaf3361155c769de2b1184f4
\ No newline at end of file
diff --git a/LayoutTests/platform/mac/editing/deleting/delete-br-011-expected.png b/LayoutTests/platform/mac/editing/deleting/delete-br-011-expected.png
deleted file mode 100644
index e3849c8..0000000
Binary files a/LayoutTests/platform/mac/editing/deleting/delete-br-011-expected.png and /dev/null differ
diff --git a/LayoutTests/platform/mac/editing/deleting/delete-br-011-expected.txt b/LayoutTests/platform/mac/editing/deleting/delete-br-011-expected.txt
deleted file mode 100644
index 06b178b..0000000
--- a/LayoutTests/platform/mac/editing/deleting/delete-br-011-expected.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of BODY > HTML > #document to 3 of BODY > HTML > #document
-EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldDeleteDOMRange:range from 0 of DIV > BODY > HTML > #document to 2 of 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 (anonymous) at (0,0) size 784x18
-        RenderText {#text} at (0,0) size 31x18
-          text run at (0,0) width 31: "hello"
-      RenderBlock {DIV} at (0,18) size 784x56 [border: (2px solid #FF0000)]
-        RenderInline {SPAN} at (0,0) size 0x18
-          RenderInline {FONT} at (0,0) size 0x37
-            RenderInline {SPAN} at (0,0) size 0x28
-              RenderBR {BR} at (14,14) size 0x28
-      RenderBlock (anonymous) at (0,74) size 784x0
-caret: position 0 of child 0 {BR} of child 0 {SPAN} of child 0 {FONT} of child 0 {SPAN} of child 1 {DIV} of body
diff --git a/LayoutTests/platform/mac/editing/execCommand/format-block-from-range-selection-expected.checksum b/LayoutTests/platform/mac/editing/execCommand/format-block-from-range-selection-expected.checksum
deleted file mode 100644
index 03e4e6c..0000000
--- a/LayoutTests/platform/mac/editing/execCommand/format-block-from-range-selection-expected.checksum
+++ /dev/null
@@ -1 +0,0 @@
-c9cde7f23d180543872d2808d15f64e6
\ No newline at end of file
diff --git a/LayoutTests/platform/mac/editing/execCommand/format-block-from-range-selection-expected.png b/LayoutTests/platform/mac/editing/execCommand/format-block-from-range-selection-expected.png
deleted file mode 100644
index 6630039..0000000
Binary files a/LayoutTests/platform/mac/editing/execCommand/format-block-from-range-selection-expected.png and /dev/null differ
diff --git a/LayoutTests/platform/mac/editing/execCommand/format-block-from-range-selection-expected.txt b/LayoutTests/platform/mac/editing/execCommand/format-block-from-range-selection-expected.txt
deleted file mode 100644
index fa510ff..0000000
--- a/LayoutTests/platform/mac/editing/execCommand/format-block-from-range-selection-expected.txt
+++ /dev/null
@@ -1,48 +0,0 @@
-EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 9 of DIV > BODY > HTML > #document
-EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 2 of #text > DL > DIV > BODY > HTML > #document to 2 of #text > DL > 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 784x18
-        RenderText {#text} at (0,0) size 605x18
-          text run at (0,0) width 605: "This test uses FormatBlock to apply the dl tag to a range of paragraphs with different block tags."
-      RenderBlock (anonymous) at (0,18) size 784x18
-        RenderBR {BR} at (0,0) size 0x18
-      RenderBlock {DIV} at (0,36) size 784x222 [border: (1px solid #000000)]
-        RenderBlock {DL} at (1,17) size 782x18
-          RenderText {#text} at (0,0) size 25x18
-            text run at (0,0) width 25: "Foo"
-        RenderBlock {DIV} at (1,51) size 782x86
-          RenderBlock {DL} at (0,0) size 782x18
-            RenderText {#text} at (0,0) size 20x18
-              text run at (0,0) width 20: "bar"
-          RenderBlock (anonymous) at (0,34) size 782x0
-            RenderInline {SPAN} at (0,0) size 0x0
-          RenderBlock (anonymous) at (0,34) size 782x18
-            RenderBlock {DL} at (0,0) size 782x18
-              RenderText {#text} at (0,0) size 22x18
-                text run at (0,0) width 22: "baz"
-          RenderBlock (anonymous) at (0,68) size 782x0
-            RenderInline {SPAN} at (0,0) size 0x0
-          RenderBlock {DL} at (0,68) size 782x18
-            RenderText {#text} at (0,0) size 19x18
-              text run at (0,0) width 19: "raz"
-          RenderBlock (anonymous) at (0,102) size 782x0
-        RenderBlock {DL} at (1,153) size 782x18
-          RenderText {#text} at (0,0) size 20x18
-            text run at (0,0) width 20: "dar"
-          RenderText {#text} at (20,0) size 4x18
-            text run at (20,0) width 4: " "
-        RenderBlock (anonymous) at (1,187) size 782x0
-        RenderBlock {DL} at (1,187) size 782x18
-          RenderText {#text} at (0,0) size 20x18
-            text run at (0,0) width 20: "yar"
-selection start: position 2 of child 0 {#text} of child 1 {DL} of child 4 {DIV} of body
-selection end:   position 2 of child 0 {#text} of child 6 {DL} of child 4 {DIV} of body
diff --git a/LayoutTests/platform/qt/editing/deleting/delete-4038408-fix-expected.txt b/LayoutTests/platform/qt/editing/deleting/delete-4038408-fix-expected.txt
deleted file mode 100644
index 777f2bd..0000000
--- a/LayoutTests/platform/qt/editing/deleting/delete-4038408-fix-expected.txt
+++ /dev/null
@@ -1,67 +0,0 @@
-EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 13 of DIV > BODY > HTML > #document
-EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of DIV > DIV > BODY > HTML > #document to 0 of DIV > DIV > BODY > HTML > #document toDOMRange:range from 0 of #text > DIV > DIV > BODY > HTML > #document to 0 of DIV > DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldDeleteDOMRange:range from 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document to 0 of DIV > DIV > DIV > BODY > HTML > #document
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document to 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: shouldDeleteDOMRange:range from 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document to 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document to 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: shouldDeleteDOMRange:range from 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document to 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document to 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: shouldDeleteDOMRange:range from 35 of #text > DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document to 0 of DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 35 of #text > DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document to 35 of #text > DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 35 of #text > DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document to 35 of #text > DIV > BLOCKQUOTE > DIV > DIV > BODY > HTML > #document toDOMRange:range from 2 of DIV > DIV > BODY > HTML > #document to 2 of DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 31 of #text > DIV > DIV > BODY > HTML > #document to 31 of #text > DIV > 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 784x208 [border: (2px solid #FF0000)]
-        RenderBlock {DIV} at (14,14) size 756x19
-          RenderText {#text} at (0,0) size 47x19
-            text run at (0,0) width 47: "Radar: "
-          RenderInline {A} at (0,0) size 352x19 [color=#0000EE]
-            RenderText {#text} at (47,0) size 352x19
-              text run at (47,0) width 352: "rdar://problems/4038408&4154187&4125087&4125381"
-        RenderBlock {DIV} at (14,33) size 756x19
-          RenderText {#text} at (0,0) size 674x19
-            text run at (0,0) width 674: "Deletion of reply text should not produce reply text style unless the caret is inside the reply text blockquote."
-        RenderBlock {DIV} at (14,52) size 756x19
-          RenderBR {BR} at (0,0) size 0x19
-        RenderBlock {DIV} at (14,71) size 756x19
-          RenderText {#text} at (0,0) size 304x19
-            text run at (0,0) width 304: "This tests deletion from underneath quoted text:"
-        RenderBlock {DIV} at (14,90) size 756x19
-          RenderBR {BR} at (0,0) size 0x19
-        RenderBlock {DIV} at (14,109) size 756x85
-          RenderBlock {BLOCKQUOTE} at (0,0) size 756x66 [color=#0000FF] [border: (2px solid #0000FF)]
-            RenderBlock {DIV} at (16,14) size 726x19
-              RenderText {#text} at (0,0) size 146x19
-                text run at (0,0) width 146: "Here is some reply text"
-            RenderBlock {DIV} at (16,33) size 726x19
-              RenderText {#text} at (0,0) size 208x19
-                text run at (0,0) width 208: "It should have the reply text style"
-          RenderBlock (anonymous) at (0,66) size 756x19
-            RenderText {#text} at (0,0) size 196x19
-              text run at (0,0) width 196: "This text should not be quoted."
-caret: position 31 of child 2 {#text} of child 11 {DIV} of child 1 {DIV} of body
diff --git a/LayoutTests/platform/qt/editing/deleting/delete-br-011-expected.txt b/LayoutTests/platform/qt/editing/deleting/delete-br-011-expected.txt
deleted file mode 100644
index 2ea5545..0000000
--- a/LayoutTests/platform/qt/editing/deleting/delete-br-011-expected.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of BODY > HTML > #document to 3 of BODY > HTML > #document
-EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldDeleteDOMRange:range from 0 of DIV > BODY > HTML > #document to 2 of 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 (anonymous) at (0,0) size 784x19
-        RenderText {#text} at (0,0) size 30x19
-          text run at (0,0) width 30: "hello"
-      RenderBlock {DIV} at (0,19) size 784x60 [border: (2px solid #FF0000)]
-        RenderBR {BR} at (14,14) size 0x31
-      RenderBlock (anonymous) at (0,79) size 784x0
-caret: position 0 of child 0 {BR} of child 1 {DIV} of body
diff --git a/LayoutTests/platform/qt/editing/execCommand/format-block-from-range-selection-expected.txt b/LayoutTests/platform/qt/editing/execCommand/format-block-from-range-selection-expected.txt
deleted file mode 100644
index 80ec44e..0000000
--- a/LayoutTests/platform/qt/editing/execCommand/format-block-from-range-selection-expected.txt
+++ /dev/null
@@ -1,48 +0,0 @@
-EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 9 of DIV > BODY > HTML > #document
-EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 2 of #text > DL > DIV > BODY > HTML > #document to 2 of #text > DL > 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 784x19
-        RenderText {#text} at (0,0) size 608x19
-          text run at (0,0) width 608: "This test uses FormatBlock to apply the dl tag to a range of paragraphs with different block tags."
-      RenderBlock (anonymous) at (0,19) size 784x19
-        RenderBR {BR} at (0,0) size 0x19
-      RenderBlock {DIV} at (0,38) size 784x214 [border: (1px solid #000000)]
-        RenderBlock {DL} at (1,15) size 782x19
-          RenderText {#text} at (0,0) size 25x19
-            text run at (0,0) width 25: "Foo"
-        RenderBlock {DIV} at (1,48) size 782x85
-          RenderBlock {DL} at (0,0) size 782x19
-            RenderText {#text} at (0,0) size 21x19
-              text run at (0,0) width 21: "bar"
-          RenderBlock (anonymous) at (0,33) size 782x0
-            RenderInline {SPAN} at (0,0) size 0x0
-          RenderBlock (anonymous) at (0,33) size 782x19
-            RenderBlock {DL} at (0,0) size 782x19
-              RenderText {#text} at (0,0) size 23x19
-                text run at (0,0) width 23: "baz"
-          RenderBlock (anonymous) at (0,66) size 782x0
-            RenderInline {SPAN} at (0,0) size 0x0
-          RenderBlock {DL} at (0,66) size 782x19
-            RenderText {#text} at (0,0) size 20x19
-              text run at (0,0) width 20: "raz"
-          RenderBlock (anonymous) at (0,99) size 782x0
-        RenderBlock {DL} at (1,147) size 782x19
-          RenderText {#text} at (0,0) size 21x19
-            text run at (0,0) width 21: "dar"
-          RenderText {#text} at (21,0) size 4x19
-            text run at (21,0) width 4: " "
-        RenderBlock (anonymous) at (1,180) size 782x0
-        RenderBlock {DL} at (1,180) size 782x19
-          RenderText {#text} at (0,0) size 20x19
-            text run at (0,0) width 20: "yar"
-selection start: position 2 of child 0 {#text} of child 1 {DL} of child 4 {DIV} of body
-selection end:   position 2 of child 0 {#text} of child 6 {DL} of child 4 {DIV} of body

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list