2010-07-14  Eric Seidel  <eric@webkit.org>

        Reviewed by Nikolas Zimmermann.

        Selection dumping code should not dump body's offset in the document
        https://bugs.webkit.org/show_bug.cgi?id=42238

        Update results now that we're no longer dumping
        body's offset within HTML as part of selection dumps.
        I used a little python script to do all these updates.
        Basically it was just:
        s/child \d {BODY} .* of document/body/i

        LayoutTests will be updated across several commits to keep the SVN server happy.

        Final commit (4 of 4).

        * editing/execCommand/create-list-1-expected.txt:
        * editing/pasteboard/paste-text-013-expected.txt:
        * editing/selection/drag-text-delay-expected.txt:
        * editing/selection/extend-selection-bidi-expected.txt:
        * editing/style/apply-through-end-of-document-expected.txt:
        * fast/events/pointer-events-2-expected.txt:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63296 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/editing/execCommand/create-list-1-expected.txt b/LayoutTests/editing/execCommand/create-list-1-expected.txt
index 59878b9..5d0ba57 100644
--- a/LayoutTests/editing/execCommand/create-list-1-expected.txt
+++ b/LayoutTests/editing/execCommand/create-list-1-expected.txt
@@ -26,4 +26,4 @@
         RenderBlock (anonymous) at (0,68) size 784x18
           RenderText {#text} at (0,0) size 102x18
             text run at (0,0) width 102: "Paragraph Two."
-caret: position 0 of child 0 {LI} of child 2 {OL} of child 2 {DIV} of child 1 {BODY} of child 0 {HTML} of document
+caret: position 0 of child 0 {LI} of child 2 {OL} of child 2 {DIV} of body