summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authorhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-10 01:49:36 +0000
committerhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-10 01:49:36 +0000
commit46d7e85d7cb8d2f442d44696e142137c5edec041 (patch)
tree6cf9ddce2fe240fe37c7b5f25b6820f5a2fee140 /webkit
parent401518ebfb48caa4c58098512ff0b4d3f94be745 (diff)
downloadchromium_src-46d7e85d7cb8d2f442d44696e142137c5edec041.zip
chromium_src-46d7e85d7cb8d2f442d44696e142137c5edec041.tar.gz
chromium_src-46d7e85d7cb8d2f442d44696e142137c5edec041.tar.bz2
Rebaseline layout tests results for mac
These tests were running ok, so reverting their baseline. LayoutTests/editing/execCommand/4641880-2.html LayoutTests/editing/execCommand/4916541.html LayoutTests/editing/execCommand/5138441.html LayoutTests/editing/execCommand/5481523.html LayoutTests/editing/execCommand/indent-selection.html Review URL: http://codereview.chromium.org/272021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28651 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/4641880-2-expected.txt8
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/4916541-expected.txt16
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/5138441-expected.checksum2
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/5138441-expected.pngbin23702 -> 23647 bytes
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/5138441-expected.txt14
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/5481523-expected.checksum2
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/5481523-expected.pngbin13945 -> 13983 bytes
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/5481523-expected.txt42
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/indent-selection-expected.checksum2
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/indent-selection-expected.pngbin16480 -> 16535 bytes
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/indent-selection-expected.txt59
11 files changed, 71 insertions, 74 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/4641880-2-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/4641880-2-expected.txt
index 4529aeb..3f85c54 100644
--- a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/4641880-2-expected.txt
+++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/4641880-2-expected.txt
@@ -3,7 +3,7 @@ EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 1 of #text > BLOCKQUOTE > DIV > BODY > HTML > #document to 35 of #text > BLOCKQUOTE > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 0 of #text > BLOCKQUOTE > DIV > BODY > HTML > #document to 34 of #text > BLOCKQUOTE > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
layer at (0,0) size 800x600
@@ -17,12 +17,12 @@ layer at (0,0) size 800x600
text run at (424,0) width 334: "Since we don't paint the gap before the paragraph for"
text run at (0,18) width 580: "most selections like this, we don't perform Indent on the paragraph that the selection ends in."
RenderBlock {DIV} at (0,52) size 784x36
- RenderBlock {BLOCKQUOTE} at (40,0) size 704x18
+ RenderBlock {BLOCKQUOTE} at (40,0) size 744x18
RenderText {#text} at (0,0) size 222x18
text run at (0,0) width 222: "This paragraph should be indented."
RenderBlock (anonymous) at (0,18) size 784x18
RenderText {#text} at (0,0) size 246x18
text run at (0,0) width 246: "This paragraph should not be indented."
RenderBR {BR} at (246,14) size 0x0
-selection start: position 1 of child 0 {#text} of child 0 {BLOCKQUOTE} of child 2 {DIV} of child 1 {BODY} of child 0 {HTML} of document
-selection end: position 35 of child 0 {#text} of child 0 {BLOCKQUOTE} of child 2 {DIV} of child 1 {BODY} of child 0 {HTML} of document
+selection start: position 0 of child 0 {#text} of child 0 {BLOCKQUOTE} of child 2 {DIV} of child 1 {BODY} of child 0 {HTML} of document
+selection end: position 34 of child 0 {#text} of child 0 {BLOCKQUOTE} of child 2 {DIV} of child 1 {BODY} of child 0 {HTML} of document
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/4916541-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/4916541-expected.txt
index fc17961..64a6293 100644
--- a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/4916541-expected.txt
+++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/4916541-expected.txt
@@ -9,14 +9,12 @@ layer at (0,0) size 800x600
text run at (377,0) width 406: "The selection should start and end in the same parts of the words"
text run at (0,18) width 320: "'foo' and 'bar' before and after the indent operation."
RenderBlock {DIV} at (0,52) size 784x36
- RenderBlock {BLOCKQUOTE} at (40,0) size 704x36
- RenderInline {SPAN} at (0,0) size 21x18
- RenderText {#text} at (0,0) size 21x18
- text run at (0,0) width 21: "foo"
+ RenderBlock {BLOCKQUOTE} at (40,0) size 744x36
+ RenderText {#text} at (0,0) size 21x18
+ text run at (0,0) width 21: "foo"
RenderBR {BR} at (21,14) size 0x0
- RenderInline {SPAN} at (0,0) size 20x18
- RenderText {#text} at (0,18) size 20x18
- text run at (0,18) width 20: "bar"
+ RenderText {#text} at (0,18) size 20x18
+ text run at (0,18) width 20: "bar"
RenderBlock (anonymous) at (0,36) size 784x0
-selection start: position 1 of child 0 {#text} of child 0 {SPAN} of child 0 {BLOCKQUOTE} of child 2 {DIV} of child 1 {BODY} of child 0 {HTML} of document
-selection end: position 2 of child 0 {#text} of child 2 {SPAN} of child 0 {BLOCKQUOTE} of child 2 {DIV} of child 1 {BODY} of child 0 {HTML} of document
+selection start: position 1 of child 0 {#text} of child 0 {BLOCKQUOTE} of child 2 {DIV} of child 1 {BODY} of child 0 {HTML} of document
+selection end: position 2 of child 2 {#text} of child 0 {BLOCKQUOTE} of child 2 {DIV} of child 1 {BODY} of child 0 {HTML} of document
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/5138441-expected.checksum b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/5138441-expected.checksum
index c40d64a..a3b38ae 100644
--- a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/5138441-expected.checksum
+++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/5138441-expected.checksum
@@ -1 +1 @@
-6de2a5da77586163a8df8995fbf6d51f \ No newline at end of file
+dce9b8249dec20ae18979e7e15ab7e39 \ No newline at end of file
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/5138441-expected.png b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/5138441-expected.png
index 538c38d..47e598f 100644
--- a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/5138441-expected.png
+++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/5138441-expected.png
Binary files differ
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/5138441-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/5138441-expected.txt
index a62569d..5cc3798 100644
--- a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/5138441-expected.txt
+++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/5138441-expected.txt
@@ -9,13 +9,11 @@ layer at (0,0) size 800x600
text run at (493,0) width 218: "Google docs uses blockquotes and"
text run at (0,18) width 776: "FormatBlock to implement a \"Quote Text\" feature, and style rules for blockquotes appeared on the blockquotes that we use"
text run at (0,36) width 149: "to implement indenting."
- RenderBlock {DIV} at (0,70) size 784x70
- RenderBlock {DIV} at (0,0) size 784x26
- RenderBlock {BLOCKQUOTE} at (40,0) size 736x26
- RenderText {#text} at (0,8) size 230x18
- text run at (0,8) width 230: "This should be indented, not quoted."
- RenderBlock (anonymous) at (0,26) size 784x0
- RenderBlock {BLOCKQUOTE} at (8,34) size 768x36 [border: (1px dashed #AAAAAA)]
+ RenderBlock {DIV} at (0,70) size 784x62
+ RenderBlock {BLOCKQUOTE} at (40,0) size 744x18
+ RenderText {#text} at (0,0) size 230x18
+ text run at (0,0) width 230: "This should be indented, not quoted."
+ RenderBlock {BLOCKQUOTE} at (8,26) size 768x36 [border: (1px dashed #AAAAAA)]
RenderText {#text} at (9,9) size 175x18
text run at (9,9) width 175: "This text should be Quoted."
-caret: position 0 of child 0 {#text} of child 0 {BLOCKQUOTE} of child 1 {DIV} of child 3 {DIV} of child 1 {BODY} of child 0 {HTML} of document
+caret: position 0 of child 0 {#text} of child 1 {BLOCKQUOTE} of child 3 {DIV} of child 1 {BODY} of child 0 {HTML} of document
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/5481523-expected.checksum b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/5481523-expected.checksum
index 81bd58b..2e92bcf 100644
--- a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/5481523-expected.checksum
+++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/5481523-expected.checksum
@@ -1 +1 @@
-379be4bbe4246fc8b214e230d136866e \ No newline at end of file
+79420b18b7276d4018817e52601937b4 \ No newline at end of file
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/5481523-expected.png b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/5481523-expected.png
index 71eeb6a9..db5bb50 100644
--- a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/5481523-expected.png
+++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/5481523-expected.png
Binary files differ
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/5481523-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/5481523-expected.txt
index 0df3e2b..0d6de44 100644
--- a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/5481523-expected.txt
+++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/5481523-expected.txt
@@ -8,24 +8,26 @@ layer at (0,0) size 800x600
text run at (0,0) width 407: "This tests for a hang when indenting a fully selected table twice. "
text run at (407,0) width 341: "You should see a twice indented table, with four cells,"
text run at (0,18) width 43: "below."
- RenderBlock {DIV} at (0,52) size 784x50
- RenderBlock {BLOCKQUOTE} at (40,0) size 704x50
- RenderBlock {BLOCKQUOTE} at (40,0) size 624x50
- RenderTable {TABLE} at (0,0) size 81x50 [border: (1px outset #808080)]
- RenderTableSection {TBODY} at (1,1) size 79x48
- RenderTableRow {TR} at (0,2) size 79x21
- RenderTableCell {TD} at (2,2) size 40x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
- RenderText {#text} at (2,1) size 27x18
- text run at (2,1) width 27: "One"
- RenderTableCell {TD} at (44,2) size 33x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
- RenderText {#text} at (2,1) size 30x18
- text run at (2,1) width 30: "Two"
- RenderTableRow {TR} at (0,25) size 79x21
- RenderTableCell {TD} at (2,25) size 40x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
- RenderText {#text} at (2,1) size 37x18
- text run at (2,1) width 37: "Three"
- RenderTableCell {TD} at (44,25) size 33x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
- RenderText {#text} at (2,1) size 30x18
- text run at (2,1) width 30: "Four"
+ RenderBlock {DIV} at (0,52) size 784x52
+ RenderBlock {BLOCKQUOTE} at (40,0) size 744x52
+ RenderBlock {BLOCKQUOTE} at (40,0) size 704x52
+ RenderTable {TABLE} at (0,0) size 83x52 [border: (1px outset #808080)]
+ RenderTableSection {TBODY} at (1,1) size 81x50
+ RenderTableRow {TR} at (0,2) size 81x22
+ RenderTableCell {TD} at (2,2) size 41x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+ RenderText {#text} at (2,2) size 27x18
+ text run at (2,2) width 27: "One"
+ RenderTableCell {TD} at (45,2) size 34x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+ RenderText {#text} at (2,2) size 30x18
+ text run at (2,2) width 30: "Two"
+ RenderTableRow {TR} at (0,26) size 81x22
+ RenderTableCell {TD} at (2,26) size 41x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+ RenderText {#text} at (2,2) size 37x18
+ text run at (2,2) width 37: "Three"
+ RenderTableCell {TD} at (45,26) size 34x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
+ RenderText {#text} at (2,2) size 30x18
+ text run at (2,2) width 30: "Four"
+ RenderBlock (anonymous) at (0,52) size 704x0
+ RenderBlock (anonymous) at (0,52) size 784x0
selection start: position 0 of child 0 {TABLE} of child 0 {BLOCKQUOTE} of child 1 {BLOCKQUOTE} of child 2 {DIV} of child 1 {BODY} of child 0 {HTML} of document
-selection end: position 2 of child 0 {TABLE} of child 0 {BLOCKQUOTE} of child 1 {BLOCKQUOTE} of child 2 {DIV} of child 1 {BODY} of child 0 {HTML} of document
+selection end: position 1 of child 0 {TABLE} of child 0 {BLOCKQUOTE} of child 1 {BLOCKQUOTE} of child 2 {DIV} of child 1 {BODY} of child 0 {HTML} of document
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/indent-selection-expected.checksum b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/indent-selection-expected.checksum
index 50bf72e..fc97031 100644
--- a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/indent-selection-expected.checksum
+++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/indent-selection-expected.checksum
@@ -1 +1 @@
-722e60b05ea276dd51980a945ee27ddd \ No newline at end of file
+2427484e85181c1c105d2ba890e96bfb \ No newline at end of file
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/indent-selection-expected.png b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/indent-selection-expected.png
index 5ba386c3..a97c581 100644
--- a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/indent-selection-expected.png
+++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/indent-selection-expected.png
Binary files differ
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/indent-selection-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/indent-selection-expected.txt
index 2e3535e..9c32795a 100644
--- a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/indent-selection-expected.txt
+++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/indent-selection-expected.txt
@@ -3,7 +3,7 @@ EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 0 of #text > SPAN > BLOCKQUOTE > DIV > BODY > HTML > #document to 5 of #text > SPAN > BLOCKQUOTE > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 0 of #text > BLOCKQUOTE > DIV > BODY > HTML > #document to 5 of #text > BLOCKQUOTE > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
layer at (0,0) size 800x600
@@ -16,44 +16,43 @@ layer at (0,0) size 800x600
text run at (0,0) width 362: "This test uses the execCommand to indent the text below."
RenderBlock (anonymous) at (0,18) size 784x18
RenderBR {BR} at (0,0) size 0x18
- RenderBlock {DIV} at (0,52) size 784x210
- RenderBlock {BLOCKQUOTE} at (40,0) size 704x210
- RenderBlock (anonymous) at (0,0) size 704x36
- RenderInline {SPAN} at (0,0) size 42x18
- RenderText {#text} at (0,0) size 42x18
- text run at (0,0) width 42: "Lorem"
+ RenderBlock {DIV} at (0,36) size 784x194
+ RenderBlock {BLOCKQUOTE} at (40,0) size 744x54
+ RenderBlock (anonymous) at (0,0) size 744x36
+ RenderText {#text} at (0,0) size 42x18
+ text run at (0,0) width 42: "Lorem"
RenderBR {BR} at (42,14) size 0x0
RenderText {#text} at (0,18) size 83x18
text run at (0,18) width 83: "more Lorem!"
- RenderBlock {BLOCKQUOTE} at (40,52) size 624x122
- RenderBlock (anonymous) at (0,0) size 624x18
- RenderText {#text} at (0,0) size 38x18
- text run at (0,0) width 38: "ipsum"
- RenderBR {BR} at (38,14) size 0x0
- RenderBlock {UL} at (0,34) size 624x54
- RenderListItem {LI} at (40,0) size 584x18
- RenderListMarker at (-17,0) size 7x18: bullet
+ RenderBlock {BLOCKQUOTE} at (40,36) size 704x18
+ RenderText {#text} at (0,0) size 38x18
+ text run at (0,0) width 38: "ipsum"
+ RenderBlock (anonymous) at (0,54) size 784x0
+ RenderBlock {BLOCKQUOTE} at (40,70) size 744x54
+ RenderBlock {UL} at (0,0) size 744x54
+ RenderBlock {UL} at (40,0) size 704x54
+ RenderListItem {LI} at (40,0) size 664x18
+ RenderListMarker at (-17,0) size 7x18: white bullet
RenderText {#text} at (0,0) size 25x18
text run at (0,0) width 25: "Foo"
- RenderListItem {LI} at (40,18) size 584x18
- RenderListMarker at (-17,0) size 7x18: bullet
+ RenderListItem {LI} at (40,18) size 664x18
+ RenderListMarker at (-17,0) size 7x18: white bullet
RenderText {#text} at (0,0) size 23x18
text run at (0,0) width 23: "Bar"
- RenderListItem {LI} at (40,36) size 584x18
- RenderListMarker at (-17,0) size 7x18: bullet
+ RenderListItem {LI} at (40,36) size 664x18
+ RenderListMarker at (-17,0) size 7x18: white bullet
RenderText {#text} at (0,0) size 25x18
text run at (0,0) width 25: "Baz"
- RenderBlock (anonymous) at (0,104) size 624x18
- RenderText {#text} at (0,0) size 37x18
- text run at (0,0) width 37: "Dolor"
- RenderBlock (anonymous) at (0,174) size 704x36
+ RenderBlock {BLOCKQUOTE} at (40,140) size 744x54
+ RenderBlock {BLOCKQUOTE} at (40,0) size 704x18
+ RenderText {#text} at (0,0) size 37x18
+ text run at (0,0) width 37: "Dolor"
+ RenderBlock (anonymous) at (0,18) size 744x36
RenderText {#text} at (0,0) size 34x18
text run at (0,0) width 34: "Sum!"
RenderBR {BR} at (34,14) size 0x0
- RenderInline {SPAN} at (0,0) size 38x18
- RenderText {#text} at (0,18) size 38x18
- text run at (0,18) width 38: "Thing"
- RenderBlock (anonymous) at (0,210) size 784x0
- RenderText {#text} at (0,0) size 0x0
-selection start: position 0 of child 0 {#text} of child 0 {SPAN} of child 1 {BLOCKQUOTE} of child 4 {DIV} of child 1 {BODY} of child 0 {HTML} of document
-selection end: position 5 of child 0 {#text} of child 6 {SPAN} of child 1 {BLOCKQUOTE} of child 4 {DIV} of child 1 {BODY} of child 0 {HTML} of document
+ RenderText {#text} at (0,18) size 38x18
+ text run at (0,18) width 38: "Thing"
+ RenderBlock (anonymous) at (0,194) size 784x0
+selection start: position 0 of child 0 {#text} of child 1 {BLOCKQUOTE} of child 4 {DIV} of child 1 {BODY} of child 0 {HTML} of document
+selection end: position 5 of child 3 {#text} of child 3 {BLOCKQUOTE} of child 4 {DIV} of child 1 {BODY} of child 0 {HTML} of document