| Differences between
and this patch
- Source/WebCore/ChangeLog +14 lines
Lines 1-3 Source/WebCore/ChangeLog_sec1
1
2017-10-27  Antti Koivisto  <antti@apple.com>
2
3
        Destroy all unneeded anonymous wrappers in RenderObject::removeFromParentAndDestroyCleaningUpAnonymousWrappers()
4
        https://bugs.webkit.org/show_bug.cgi?id=178933
5
6
        Reviewed by NOBODY (OOPS!).
7
8
        Currently it just cleans up table related wrappers.
9
10
        * rendering/RenderObject.cpp:
11
        (WebCore::findDestroyRootIncludingAnonymous):
12
13
        Continuations are left as future work.
14
1
2017-10-27  Alicia Boya García  <aboya@igalia.com>
15
2017-10-27  Alicia Boya García  <aboya@igalia.com>
2
16
3
        [GStreamer][MSE] Trim space between codecs
17
        [GStreamer][MSE] Trim space between codecs
- Source/WebCore/rendering/RenderObject.cpp -10 / +13 lines
Lines 1457-1475 void RenderObject::willBeRemovedFromTree Source/WebCore/rendering/RenderObject.cpp_sec1
1457
1457
1458
static RenderObject& findDestroyRootIncludingAnonymous(RenderObject& renderer)
1458
static RenderObject& findDestroyRootIncludingAnonymous(RenderObject& renderer)
1459
{
1459
{
1460
    auto* inlineWrapperForDisplayContents = is<RenderText>(renderer) ? downcast<RenderText>(renderer).inlineWrapperForDisplayContents() : nullptr;
1460
    auto* destroyRoot = &renderer;
1461
1461
    while (true) {
1462
    auto* destroyRoot = inlineWrapperForDisplayContents ? inlineWrapperForDisplayContents : &renderer;
1462
        auto* destroyRootParent = destroyRoot->parent();
1463
    auto* destroyRootParent = destroyRoot->parent();
1463
        if (!destroyRootParent->isAnonymous())
1464
    while (destroyRootParent && destroyRootParent->isAnonymous()) {
1464
            break;
1465
        if (!destroyRootParent->isTableCell() && !destroyRootParent->isTableRow()
1465
        if (destroyRootParent->isRenderView())
1466
            && !destroyRootParent->isTableCaption() && !destroyRootParent->isTableSection() && !destroyRootParent->isTable())
1466
            break;
1467
        if (destroyRootParent->isRenderFragmentedFlow())
1468
            break;
1469
        // FIXME: Destroy continuations here too.
1470
        if (destroyRootParent->isContinuation())
1467
            break;
1471
            break;
1468
        // single child?
1472
        bool destroyingOnlyChild = destroyRootParent->firstChild() == destroyRoot && destroyRootParent->lastChild() == destroyRoot;
1469
        if (!(destroyRootParent->firstChild() == destroyRoot && destroyRootParent->lastChild() == destroyRoot))
1473
        if (!destroyingOnlyChild)
1470
            break;
1474
            break;
1471
        destroyRoot = destroyRootParent;
1475
        destroyRoot = destroyRootParent;
1472
        destroyRootParent = destroyRootParent->parent();
1473
    }
1476
    }
1474
    return *destroyRoot;
1477
    return *destroyRoot;
1475
}
1478
}
- LayoutTests/editing/deleting/delete-br-009-expected.txt -1 lines
Lines 17-23 layer at (0,0) size 800x600 LayoutTests/editing/deleting/delete-br-009-expected.txt_sec1
17
      RenderBlock {DIV} at (0,0) size 784x56 [border: (2px solid #FF0000)]
17
      RenderBlock {DIV} at (0,0) size 784x56 [border: (2px solid #FF0000)]
18
        RenderText {#text} at (14,14) size 40x28
18
        RenderText {#text} at (14,14) size 40x28
19
          text run at (14,14) width 40: "One"
19
          text run at (14,14) width 40: "One"
20
      RenderBlock (anonymous) at (0,56) size 784x0
21
      RenderBlock {DIV} at (0,56) size 784x56 [border: (2px solid #FF0000)]
20
      RenderBlock {DIV} at (0,56) size 784x56 [border: (2px solid #FF0000)]
22
        RenderText {#text} at (14,14) size 43x28
21
        RenderText {#text} at (14,14) size 43x28
23
          text run at (14,14) width 43: "Two"
22
          text run at (14,14) width 43: "Two"
- LayoutTests/platform/ios-wk2/editing/deleting/5144139-2-expected.txt -17 / +17 lines
Lines 9-35 layer at (0,0) size 800x600 LayoutTests/platform/ios-wk2/editing/deleting/5144139-2-expected.txt_sec1
9
          text run at (0,20) width 190: "placeholder br unnecessarily. "
9
          text run at (0,20) width 190: "placeholder br unnecessarily. "
10
          text run at (189,20) width 255: "You should see two ToDos, one empty. "
10
          text run at (189,20) width 255: "You should see two ToDos, one empty. "
11
          text run at (443,20) width 275: "The caret should be just before the second."
11
          text run at (443,20) width 275: "The caret should be just before the second."
12
      RenderBlock {DIV} at (0,56) size 784x58
12
      RenderBlock {DIV} at (0,56) size 784x52
13
        RenderTable {TABLE} at (0,0) size 135x29
13
        RenderTable {TABLE} at (0,0) size 135x26
14
          RenderTableSection {TBODY} at (0,0) size 135x29
14
          RenderTableSection {TBODY} at (0,0) size 135x26
15
            RenderTableRow {TR} at (0,2) size 135x25
15
            RenderTableRow {TR} at (0,2) size 135x22
16
              RenderTableCell {TD} at (2,3) size 18x22 [r=0 c=0 rs=1 cs=1]
16
              RenderTableCell {TD} at (2,2) size 18x22 [r=0 c=0 rs=1 cs=1]
17
                RenderText {#text} at (1,1) size 16x19
17
                RenderText {#text} at (1,1) size 16x19
18
                  text run at (1,1) width 16: "\x{21D2}"
18
                  text run at (1,1) width 16: "\x{21D2}"
19
              RenderTableCell {TD} at (22,3) size 93x22 [r=0 c=1 rs=1 cs=1]
19
              RenderTableCell {TD} at (21,2) size 94x22 [r=0 c=1 rs=1 cs=1]
20
                RenderText {#text} at (1,1) size 91x19
20
                RenderText {#text} at (1,1) size 91x19
21
                  text run at (1,1) width 91: "ToDo Content"
21
                  text run at (1,1) width 91: "ToDo Content"
22
              RenderTableCell {TD} at (117,2) size 16x25 [r=0 c=2 rs=1 cs=1]
22
              RenderTableCell {TD} at (116,2) size 17x22 [r=0 c=2 rs=1 cs=1]
23
                RenderText {#text} at (1,4) size 14x19
23
                RenderText {#text} at (1,1) size 14x19
24
                  text run at (1,4) width 14: "\x{21E3}"
24
                  text run at (1,1) width 14: "\x{21E3}"
25
        RenderTable {TABLE} at (0,29) size 44x29
25
        RenderTable {TABLE} at (0,26) size 44x26
26
          RenderTableSection {TBODY} at (0,0) size 44x29
26
          RenderTableSection {TBODY} at (0,0) size 44x26
27
            RenderTableRow {TR} at (0,2) size 44x25
27
            RenderTableRow {TR} at (0,2) size 44x22
28
              RenderTableCell {TD} at (2,3) size 18x22 [r=0 c=0 rs=1 cs=1]
28
              RenderTableCell {TD} at (2,2) size 18x22 [r=0 c=0 rs=1 cs=1]
29
                RenderText {#text} at (1,1) size 16x19
29
                RenderText {#text} at (1,1) size 16x19
30
                  text run at (1,1) width 16: "\x{21D2}"
30
                  text run at (1,1) width 16: "\x{21D2}"
31
              RenderTableCell {TD} at (22,3) size 2x22 [r=0 c=1 rs=1 cs=1]
31
              RenderTableCell {TD} at (21,2) size 3x22 [r=0 c=1 rs=1 cs=1]
32
              RenderTableCell {TD} at (26,2) size 16x25 [r=0 c=2 rs=1 cs=1]
32
              RenderTableCell {TD} at (25,2) size 17x22 [r=0 c=2 rs=1 cs=1]
33
                RenderText {#text} at (1,4) size 14x19
33
                RenderText {#text} at (1,1) size 14x19
34
                  text run at (1,4) width 14: "\x{21E3}"
34
                  text run at (1,1) width 14: "\x{21E3}"
35
caret: position 0 of child 3 {TABLE} of child 2 {DIV} of body
35
caret: position 0 of child 3 {TABLE} of child 2 {DIV} of body
- LayoutTests/platform/ios-wk2/editing/execCommand/4747450-expected.txt -1 lines
Lines 22-26 layer at (0,0) size 800x600 LayoutTests/platform/ios-wk2/editing/execCommand/4747450-expected.txt_sec1
22
            RenderListItem {LI} at (40,0) size 744x20
22
            RenderListItem {LI} at (40,0) size 744x20
23
              RenderListMarker at (-18,0) size 7x19: bullet
23
              RenderListMarker at (-18,0) size 7x19: bullet
24
              RenderBR {BR} at (0,0) size 0x19
24
              RenderBR {BR} at (0,0) size 0x19
25
          RenderBlock (anonymous) at (0,36) size 784x0
26
caret: position 0 of child 0 {BR} of child 0 {LI} of child 0 {UL} of child 1 {DIV} of child 2 {DIV} of body
25
caret: position 0 of child 0 {BR} of child 0 {LI} of child 0 {UL} of child 1 {DIV} of child 2 {DIV} of body
- LayoutTests/platform/ios-wk2/editing/execCommand/4924441-expected.txt -1 lines
Lines 15-19 layer at (0,0) size 800x600 LayoutTests/platform/ios-wk2/editing/execCommand/4924441-expected.txt_sec1
15
              RenderListMarker at (-21,0) size 16x19: "1"
15
              RenderListMarker at (-21,0) size 16x19: "1"
16
              RenderText {#text} at (0,0) size 22x19
16
              RenderText {#text} at (0,0) size 22x19
17
                text run at (0,0) width 22: "foo"
17
                text run at (0,0) width 22: "foo"
18
        RenderBlock (anonymous) at (0,36) size 784x0
19
caret: position 3 of child 0 {#text} of child 0 {LI} of child 0 {OL} of child 0 {UL} of child 2 {DIV} of body
18
caret: position 3 of child 0 {#text} of child 0 {LI} of child 0 {OL} of child 0 {UL} of child 2 {DIV} of body
- LayoutTests/platform/ios-wk2/editing/input/emacs-ctrl-o-expected.txt +2 lines
Lines 1-3 LayoutTests/platform/ios-wk2/editing/input/emacs-ctrl-o-expected.txt_sec1
1
EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 3 of DIV > BODY > HTML > #document
2
EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
1
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
2
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
4
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
5
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
- LayoutTests/platform/ios-wk2/editing/inserting/insert-at-end-02-expected.txt +3 lines
Lines 1-3 LayoutTests/platform/ios-wk2/editing/inserting/insert-at-end-02-expected.txt_sec1
1
EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 7 of DIV > BODY > HTML > #document
2
EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
1
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
2
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
4
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
5
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
Lines 27-30 layer at (0,0) size 800x600 LayoutTests/platform/ios-wk2/editing/inserting/insert-at-end-02-expected.txt_sec2
27
        RenderBlock (anonymous) at (2,50) size 780x20
29
        RenderBlock (anonymous) at (2,50) size 780x20
28
          RenderText {#text} at (0,0) size 8x19
30
          RenderText {#text} at (0,0) size 8x19
29
            text run at (0,0) width 8: "x"
31
            text run at (0,0) width 8: "x"
32
          RenderText {#text} at (0,0) size 0x0
30
caret: position 1 of child 5 {#text} of child 5 {DIV} of body
33
caret: position 1 of child 5 {#text} of child 5 {DIV} of body
- LayoutTests/platform/ios-wk2/editing/inserting/insert-br-quoted-004-expected.txt -1 lines
Lines 42-48 layer at (0,0) size 800x600 LayoutTests/platform/ios-wk2/editing/inserting/insert-br-quoted-004-expected.txt_sec1
42
              RenderBlock {DIV} at (0,0) size 672x30
42
              RenderBlock {DIV} at (0,0) size 672x30
43
                RenderBlock {DIV} at (0,0) size 672x30
43
                RenderBlock {DIV} at (0,0) size 672x30
44
                  RenderBR {BR} at (0,1) size 0x28
44
                  RenderBR {BR} at (0,1) size 0x28
45
                RenderBlock (anonymous) at (0,30) size 672x0
46
          RenderBlock (anonymous) at (0,64) size 756x30
45
          RenderBlock (anonymous) at (0,64) size 756x30
47
            RenderBR {BR} at (0,1) size 0x28
46
            RenderBR {BR} at (0,1) size 0x28
48
          RenderBlock {BLOCKQUOTE} at (40,118) size 676x64 [border: (2px solid #0000FF)]
47
          RenderBlock {BLOCKQUOTE} at (40,118) size 676x64 [border: (2px solid #0000FF)]
- LayoutTests/platform/ios-wk2/editing/inserting/insert-br-quoted-006-expected.txt -1 lines
Lines 43-49 layer at (0,0) size 800x600 LayoutTests/platform/ios-wk2/editing/inserting/insert-br-quoted-006-expected.txt_sec1
43
              RenderBlock {DIV} at (0,0) size 672x30
43
              RenderBlock {DIV} at (0,0) size 672x30
44
                RenderBlock {DIV} at (0,0) size 672x30
44
                RenderBlock {DIV} at (0,0) size 672x30
45
                  RenderBR {BR} at (0,1) size 0x28
45
                  RenderBR {BR} at (0,1) size 0x28
46
            RenderBlock (anonymous) at (2,62) size 672x0
47
          RenderBlock (anonymous) at (0,88) size 756x30
46
          RenderBlock (anonymous) at (0,88) size 756x30
48
            RenderBR {BR} at (0,1) size 0x28
47
            RenderBR {BR} at (0,1) size 0x28
49
          RenderBlock {BLOCKQUOTE} at (40,142) size 676x64 [border: (2px solid #0000FF)]
48
          RenderBlock {BLOCKQUOTE} at (40,142) size 676x64 [border: (2px solid #0000FF)]
- LayoutTests/platform/ios-wk2/editing/inserting/typing-at-end-of-line-expected.txt +2 lines
Lines 1-3 LayoutTests/platform/ios-wk2/editing/inserting/typing-at-end-of-line-expected.txt_sec1
1
EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 1 of DIV > BODY > HTML > #document
2
EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
1
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
2
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
4
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
5
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
- LayoutTests/platform/ios-wk2/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt -1 / +1 lines
Lines 3-9 EDITING DELEGATE: webViewDidBeginEditing LayoutTests/platform/ios-wk2/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt_sec1
3
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
4
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
4
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
5
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
5
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
6
CONSOLE MESSAGE: line 27: TypeError: undefined is not a function (evaluating 'eventSender.clearKillRing()')
6
CONSOLE MESSAGE: line 27: TypeError: eventSender.clearKillRing is not a function. (In 'eventSender.clearKillRing()', 'eventSender.clearKillRing' is undefined)
7
layer at (0,0) size 800x600
7
layer at (0,0) size 800x600
8
  RenderView at (0,0) size 800x600
8
  RenderView at (0,0) size 800x600
9
layer at (0,0) size 800x600
9
layer at (0,0) size 800x600
- LayoutTests/platform/ios-wk2/editing/pasteboard/merge-end-blockquote-expected.txt -1 lines
Lines 36-42 layer at (0,0) size 800x600 LayoutTests/platform/ios-wk2/editing/pasteboard/merge-end-blockquote-expected.txt_sec1
36
          RenderBlock {DIV} at (0,0) size 704x20
36
          RenderBlock {DIV} at (0,0) size 704x20
37
            RenderText {#text} at (0,0) size 104x19
37
            RenderText {#text} at (0,0) size 104x19
38
              text run at (0,0) width 104: "Blockquotedfoo"
38
              text run at (0,0) width 104: "Blockquotedfoo"
39
        RenderBlock (anonymous) at (0,36) size 784x0
40
        RenderBlock {BLOCKQUOTE} at (40,36) size 704x20
39
        RenderBlock {BLOCKQUOTE} at (40,36) size 704x20
41
          RenderBlock {DIV} at (0,0) size 704x20
40
          RenderBlock {DIV} at (0,0) size 704x20
42
            RenderText {#text} at (0,0) size 49x19
41
            RenderText {#text} at (0,0) size 49x19
- LayoutTests/platform/ios-wk2/editing/pasteboard/paste-line-endings-008-expected.txt -1 lines
Lines 47-53 layer at (0,0) size 800x600 LayoutTests/platform/ios-wk2/editing/pasteboard/paste-line-endings-008-expected.txt_sec1
47
          RenderBlock {DIV} at (2,2) size 780x30
47
          RenderBlock {DIV} at (2,2) size 780x30
48
            RenderText {#text} at (0,1) size 77x28
48
            RenderText {#text} at (0,1) size 77x28
49
              text run at (0,1) width 77: "line one"
49
              text run at (0,1) width 77: "line one"
50
          RenderBlock (anonymous) at (2,32) size 780x0
51
          RenderBlock {DIV} at (2,32) size 780x30
50
          RenderBlock {DIV} at (2,32) size 780x30
52
            RenderText {#text} at (0,1) size 78x28
51
            RenderText {#text} at (0,1) size 78x28
53
              text run at (0,1) width 78: "line two"
52
              text run at (0,1) width 78: "line two"
- LayoutTests/platform/ios-wk2/editing/pasteboard/paste-match-style-001-expected.txt -1 lines
Lines 43-47 layer at (0,0) size 800x600 LayoutTests/platform/ios-wk2/editing/pasteboard/paste-match-style-001-expected.txt_sec1
43
          RenderInline {B} at (0,0) size 26x28
43
          RenderInline {B} at (0,0) size 26x28
44
            RenderText {#text} at (2,3) size 26x28
44
            RenderText {#text} at (2,3) size 26x28
45
              text run at (2,3) width 26: "ab"
45
              text run at (2,3) width 26: "ab"
46
        RenderBlock (anonymous) at (0,34) size 784x0
47
caret: position 2 of child 0 {#text} of child 0 {B} of child 1 {DIV} of child 3 {DIV} of body
46
caret: position 2 of child 0 {#text} of child 0 {B} of child 1 {DIV} of child 3 {DIV} of body
- LayoutTests/platform/ios-wk2/editing/pasteboard/paste-text-008-expected.txt -1 lines
Lines 124-130 layer at (0,0) size 800x600 LayoutTests/platform/ios-wk2/editing/pasteboard/paste-text-008-expected.txt_sec1
124
        RenderBlock (anonymous) at (14,102) size 756x30
124
        RenderBlock (anonymous) at (14,102) size 756x30
125
          RenderText {#text} at (0,1) size 438x28
125
          RenderText {#text} at (0,1) size 438x28
126
            text run at (0,1) width 438: "Upon such a full seashallows and in miseries."
126
            text run at (0,1) width 438: "Upon such a full seashallows and in miseries."
127
      RenderBlock (anonymous) at (0,146) size 784x0
128
      RenderBlock {DIV} at (0,146) size 784x58 [border: (2px solid #FF0000)]
127
      RenderBlock {DIV} at (0,146) size 784x58 [border: (2px solid #FF0000)]
129
        RenderText {#text} at (14,15) size 380x28
128
        RenderText {#text} at (14,15) size 380x28
130
          text run at (14,15) width 380: "Upon such a full sea are we now afloat,"
129
          text run at (14,15) width 380: "Upon such a full sea are we now afloat,"
- LayoutTests/platform/ios-wk2/editing/pasteboard/paste-text-009-expected.txt -1 lines
Lines 104-110 layer at (0,0) size 800x600 LayoutTests/platform/ios-wk2/editing/pasteboard/paste-text-009-expected.txt_sec1
104
        RenderBlock (anonymous) at (14,102) size 756x30
104
        RenderBlock (anonymous) at (14,102) size 756x30
105
          RenderText {#text} at (0,1) size 18x28
105
          RenderText {#text} at (0,1) size 18x28
106
            text run at (0,1) width 18: "U"
106
            text run at (0,1) width 18: "U"
107
      RenderBlock (anonymous) at (0,146) size 784x0
108
      RenderBlock {DIV} at (0,146) size 784x58 [border: (2px solid #FF0000)]
107
      RenderBlock {DIV} at (0,146) size 784x58 [border: (2px solid #FF0000)]
109
        RenderText {#text} at (14,15) size 380x28
108
        RenderText {#text} at (14,15) size 380x28
110
          text run at (14,15) width 380: "Upon such a full sea are we now afloat,"
109
          text run at (14,15) width 380: "Upon such a full sea are we now afloat,"
- LayoutTests/platform/ios-wk2/editing/pasteboard/smart-paste-007-expected.txt -1 / +2 lines
Lines 1-3 LayoutTests/platform/ios-wk2/editing/pasteboard/smart-paste-007-expected.txt_sec1
1
EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 3 of DIV > BODY > HTML > #document
2
EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
1
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
2
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
4
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3
EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of DIV > DIV > BODY > HTML > #document to 0 of DIV > DIV > BODY > HTML > #document toDOMRange:range from 1 of #text > DIV > DIV > BODY > HTML > #document to 1 of #text > DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
5
EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of DIV > DIV > BODY > HTML > #document to 0 of DIV > DIV > BODY > HTML > #document toDOMRange:range from 1 of #text > DIV > DIV > BODY > HTML > #document to 1 of #text > DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
Lines 38-42 layer at (0,0) size 800x600 LayoutTests/platform/ios-wk2/editing/pasteboard/smart-paste-007-expected.txt_sec2
38
        RenderBlock {DIV} at (0,0) size 784x34 [border: (2px solid #FF0000)]
40
        RenderBlock {DIV} at (0,0) size 784x34 [border: (2px solid #FF0000)]
39
          RenderText {#text} at (2,3) size 79x28
41
          RenderText {#text} at (2,3) size 79x28
40
            text run at (2,3) width 79: ".test.test"
42
            text run at (2,3) width 79: ".test.test"
41
        RenderBlock (anonymous) at (0,34) size 784x0
42
caret: position 5 of child 0 {#text} of child 1 {DIV} of child 3 {DIV} of body
43
caret: position 5 of child 0 {#text} of child 1 {DIV} of child 3 {DIV} of body
- LayoutTests/platform/ios-wk2/editing/pasteboard/smart-paste-008-expected.txt -1 / +2 lines
Lines 1-3 LayoutTests/platform/ios-wk2/editing/pasteboard/smart-paste-008-expected.txt_sec1
1
EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 2 of DIV > BODY > HTML > #document
2
EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
1
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
2
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
4
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
5
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
Lines 30-34 layer at (0,0) size 800x600 LayoutTests/platform/ios-wk2/editing/pasteboard/smart-paste-008-expected.txt_sec2
30
              text run at (5,1) width 34: "test"
32
              text run at (5,1) width 34: "test"
31
          RenderText {#text} at (38,8) size 26x19
33
          RenderText {#text} at (38,8) size 26x19
32
            text run at (38,8) width 26: " bar"
34
            text run at (38,8) width 26: " bar"
33
        RenderBlock (anonymous) at (0,30) size 784x0
34
caret: position 4 of child 0 {#text} of child 1 {SPAN} of child 0 {DIV} of child 4 {DIV} of body
35
caret: position 4 of child 0 {#text} of child 1 {SPAN} of child 0 {DIV} of child 4 {DIV} of body
- LayoutTests/platform/ios-wk2/editing/pasteboard/undoable-fragment-removes-expected.txt -1 / +2 lines
Lines 34-38 layer at (0,0) size 800x600 LayoutTests/platform/ios-wk2/editing/pasteboard/undoable-fragment-removes-expected.txt_sec1
34
          RenderText {#text} at (0,0) size 21x19
34
          RenderText {#text} at (0,0) size 21x19
35
            text run at (0,0) width 21: "bar"
35
            text run at (0,0) width 21: "bar"
36
      RenderBlock {DIV} at (0,108) size 784x22 [border: (1px solid #000000)]
36
      RenderBlock {DIV} at (0,108) size 784x22 [border: (1px solid #000000)]
37
        RenderBR {BR} at (1,1) size 0x19
37
        RenderBlock (anonymous) at (1,1) size 782x20
38
          RenderBR {BR} at (0,0) size 0x19
38
caret: position 0 of child 0 {BR} of child 6 {DIV} of body
39
caret: position 0 of child 0 {BR} of child 6 {DIV} of body
- LayoutTests/platform/ios-wk2/editing/pasteboard/unrendered-br-expected.txt -1 lines
Lines 21-25 layer at (0,0) size 800x600 LayoutTests/platform/ios-wk2/editing/pasteboard/unrendered-br-expected.txt_sec1
21
        RenderBlock {DIV} at (0,20) size 784x20
21
        RenderBlock {DIV} at (0,20) size 784x20
22
          RenderText {#text} at (0,0) size 120x19
22
          RenderText {#text} at (0,0) size 120x19
23
            text run at (0,0) width 120: "Second paragraph."
23
            text run at (0,0) width 120: "Second paragraph."
24
        RenderBlock (anonymous) at (0,40) size 784x0
25
caret: position 17 of child 0 {#text} of child 1 {DIV} of child 2 {DIV} of body
24
caret: position 17 of child 0 {#text} of child 1 {DIV} of child 2 {DIV} of body
- LayoutTests/platform/ios-wk2/editing/selection/replace-selection-1-expected.txt -2 / +4 lines
Lines 1-3 LayoutTests/platform/ios-wk2/editing/selection/replace-selection-1-expected.txt_sec1
1
EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 1 of DIV > BODY > HTML > #document
2
EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
1
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
2
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
4
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
5
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
Lines 11-19 layer at (0,0) size 800x600 LayoutTests/platform/ios-wk2/editing/selection/replace-selection-1-expected.txt_sec2
11
  RenderBlock {HTML} at (0,0) size 800x600
13
  RenderBlock {HTML} at (0,0) size 800x600
12
    RenderBody {BODY} at (8,8) size 784x584
14
    RenderBody {BODY} at (8,8) size 784x584
13
      RenderBlock {P} at (0,0) size 784x40
15
      RenderBlock {P} at (0,0) size 784x40
14
        RenderText {#text} at (0,0) size 755x39
16
        RenderText {#text} at (0,0) size 754x39
15
          text run at (0,0) width 593: "This tests for a bug when a selection is replaced by content with selectReplacement == true. "
17
          text run at (0,0) width 593: "This tests for a bug when a selection is replaced by content with selectReplacement == true. "
16
          text run at (592,0) width 163: "Below, you should see 'A"
18
          text run at (592,0) width 162: "Below, you should see 'A"
17
          text run at (0,20) width 90: "new link' and "
19
          text run at (0,20) width 90: "new link' and "
18
          text run at (89,20) width 157: "'link' should be selected."
20
          text run at (89,20) width 157: "'link' should be selected."
19
      RenderBlock {DIV} at (0,56) size 784x20
21
      RenderBlock {DIV} at (0,56) size 784x20
- LayoutTests/platform/ios-wk2/editing/spelling/spelling-expected.txt +2 lines
Lines 1-3 LayoutTests/platform/ios-wk2/editing/spelling/spelling-expected.txt_sec1
1
EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 3 of DIV > BODY > HTML > #document
2
EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
1
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
2
EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of DIV > BODY > HTML > #document to 0 of DIV > BODY > HTML > #document toDOMRange:range from 1 of #text > SPAN > DIV > BODY > HTML > #document to 1 of #text > SPAN > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
4
EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of DIV > BODY > HTML > #document to 0 of DIV > BODY > HTML > #document toDOMRange:range from 1 of #text > SPAN > DIV > BODY > HTML > #document to 1 of #text > SPAN > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
3
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
5
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
- LayoutTests/platform/ios-wk2/editing/style/4916887-expected.txt -1 lines
Lines 11-16 layer at (0,0) size 800x600 LayoutTests/platform/ios-wk2/editing/style/4916887-expected.txt_sec1
11
          RenderInline {FONT} at (0,0) size 158x19 [color=#0000FF]
11
          RenderInline {FONT} at (0,0) size 158x19 [color=#0000FF]
12
            RenderText {#text} at (0,0) size 158x19
12
            RenderText {#text} at (0,0) size 158x19
13
              text run at (0,0) width 158: "This text should be blue."
13
              text run at (0,0) width 158: "This text should be blue."
14
        RenderBlock (anonymous) at (0,20) size 784x0
15
selection start: position 0 of child 0 {#text} of child 0 {FONT} of child 0 {BLOCKQUOTE} of child 2 {DIV} of body
14
selection start: position 0 of child 0 {#text} of child 0 {FONT} of child 0 {BLOCKQUOTE} of child 2 {DIV} of body
16
selection end:   position 25 of child 0 {#text} of child 0 {FONT} of child 0 {BLOCKQUOTE} of child 2 {DIV} of body
15
selection end:   position 25 of child 0 {#text} of child 0 {FONT} of child 0 {BLOCKQUOTE} of child 2 {DIV} of body
- LayoutTests/platform/ios-wk2/editing/style/5046875-1-expected.txt -1 lines
Lines 12-18 layer at (0,0) size 800x600 LayoutTests/platform/ios-wk2/editing/style/5046875-1-expected.txt_sec1
12
        RenderBlock {DIV} at (0,0) size 784x20
12
        RenderBlock {DIV} at (0,0) size 784x20
13
          RenderText {#text} at (381,0) size 22x19
13
          RenderText {#text} at (381,0) size 22x19
14
            text run at (381,0) width 22: "foo"
14
            text run at (381,0) width 22: "foo"
15
        RenderBlock (anonymous) at (0,20) size 784x0
16
        RenderBlock {DIV} at (0,20) size 784x40
15
        RenderBlock {DIV} at (0,20) size 784x40
17
          RenderBlock {DIV} at (0,0) size 784x20
16
          RenderBlock {DIV} at (0,0) size 784x20
18
            RenderText {#text} at (381,0) size 22x19
17
            RenderText {#text} at (381,0) size 22x19
- LayoutTests/platform/ios-wk2/editing/style/5046875-2-expected.txt -1 lines
Lines 16-22 layer at (0,0) size 800x600 LayoutTests/platform/ios-wk2/editing/style/5046875-2-expected.txt_sec1
16
        RenderBlock {DIV} at (0,20) size 784x20
16
        RenderBlock {DIV} at (0,20) size 784x20
17
          RenderText {#text} at (0,0) size 21x19
17
          RenderText {#text} at (0,0) size 21x19
18
            text run at (0,0) width 21: "bar"
18
            text run at (0,0) width 21: "bar"
19
        RenderBlock (anonymous) at (0,40) size 784x0
20
        RenderBlock {DIV} at (0,40) size 784x20
19
        RenderBlock {DIV} at (0,40) size 784x20
21
          RenderText {#text} at (380,0) size 24x19
20
          RenderText {#text} at (380,0) size 24x19
22
            text run at (380,0) width 24: "baz"
21
            text run at (380,0) width 24: "baz"
- LayoutTests/platform/ios-wk2/editing/style/5279521-expected.txt -1 lines
Lines 6-12 layer at (0,0) size 800x600 LayoutTests/platform/ios-wk2/editing/style/5279521-expected.txt_sec1
6
      RenderBlock {DIV} at (0,0) size 784x123
6
      RenderBlock {DIV} at (0,0) size 784x123
7
        RenderBlock {DIV} at (0,0) size 784x103
7
        RenderBlock {DIV} at (0,0) size 784x103
8
          RenderImage {IMG} at (708,0) size 76x103
8
          RenderImage {IMG} at (708,0) size 76x103
9
        RenderBlock (anonymous) at (0,103) size 784x0
10
        RenderBlock {DIV} at (0,103) size 784x20
9
        RenderBlock {DIV} at (0,103) size 784x20
11
          RenderText {#text} at (6,0) size 778x19
10
          RenderText {#text} at (6,0) size 778x19
12
            text run at (6,0) width 778: "This tests for a crash when changing the alignment of content that starts with an image not inside its own block container."
11
            text run at (6,0) width 778: "This tests for a crash when changing the alignment of content that starts with an image not inside its own block container."
- LayoutTests/platform/ios-wk2/editing/style/create-block-for-style-003-expected.txt -1 lines
Lines 28-32 layer at (0,0) size 800x600 LayoutTests/platform/ios-wk2/editing/style/create-block-for-style-003-expected.txt_sec1
28
          RenderBlock {DIV} at (14,74) size 756x30
28
          RenderBlock {DIV} at (14,74) size 756x30
29
            RenderText {#text} at (361,1) size 34x28
29
            RenderText {#text} at (361,1) size 34x28
30
              text run at (361,1) width 34: "baz"
30
              text run at (361,1) width 34: "baz"
31
          RenderBlock (anonymous) at (14,104) size 756x0
32
caret: position 0 of child 0 {#text} of child 4 {DIV} of child 1 {DIV} of child 3 {DIV} of body
31
caret: position 0 of child 0 {#text} of child 4 {DIV} of child 1 {DIV} of child 3 {DIV} of body
- LayoutTests/platform/ios-wk2/editing/style/create-block-for-style-004-expected.txt -1 lines
Lines 33-37 layer at (0,0) size 800x600 LayoutTests/platform/ios-wk2/editing/style/create-block-for-style-004-expected.txt_sec1
33
          RenderBlock {DIV} at (14,74) size 756x30
33
          RenderBlock {DIV} at (14,74) size 756x30
34
            RenderText {#text} at (361,1) size 34x28
34
            RenderText {#text} at (361,1) size 34x28
35
              text run at (361,1) width 34: "baz"
35
              text run at (361,1) width 34: "baz"
36
          RenderBlock (anonymous) at (14,104) size 756x0
37
caret: position 3 of child 0 {#text} of child 3 {DIV} of child 1 {DIV} of child 3 {DIV} of body
36
caret: position 3 of child 0 {#text} of child 3 {DIV} of child 1 {DIV} of child 3 {DIV} of body
- LayoutTests/platform/ios-wk2/editing/style/create-block-for-style-007-expected.txt -1 lines
Lines 20-26 layer at (0,0) size 800x600 LayoutTests/platform/ios-wk2/editing/style/create-block-for-style-007-expected.txt_sec1
20
          RenderBlock {DIV} at (14,14) size 756x30
20
          RenderBlock {DIV} at (14,14) size 756x30
21
            RenderText {#text} at (362,1) size 32x28
21
            RenderText {#text} at (362,1) size 32x28
22
              text run at (362,1) width 32: "foo"
22
              text run at (362,1) width 32: "foo"
23
          RenderBlock (anonymous) at (14,44) size 756x0
24
          RenderBlock {DIV} at (14,44) size 756x58 [border: (2px solid #FF0000)]
23
          RenderBlock {DIV} at (14,44) size 756x58 [border: (2px solid #FF0000)]
25
            RenderText {#text} at (14,15) size 31x28
24
            RenderText {#text} at (14,15) size 31x28
26
              text run at (14,15) width 31: "bar"
25
              text run at (14,15) width 31: "bar"
- LayoutTests/platform/ios-wk2/editing/style/create-block-for-style-009-expected.txt -1 lines
Lines 28-32 layer at (0,0) size 800x600 LayoutTests/platform/ios-wk2/editing/style/create-block-for-style-009-expected.txt_sec1
28
          RenderBlock {DIV} at (14,102) size 756x30
28
          RenderBlock {DIV} at (14,102) size 756x30
29
            RenderText {#text} at (361,1) size 34x28
29
            RenderText {#text} at (361,1) size 34x28
30
              text run at (361,1) width 34: "baz"
30
              text run at (361,1) width 34: "baz"
31
          RenderBlock (anonymous) at (14,132) size 756x0
32
caret: position 0 of child 0 {#text} of child 2 {DIV} of child 1 {DIV} of child 3 {DIV} of body
31
caret: position 0 of child 0 {#text} of child 2 {DIV} of child 1 {DIV} of child 3 {DIV} of body
- LayoutTests/platform/ios-wk2/editing/style/create-block-for-style-010-expected.txt -1 lines
Lines 22-28 layer at (0,0) size 800x600 LayoutTests/platform/ios-wk2/editing/style/create-block-for-style-010-expected.txt_sec1
22
          RenderBlock {DIV} at (14,14) size 756x30
22
          RenderBlock {DIV} at (14,14) size 756x30
23
            RenderText {#text} at (362,1) size 32x28
23
            RenderText {#text} at (362,1) size 32x28
24
              text run at (362,1) width 32: "foo"
24
              text run at (362,1) width 32: "foo"
25
          RenderBlock (anonymous) at (14,44) size 756x0
26
          RenderBlock {DIV} at (14,44) size 756x58 [border: (2px solid #FF0000)]
25
          RenderBlock {DIV} at (14,44) size 756x58 [border: (2px solid #FF0000)]
27
            RenderText {#text} at (362,15) size 32x28
26
            RenderText {#text} at (362,15) size 32x28
28
              text run at (362,15) width 32: "bar"
27
              text run at (362,15) width 32: "bar"
- LayoutTests/platform/ios-wk2/editing/style/create-block-for-style-011-expected.txt -1 lines
Lines 29-34 layer at (0,0) size 800x600 LayoutTests/platform/ios-wk2/editing/style/create-block-for-style-011-expected.txt_sec1
29
          RenderBlock {DIV} at (14,102) size 756x30
29
          RenderBlock {DIV} at (14,102) size 756x30
30
            RenderText {#text} at (361,1) size 34x28
30
            RenderText {#text} at (361,1) size 34x28
31
              text run at (361,1) width 34: "baz"
31
              text run at (361,1) width 34: "baz"
32
          RenderBlock (anonymous) at (14,132) size 756x0
33
selection start: position 1 of child 0 {#text} of child 1 {DIV} of child 1 {DIV} of child 3 {DIV} of body
32
selection start: position 1 of child 0 {#text} of child 1 {DIV} of child 1 {DIV} of child 3 {DIV} of body
34
selection end:   position 1 of child 0 {#text} of child 2 {DIV} of child 1 {DIV} of child 3 {DIV} of body
33
selection end:   position 1 of child 0 {#text} of child 2 {DIV} of child 1 {DIV} of child 3 {DIV} of body
- LayoutTests/platform/ios-wk2/editing/style/create-block-for-style-012-expected.txt -1 lines
Lines 32-37 layer at (0,0) size 800x600 LayoutTests/platform/ios-wk2/editing/style/create-block-for-style-012-expected.txt_sec1
32
            RenderBlock {DIV} at (14,44) size 728x30
32
            RenderBlock {DIV} at (14,44) size 728x30
33
              RenderText {#text} at (347,1) size 34x28
33
              RenderText {#text} at (347,1) size 34x28
34
                text run at (347,1) width 34: "baz"
34
                text run at (347,1) width 34: "baz"
35
            RenderBlock (anonymous) at (14,74) size 728x0
36
selection start: position 0 of child 0 {#text} of child 0 {DIV} of child 1 {DIV} of child 1 {DIV} of child 3 {DIV} of body
35
selection start: position 0 of child 0 {#text} of child 0 {DIV} of child 1 {DIV} of child 1 {DIV} of child 3 {DIV} of body
37
selection end:   position 1 of child 0 {#text} of child 1 {DIV} of child 1 {DIV} of child 1 {DIV} of child 3 {DIV} of body
36
selection end:   position 1 of child 0 {#text} of child 1 {DIV} of child 1 {DIV} of child 1 {DIV} of child 3 {DIV} of body
- LayoutTests/platform/ios-wk2/editing/style/create-block-for-style-013-expected.txt -1 lines
Lines 29-33 layer at (0,0) size 800x600 LayoutTests/platform/ios-wk2/editing/style/create-block-for-style-013-expected.txt_sec1
29
            RenderBlock {DIV} at (14,44) size 728x30
29
            RenderBlock {DIV} at (14,44) size 728x30
30
              RenderText {#text} at (347,1) size 34x28
30
              RenderText {#text} at (347,1) size 34x28
31
                text run at (347,1) width 34: "baz"
31
                text run at (347,1) width 34: "baz"
32
            RenderBlock (anonymous) at (14,74) size 728x0
33
caret: position 0 of child 0 {#text} of child 2 {DIV} of child 1 {DIV} of child 1 {DIV} of child 3 {DIV} of body
32
caret: position 0 of child 0 {#text} of child 2 {DIV} of child 1 {DIV} of child 1 {DIV} of child 3 {DIV} of body
- LayoutTests/platform/ios-wk2/editing/undo/undo-combined-delete-boundary-expected.txt +2 lines
Lines 1-3 LayoutTests/platform/ios-wk2/editing/undo/undo-combined-delete-boundary-expected.txt_sec1
1
EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 3 of DIV > BODY > HTML > #document
2
EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
1
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
2
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
4
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
5
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
- LayoutTests/platform/ios-wk2/editing/undo/undo-combined-delete-expected.txt +2 lines
Lines 1-3 LayoutTests/platform/ios-wk2/editing/undo/undo-combined-delete-expected.txt_sec1
1
EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 3 of DIV > BODY > HTML > #document
2
EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
1
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
2
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
4
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
5
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
- LayoutTests/platform/ios-wk2/editing/undo/undo-delete-boundary-expected.txt +2 lines
Lines 1-3 LayoutTests/platform/ios-wk2/editing/undo/undo-delete-boundary-expected.txt_sec1
1
EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 3 of DIV > BODY > HTML > #document
2
EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
1
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
2
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
4
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
5
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
- LayoutTests/platform/ios-wk2/editing/undo/undo-delete-expected.txt +2 lines
Lines 1-3 LayoutTests/platform/ios-wk2/editing/undo/undo-delete-expected.txt_sec1
1
EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 3 of DIV > BODY > HTML > #document
2
EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
1
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
2
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
4
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
5
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
- LayoutTests/platform/ios-wk2/editing/undo/undo-forward-delete-boundary-expected.txt +2 lines
Lines 1-3 LayoutTests/platform/ios-wk2/editing/undo/undo-forward-delete-boundary-expected.txt_sec1
1
EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 3 of DIV > BODY > HTML > #document
2
EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
1
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
2
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
4
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
5
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
- LayoutTests/platform/ios-wk2/editing/undo/undo-forward-delete-expected.txt +2 lines
Lines 1-3 LayoutTests/platform/ios-wk2/editing/undo/undo-forward-delete-expected.txt_sec1
1
EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 3 of DIV > BODY > HTML > #document
2
EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
1
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
2
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
4
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
5
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
- LayoutTests/platform/ios/editing/deleting/4922367-expected.txt -2 lines
Lines 19-25 layer at (0,0) size 800x600 LayoutTests/platform/ios/editing/deleting/4922367-expected.txt_sec1
19
                RenderTableCell {TD} at (16,2) size 12x24 [border: (1px solid #BBBBBB)] [r=0 c=1 rs=1 cs=1]
19
                RenderTableCell {TD} at (16,2) size 12x24 [border: (1px solid #BBBBBB)] [r=0 c=1 rs=1 cs=1]
20
                  RenderText {#text} at (2,2) size 8x19
20
                  RenderText {#text} at (2,2) size 8x19
21
                    text run at (2,2) width 8: "2"
21
                    text run at (2,2) width 8: "2"
22
          RenderBlock (anonymous) at (0,30) size 784x0
23
        RenderBlock (anonymous) at (0,30) size 784x0
24
      RenderBlock {UL} at (0,102) size 784x0
22
      RenderBlock {UL} at (0,102) size 784x0
25
caret: position 0 of child 0 {TABLE} of child 1 {DIV} of child 2 {DIV} of body
23
caret: position 0 of child 0 {TABLE} of child 1 {DIV} of child 2 {DIV} of body
- LayoutTests/platform/ios/editing/deleting/type-delete-after-quote-expected.txt -1 lines
Lines 11-15 layer at (0,0) size 800x600 LayoutTests/platform/ios/editing/deleting/type-delete-after-quote-expected.txt_sec1
11
        RenderBlock {BLOCKQUOTE} at (0,0) size 744x20 [color=#0000FF] [border: none (2px solid #0000FF)]
11
        RenderBlock {BLOCKQUOTE} at (0,0) size 744x20 [color=#0000FF] [border: none (2px solid #0000FF)]
12
          RenderText {#text} at (12,0) size 142x19
12
          RenderText {#text} at (12,0) size 142x19
13
            text run at (12,0) width 142: "This should be quoted"
13
            text run at (12,0) width 142: "This should be quoted"
14
        RenderBlock (anonymous) at (0,36) size 784x0
15
caret: position 0 of child 0 {#text} of child 0 {BLOCKQUOTE} of child 3 {DIV} of body
14
caret: position 0 of child 0 {#text} of child 0 {BLOCKQUOTE} of child 3 {DIV} of body
- LayoutTests/platform/ios/editing/execCommand/4916402-expected.txt -1 lines
Lines 18-22 layer at (0,0) size 800x600 LayoutTests/platform/ios/editing/execCommand/4916402-expected.txt_sec1
18
            RenderListMarker at (-21,0) size 16x19: "1"
18
            RenderListMarker at (-21,0) size 16x19: "1"
19
            RenderText {#text} at (0,0) size 21x19
19
            RenderText {#text} at (0,0) size 21x19
20
              text run at (0,0) width 21: "bar"
20
              text run at (0,0) width 21: "bar"
21
        RenderBlock (anonymous) at (0,72) size 784x0
22
caret: position 0 of child 0 {#text} of child 0 {LI} of child 1 {OL} of child 2 {DIV} of body
21
caret: position 0 of child 0 {#text} of child 0 {LI} of child 1 {OL} of child 2 {DIV} of body
- LayoutTests/platform/ios/editing/execCommand/4916541-expected.txt -1 lines
Lines 17-22 layer at (0,0) size 800x600 LayoutTests/platform/ios/editing/execCommand/4916541-expected.txt_sec1
17
          RenderInline {SPAN} at (0,0) size 21x19
17
          RenderInline {SPAN} at (0,0) size 21x19
18
            RenderText {#text} at (0,20) size 21x19
18
            RenderText {#text} at (0,20) size 21x19
19
              text run at (0,20) width 21: "bar"
19
              text run at (0,20) width 21: "bar"
20
        RenderBlock (anonymous) at (0,40) size 784x0
21
selection start: position 1 of child 0 {#text} of child 0 {SPAN} of child 0 {BLOCKQUOTE} of child 2 {DIV} of body
20
selection start: position 1 of child 0 {#text} of child 0 {SPAN} of child 0 {BLOCKQUOTE} of child 2 {DIV} of body
22
selection end:   position 2 of child 0 {#text} of child 1 {SPAN} of child 0 {BLOCKQUOTE} of child 2 {DIV} of body
21
selection end:   position 2 of child 0 {#text} of child 1 {SPAN} of child 0 {BLOCKQUOTE} of child 2 {DIV} of body
- LayoutTests/platform/ios/editing/execCommand/5136770-expected.txt -1 lines
Lines 22-27 layer at (0,0) size 800x600 LayoutTests/platform/ios/editing/execCommand/5136770-expected.txt_sec1
22
              RenderListMarker at (-18,0) size 7x19: bullet
22
              RenderListMarker at (-18,0) size 7x19: bullet
23
              RenderText {#text} at (0,0) size 243x19
23
              RenderText {#text} at (0,0) size 243x19
24
                text run at (0,0) width 243: "This should be an unordered list item."
24
                text run at (0,0) width 243: "This should be an unordered list item."
25
          RenderBlock (anonymous) at (0,76) size 784x0
26
selection start: position 0 of child 0 {BR} of child 0 {LI} of child 0 {UL} of child 3 {DIV} of child 2 {DIV} of body
25
selection start: position 0 of child 0 {BR} of child 0 {LI} of child 0 {UL} of child 3 {DIV} of child 2 {DIV} of body
27
selection end:   position 38 of child 0 {#text} of child 2 {LI} of child 0 {UL} of child 3 {DIV} of child 2 {DIV} of body
26
selection end:   position 38 of child 0 {#text} of child 2 {LI} of child 0 {UL} of child 3 {DIV} of child 2 {DIV} of body
- LayoutTests/platform/ios/editing/execCommand/5142012-2-expected.txt -1 lines
Lines 13-18 layer at (0,0) size 800x600 LayoutTests/platform/ios/editing/execCommand/5142012-2-expected.txt_sec1
13
              text run at (716,0) width 5: " "
13
              text run at (716,0) width 5: " "
14
              text run at (0,20) width 33: "item."
14
              text run at (0,20) width 33: "item."
15
          RenderText {#text} at (0,0) size 0x0
15
          RenderText {#text} at (0,0) size 0x0
16
      RenderBlock (anonymous) at (0,56) size 784x0
17
selection start: position 0 of child 0 {#text} of child 0 {A} of child 0 {LI} of child 0 {UL} of body
16
selection start: position 0 of child 0 {#text} of child 0 {A} of child 0 {LI} of child 0 {UL} of body
18
selection end:   position 123 of child 0 {#text} of child 0 {A} of child 0 {LI} of child 0 {UL} of body
17
selection end:   position 123 of child 0 {#text} of child 0 {A} of child 0 {LI} of child 0 {UL} of body
- LayoutTests/platform/ios/editing/execCommand/5190926-expected.txt -1 lines
Lines 19-24 layer at (0,0) size 800x600 LayoutTests/platform/ios/editing/execCommand/5190926-expected.txt_sec1
19
          RenderInline {U} at (0,0) size 226x19
19
          RenderInline {U} at (0,0) size 226x19
20
            RenderText {#text} at (0,0) size 226x19
20
            RenderText {#text} at (0,0) size 226x19
21
              text run at (0,0) width 226: "And all three should be underlined."
21
              text run at (0,0) width 226: "And all three should be underlined."
22
      RenderBlock (anonymous) at (0,76) size 784x0
23
selection start: position 0 of child 0 {#text} of child 0 {U} of child 0 {LI} of child 0 {OL} of body
22
selection start: position 0 of child 0 {#text} of child 0 {U} of child 0 {LI} of child 0 {OL} of body
24
selection end:   position 35 of child 0 {#text} of child 0 {U} of child 2 {LI} of child 0 {OL} of body
23
selection end:   position 35 of child 0 {#text} of child 0 {U} of child 2 {LI} of child 0 {OL} of body
- LayoutTests/platform/ios/editing/execCommand/5481523-expected.txt -1 lines
Lines 27-32 layer at (0,0) size 800x600 LayoutTests/platform/ios/editing/execCommand/5481523-expected.txt_sec1
27
                  RenderTableCell {TD} at (45,28) size 35x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
27
                  RenderTableCell {TD} at (45,28) size 35x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
28
                    RenderText {#text} at (2,2) size 31x19
28
                    RenderText {#text} at (2,2) size 31x19
29
                      text run at (2,2) width 31: "Four"
29
                      text run at (2,2) width 31: "Four"
30
        RenderBlock (anonymous) at (0,56) size 784x0
31
selection start: position 0 of child 0 {TABLE} of child 0 {BLOCKQUOTE} of child 1 {BLOCKQUOTE} of child 2 {DIV} of body
30
selection start: position 0 of child 0 {TABLE} of child 0 {BLOCKQUOTE} of child 1 {BLOCKQUOTE} of child 2 {DIV} of body
32
selection end:   position 2 of child 0 {TABLE} of child 0 {BLOCKQUOTE} of child 1 {BLOCKQUOTE} of child 2 {DIV} of body
31
selection end:   position 2 of child 0 {TABLE} of child 0 {BLOCKQUOTE} of child 1 {BLOCKQUOTE} of child 2 {DIV} of body
- LayoutTests/platform/ios/editing/pasteboard/5071074-2-expected.txt -1 lines
Lines 16-20 layer at (0,0) size 800x600 LayoutTests/platform/ios/editing/pasteboard/5071074-2-expected.txt_sec1
16
          RenderInline {A} at (0,0) size 139x19 [color=#0000EE]
16
          RenderInline {A} at (0,0) size 139x19 [color=#0000EE]
17
            RenderText {#text} at (162,0) size 139x19
17
            RenderText {#text} at (162,0) size 139x19
18
              text run at (162,0) width 139: "This should be a link."
18
              text run at (162,0) width 139: "This should be a link."
19
        RenderBlock (anonymous) at (0,40) size 784x0
20
caret: position 22 of child 0 {#text} of child 1 {A} of child 1 {DIV} of child 2 {DIV} of body
19
caret: position 22 of child 0 {#text} of child 1 {A} of child 1 {DIV} of child 2 {DIV} of body
- LayoutTests/platform/ios/editing/pasteboard/displaced-generic-placeholder-expected.txt -1 lines
Lines 20-24 layer at (0,0) size 800x600 LayoutTests/platform/ios/editing/pasteboard/displaced-generic-placeholder-expected.txt_sec1
20
        RenderBlock {DIV} at (0,20) size 784x20
20
        RenderBlock {DIV} at (0,20) size 784x20
21
          RenderText {#text} at (0,0) size 120x19
21
          RenderText {#text} at (0,0) size 120x19
22
            text run at (0,0) width 120: "Second paragraph."
22
            text run at (0,0) width 120: "Second paragraph."
23
        RenderBlock (anonymous) at (0,40) size 784x0
24
caret: position 17 of child 0 {#text} of child 1 {DIV} of child 2 {DIV} of body
23
caret: position 17 of child 0 {#text} of child 1 {DIV} of child 2 {DIV} of body
- LayoutTests/platform/ios/editing/pasteboard/displaced-placeholder-expected.txt -1 lines
Lines 19-23 layer at (0,0) size 800x600 LayoutTests/platform/ios/editing/pasteboard/displaced-placeholder-expected.txt_sec1
19
        RenderBlock {DIV} at (0,20) size 784x20
19
        RenderBlock {DIV} at (0,20) size 784x20
20
          RenderText {#text} at (0,0) size 120x19
20
          RenderText {#text} at (0,0) size 120x19
21
            text run at (0,0) width 120: "Second paragraph."
21
            text run at (0,0) width 120: "Second paragraph."
22
        RenderBlock (anonymous) at (0,40) size 784x0
23
caret: position 17 of child 0 {#text} of child 1 {DIV} of child 2 {DIV} of body
22
caret: position 17 of child 0 {#text} of child 1 {DIV} of child 2 {DIV} of body
- LayoutTests/platform/ios/editing/pasteboard/merge-after-delete-2-expected.txt -1 lines
Lines 30-36 layer at (0,0) size 800x600 LayoutTests/platform/ios/editing/pasteboard/merge-after-delete-2-expected.txt_sec1
30
        RenderBlock {DIV} at (3,3) size 774x22 [border: (1px solid #FF0000)]
30
        RenderBlock {DIV} at (3,3) size 774x22 [border: (1px solid #FF0000)]
31
          RenderText {#text} at (1,1) size 30x19
31
          RenderText {#text} at (1,1) size 30x19
32
            text run at (1,1) width 30: "bfoo"
32
            text run at (1,1) width 30: "bfoo"
33
        RenderBlock (anonymous) at (1,27) size 778x0
34
        RenderBlock {DIV} at (3,27) size 774x22 [border: (1px solid #000000)]
33
        RenderBlock {DIV} at (3,27) size 774x22 [border: (1px solid #000000)]
35
          RenderText {#text} at (1,1) size 21x19
34
          RenderText {#text} at (1,1) size 21x19
36
            text run at (1,1) width 21: "bar"
35
            text run at (1,1) width 21: "bar"
- LayoutTests/platform/ios/editing/pasteboard/merge-after-delete-expected.txt -1 lines
Lines 16-22 layer at (0,0) size 800x600 LayoutTests/platform/ios/editing/pasteboard/merge-after-delete-expected.txt_sec1
16
        RenderBlock {DIV} at (5,5) size 766x22 [border: (1px solid #0000FF)]
16
        RenderBlock {DIV} at (5,5) size 766x22 [border: (1px solid #0000FF)]
17
          RenderText {#text} at (1,1) size 27x19
17
          RenderText {#text} at (1,1) size 27x19
18
            text run at (1,1) width 27: "ffoo"
18
            text run at (1,1) width 27: "ffoo"
19
        RenderBlock (anonymous) at (1,31) size 774x0
20
        RenderBlock {DIV} at (5,31) size 766x22 [border: (1px solid #0000FF)]
19
        RenderBlock {DIV} at (5,31) size 766x22 [border: (1px solid #0000FF)]
21
          RenderBR {BR} at (1,1) size 0x19
20
          RenderBR {BR} at (1,1) size 0x19
22
caret: position 0 of child 0 {BR} of child 1 {DIV} of child 0 {DIV} of body
21
caret: position 0 of child 0 {BR} of child 1 {DIV} of child 0 {DIV} of body
- LayoutTests/platform/ios/editing/pasteboard/paste-blockquote-after-blockquote-expected.txt -1 lines
Lines 13-17 layer at (0,0) size 800x600 LayoutTests/platform/ios/editing/pasteboard/paste-blockquote-after-blockquote-expected.txt_sec1
13
        RenderBlock {BLOCKQUOTE} at (0,20) size 784x20 [color=#0000FF] [border: none (2px solid #0000FF)]
13
        RenderBlock {BLOCKQUOTE} at (0,20) size 784x20 [color=#0000FF] [border: none (2px solid #0000FF)]
14
          RenderText {#text} at (22,0) size 42x19
14
          RenderText {#text} at (22,0) size 42x19
15
            text run at (22,0) width 42: "Line 2"
15
            text run at (22,0) width 42: "Line 2"
16
        RenderBlock (anonymous) at (0,40) size 784x0
17
caret: position 6 of child 0 {#text} of child 1 {BLOCKQUOTE} of child 2 {DIV} of body
16
caret: position 6 of child 0 {#text} of child 1 {BLOCKQUOTE} of child 2 {DIV} of body
- LayoutTests/platform/ios/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt -1 lines
Lines 11-17 layer at (0,0) size 800x198 LayoutTests/platform/ios/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt_sec1
11
          RenderText {#text} at (2,0) size 42x128
11
          RenderText {#text} at (2,0) size 42x128
12
            text run at (2,0) width 128: "\x{543E}\x{8F29}\x{306F}\x{732B}\x{3067}\x{3042}\x{308B}\x{3002}"
12
            text run at (2,0) width 128: "\x{543E}\x{8F29}\x{306F}\x{732B}\x{3067}\x{3042}\x{308B}\x{3002}"
13
            text run at (25,0) width 128: "\x{540D}\x{524D}\x{306F}\x{307E}\x{3060}\x{7121}\x{3044}\x{3002}"
13
            text run at (25,0) width 128: "\x{540D}\x{524D}\x{306F}\x{307E}\x{3060}\x{7121}\x{3044}\x{3002}"
14
      RenderBlock (anonymous) at (0,169) size 784x0
15
      RenderBlock {PRE} at (0,182) size 784x0
14
      RenderBlock {PRE} at (0,182) size 784x0
16
selection start: position 5 of child 0 {#text} of child 1 {P} of child 3 {DIV} of body
15
selection start: position 5 of child 0 {#text} of child 1 {P} of child 3 {DIV} of body
17
selection end:   position 13 of child 0 {#text} of child 1 {P} of child 3 {DIV} of body
16
selection end:   position 13 of child 0 {#text} of child 1 {P} of child 3 {DIV} of body
- LayoutTests/platform/ios/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt -1 lines
Lines 11-17 layer at (0,0) size 800x198 LayoutTests/platform/ios/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt_sec1
11
          RenderText {#text} at (2,0) size 42x128
11
          RenderText {#text} at (2,0) size 42x128
12
            text run at (2,0) width 128: "\x{543E}\x{8F29}\x{306F}\x{732B}\x{3067}\x{3042}\x{308B}\x{3002}"
12
            text run at (2,0) width 128: "\x{543E}\x{8F29}\x{306F}\x{732B}\x{3067}\x{3042}\x{308B}\x{3002}"
13
            text run at (25,0) width 128: "\x{540D}\x{524D}\x{306F}\x{307E}\x{3060}\x{7121}\x{3044}\x{3002}"
13
            text run at (25,0) width 128: "\x{540D}\x{524D}\x{306F}\x{307E}\x{3060}\x{7121}\x{3044}\x{3002}"
14
      RenderBlock (anonymous) at (0,169) size 784x0
15
      RenderBlock {PRE} at (0,182) size 784x0
14
      RenderBlock {PRE} at (0,182) size 784x0
16
selection start: position 2 of child 0 {#text} of child 1 {P} of child 3 {DIV} of body
15
selection start: position 2 of child 0 {#text} of child 1 {P} of child 3 {DIV} of body
17
selection end:   position 10 of child 0 {#text} of child 1 {P} of child 3 {DIV} of body
16
selection end:   position 10 of child 0 {#text} of child 1 {P} of child 3 {DIV} of body
- LayoutTests/platform/mac/editing/deleting/4922367-expected.txt -2 lines
Lines 19-25 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/deleting/4922367-expected.txt_sec1
19
                RenderTableCell {TD} at (16,2) size 12x22 [border: (1px solid #BBBBBB)] [r=0 c=1 rs=1 cs=1]
19
                RenderTableCell {TD} at (16,2) size 12x22 [border: (1px solid #BBBBBB)] [r=0 c=1 rs=1 cs=1]
20
                  RenderText {#text} at (2,2) size 8x18
20
                  RenderText {#text} at (2,2) size 8x18
21
                    text run at (2,2) width 8: "2"
21
                    text run at (2,2) width 8: "2"
22
          RenderBlock (anonymous) at (0,28) size 784x0
23
        RenderBlock (anonymous) at (0,28) size 784x0
24
      RenderBlock {UL} at (0,96) size 784x0
22
      RenderBlock {UL} at (0,96) size 784x0
25
caret: position 0 of child 0 {TABLE} of child 1 {DIV} of child 2 {DIV} of body
23
caret: position 0 of child 0 {TABLE} of child 1 {DIV} of child 2 {DIV} of body
- LayoutTests/platform/mac/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt -1 lines
Lines 35-41 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt_sec1
35
          RenderBlock {P} at (2,2) size 780x28
35
          RenderBlock {P} at (2,2) size 780x28
36
            RenderText {#text} at (0,0) size 18x28
36
            RenderText {#text} at (0,0) size 18x28
37
              text run at (0,0) width 18: "A"
37
              text run at (0,0) width 18: "A"
38
          RenderBlock (anonymous) at (2,30) size 780x0
39
          RenderBlock {P} at (2,30) size 780x28
38
          RenderBlock {P} at (2,30) size 780x28
40
            RenderText {#text} at (0,0) size 18x28
39
            RenderText {#text} at (0,0) size 18x28
41
              text run at (0,0) width 18: "A"
40
              text run at (0,0) width 18: "A"
- LayoutTests/platform/mac/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt -1 lines
Lines 54-60 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt_sec1
54
            RenderBlock {DIV} at (2,2) size 776x28
54
            RenderBlock {DIV} at (2,2) size 776x28
55
              RenderText {#text} at (0,0) size 112x28
55
              RenderText {#text} at (0,0) size 112x28
56
                text run at (0,0) width 112: "cha cha cha"
56
                text run at (0,0) width 112: "cha cha cha"
57
            RenderBlock (anonymous) at (2,30) size 776x0
58
          RenderBlock {DIV} at (2,90) size 780x28
57
          RenderBlock {DIV} at (2,90) size 780x28
59
            RenderText {#text} at (0,0) size 20x28
58
            RenderText {#text} at (0,0) size 20x28
60
              text run at (0,0) width 20: "ur"
59
              text run at (0,0) width 20: "ur"
- LayoutTests/platform/mac/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt -1 lines
Lines 40-44 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt_sec1
40
            text run at (2,2) width 48: "hello"
40
            text run at (2,2) width 48: "hello"
41
        RenderBlock {P} at (2,82) size 780x32 [border: (2px solid #FF0000)]
41
        RenderBlock {P} at (2,82) size 780x32 [border: (2px solid #FF0000)]
42
          RenderBR {BR} at (2,2) size 0x28
42
          RenderBR {BR} at (2,2) size 0x28
43
        RenderBlock (anonymous) at (2,138) size 780x0
44
caret: position 0 of child 0 {BR} of child 1 {P} of child 3 {DIV} of body
43
caret: position 0 of child 0 {BR} of child 1 {P} of child 3 {DIV} of body
- LayoutTests/platform/mac/editing/deleting/delete-block-merge-contents-005-expected.txt -1 lines
Lines 20-26 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/deleting/delete-block-merge-contents-005-expected.txt_sec1
20
            RenderText {#text} at (0,0) size 83x28
20
            RenderText {#text} at (0,0) size 83x28
21
              text run at (0,0) width 83: "OneTwo"
21
              text run at (0,0) width 83: "OneTwo"
22
          RenderBlock {DIV} at (0,28) size 756x28
22
          RenderBlock {DIV} at (0,28) size 756x28
23
            RenderBlock (anonymous) at (0,0) size 756x0
24
            RenderBlock {DIV} at (0,0) size 756x28
23
            RenderBlock {DIV} at (0,0) size 756x28
25
              RenderText {#text} at (0,0) size 56x28
24
              RenderText {#text} at (0,0) size 56x28
26
                text run at (0,0) width 56: "Three"
25
                text run at (0,0) width 56: "Three"
- LayoutTests/platform/mac/editing/deleting/delete-block-merge-contents-006-expected.txt -1 lines
Lines 20-26 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/deleting/delete-block-merge-contents-006-expected.txt_sec1
20
            RenderText {#text} at (0,0) size 83x28
20
            RenderText {#text} at (0,0) size 83x28
21
              text run at (0,0) width 83: "OneTwo"
21
              text run at (0,0) width 83: "OneTwo"
22
          RenderBlock {DIV} at (0,28) size 756x28
22
          RenderBlock {DIV} at (0,28) size 756x28
23
            RenderBlock (anonymous) at (0,0) size 756x0
24
            RenderBlock {DIV} at (0,0) size 756x28
23
            RenderBlock {DIV} at (0,0) size 756x28
25
              RenderText {#text} at (0,0) size 56x28
24
              RenderText {#text} at (0,0) size 56x28
26
                text run at (0,0) width 56: "Three"
25
                text run at (0,0) width 56: "Three"
- LayoutTests/platform/mac/editing/deleting/delete-block-merge-contents-007-expected.txt -1 lines
Lines 20-26 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/deleting/delete-block-merge-contents-007-expected.txt_sec1
20
            RenderText {#text} at (0,0) size 83x28
20
            RenderText {#text} at (0,0) size 83x28
21
              text run at (0,0) width 83: "OneTwo"
21
              text run at (0,0) width 83: "OneTwo"
22
          RenderBlock {DIV} at (0,28) size 756x28
22
          RenderBlock {DIV} at (0,28) size 756x28
23
            RenderBlock (anonymous) at (0,0) size 756x0
24
            RenderBlock {DIV} at (0,0) size 756x28
23
            RenderBlock {DIV} at (0,0) size 756x28
25
              RenderText {#text} at (0,0) size 56x28
24
              RenderText {#text} at (0,0) size 56x28
26
                text run at (0,0) width 56: "Three"
25
                text run at (0,0) width 56: "Three"
- LayoutTests/platform/mac/editing/deleting/delete-block-merge-contents-008-expected.txt -1 lines
Lines 21-27 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/deleting/delete-block-merge-contents-008-expected.txt_sec1
21
              text run at (0,0) width 83: "OneTwo"
21
              text run at (0,0) width 83: "OneTwo"
22
          RenderBlock {DIV} at (0,28) size 756x56
22
          RenderBlock {DIV} at (0,28) size 756x56
23
            RenderBlock {DIV} at (0,0) size 756x28
23
            RenderBlock {DIV} at (0,0) size 756x28
24
              RenderBlock (anonymous) at (0,0) size 756x0
25
              RenderBlock {DIV} at (0,0) size 756x28
24
              RenderBlock {DIV} at (0,0) size 756x28
26
                RenderText {#text} at (0,0) size 56x28
25
                RenderText {#text} at (0,0) size 56x28
27
                  text run at (0,0) width 56: "Three"
26
                  text run at (0,0) width 56: "Three"
- LayoutTests/platform/mac/editing/deleting/delete-block-merge-contents-023-expected.txt -2 lines
Lines 17-25 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/deleting/delete-block-merge-contents-023-expected.txt_sec1
17
          text run at (14,14) width 513: "Should see \"XX\" in a yellow box nested in a red box."
17
          text run at (14,14) width 513: "Should see \"XX\" in a yellow box nested in a red box."
18
      RenderBlock {DIV} at (0,80) size 784x62
18
      RenderBlock {DIV} at (0,80) size 784x62
19
        RenderBlock {DIV} at (0,0) size 784x62 [border: (2px solid #FF0000)]
19
        RenderBlock {DIV} at (0,0) size 784x62 [border: (2px solid #FF0000)]
20
          RenderBlock (anonymous) at (14,14) size 756x0
21
          RenderBlock {DIV} at (14,14) size 756x34 [border: (3px solid #FFFF00)]
20
          RenderBlock {DIV} at (14,14) size 756x34 [border: (3px solid #FFFF00)]
22
            RenderBlock (anonymous) at (3,3) size 750x0
23
            RenderBlock {DIV} at (3,3) size 750x28
21
            RenderBlock {DIV} at (3,3) size 750x28
24
              RenderText {#text} at (0,0) size 35x28
22
              RenderText {#text} at (0,0) size 35x28
25
                text run at (0,0) width 35: "XX"
23
                text run at (0,0) width 35: "XX"
- LayoutTests/platform/mac/editing/deleting/delete-block-merge-contents-024-expected.txt -2 lines
Lines 19-27 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/deleting/delete-block-merge-contents-024-expected.txt_sec1
19
          text run at (14,14) width 496: "Should see \"X\" in a yellow box nested in a red box."
19
          text run at (14,14) width 496: "Should see \"X\" in a yellow box nested in a red box."
20
      RenderBlock {DIV} at (0,80) size 784x62
20
      RenderBlock {DIV} at (0,80) size 784x62
21
        RenderBlock {DIV} at (0,0) size 784x62 [border: (2px solid #FF0000)]
21
        RenderBlock {DIV} at (0,0) size 784x62 [border: (2px solid #FF0000)]
22
          RenderBlock (anonymous) at (14,14) size 756x0
23
          RenderBlock {DIV} at (14,14) size 756x34 [border: (3px solid #FFFF00)]
22
          RenderBlock {DIV} at (14,14) size 756x34 [border: (3px solid #FFFF00)]
24
            RenderBlock (anonymous) at (3,3) size 750x0
25
            RenderBlock {DIV} at (3,3) size 750x28
23
            RenderBlock {DIV} at (3,3) size 750x28
26
              RenderText {#text} at (0,0) size 18x28
24
              RenderText {#text} at (0,0) size 18x28
27
                text run at (0,0) width 18: "X"
25
                text run at (0,0) width 18: "X"
- LayoutTests/platform/mac/editing/deleting/delete-br-008-expected.txt -1 lines
Lines 17-23 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/deleting/delete-br-008-expected.txt_sec1
17
      RenderBlock {DIV} at (0,0) size 784x56 [border: (2px solid #FF0000)]
17
      RenderBlock {DIV} at (0,0) size 784x56 [border: (2px solid #FF0000)]
18
        RenderText {#text} at (14,14) size 40x28
18
        RenderText {#text} at (14,14) size 40x28
19
          text run at (14,14) width 40: "One"
19
          text run at (14,14) width 40: "One"
20
      RenderBlock (anonymous) at (0,56) size 784x0
21
      RenderBlock {DIV} at (0,56) size 784x56 [border: (2px solid #FF0000)]
20
      RenderBlock {DIV} at (0,56) size 784x56 [border: (2px solid #FF0000)]
22
        RenderText {#text} at (14,14) size 43x28
21
        RenderText {#text} at (14,14) size 43x28
23
          text run at (14,14) width 43: "Two"
22
          text run at (14,14) width 43: "Two"
- LayoutTests/platform/mac/editing/deleting/delete-br-010-expected.txt -1 lines
Lines 21-25 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/deleting/delete-br-010-expected.txt_sec1
21
      RenderBlock {DIV} at (0,0) size 784x56 [border: (2px solid #FF0000)]
21
      RenderBlock {DIV} at (0,0) size 784x56 [border: (2px solid #FF0000)]
22
        RenderText {#text} at (14,14) size 83x28
22
        RenderText {#text} at (14,14) size 83x28
23
          text run at (14,14) width 83: "OneTwo"
23
          text run at (14,14) width 83: "OneTwo"
24
      RenderBlock (anonymous) at (0,56) size 784x0
25
caret: position 3 of child 0 {#text} of child 1 {DIV} of body
24
caret: position 3 of child 0 {#text} of child 1 {DIV} of body
- LayoutTests/platform/mac/editing/deleting/delete-line-015-expected.txt -1 lines
Lines 22-26 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/deleting/delete-line-015-expected.txt_sec1
22
            text run at (0,0) width 8: "a"
22
            text run at (0,0) width 8: "a"
23
        RenderBlock {DIV} at (0,18) size 784x18
23
        RenderBlock {DIV} at (0,18) size 784x18
24
          RenderBR {BR} at (0,0) size 0x18
24
          RenderBR {BR} at (0,0) size 0x18
25
        RenderBlock (anonymous) at (0,36) size 784x0
26
caret: position 0 of child 0 {BR} of child 2 {DIV} of child 3 {DIV} of body
25
caret: position 0 of child 0 {BR} of child 2 {DIV} of child 3 {DIV} of body
- LayoutTests/platform/mac/editing/deleting/delete-line-016-expected.txt -1 lines
Lines 23-27 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/deleting/delete-line-016-expected.txt_sec1
23
            text run at (0,0) width 8: "a"
23
            text run at (0,0) width 8: "a"
24
        RenderBlock {DIV} at (0,18) size 784x50
24
        RenderBlock {DIV} at (0,18) size 784x50
25
          RenderBR {BR} at (0,0) size 0x18
25
          RenderBR {BR} at (0,0) size 0x18
26
        RenderBlock (anonymous) at (0,68) size 784x0
27
caret: position 0 of child 0 {BR} of child 2 {DIV} of child 3 {DIV} of body
26
caret: position 0 of child 0 {BR} of child 2 {DIV} of child 3 {DIV} of body
- LayoutTests/platform/mac/editing/deleting/delete-line-017-expected.txt -1 lines
Lines 20-26 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/deleting/delete-line-017-expected.txt_sec1
20
        RenderBlock {DIV} at (0,0) size 784x18
20
        RenderBlock {DIV} at (0,0) size 784x18
21
          RenderText {#text} at (0,0) size 8x18
21
          RenderText {#text} at (0,0) size 8x18
22
            text run at (0,0) width 8: "a"
22
            text run at (0,0) width 8: "a"
23
        RenderBlock (anonymous) at (0,18) size 784x0
24
        RenderBlock {DIV} at (0,18) size 784x18
23
        RenderBlock {DIV} at (0,18) size 784x18
25
          RenderText {#text} at (0,0) size 8x18
24
          RenderText {#text} at (0,0) size 8x18
26
            text run at (0,0) width 8: "b"
25
            text run at (0,0) width 8: "b"
- LayoutTests/platform/mac/editing/deleting/merge-no-br-expected.txt -1 lines
Lines 19-25 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/deleting/merge-no-br-expected.txt_sec1
19
          RenderText {#text} at (11,11) size 55x18
19
          RenderText {#text} at (11,11) size 55x18
20
            text run at (11,11) width 55: "OneTwo"
20
            text run at (11,11) width 55: "OneTwo"
21
        RenderBlock {DIV} at (16,64) size 736x96 [border: (3px solid #008000)]
21
        RenderBlock {DIV} at (16,64) size 736x96 [border: (3px solid #008000)]
22
          RenderBlock (anonymous) at (11,11) size 714x0
23
          RenderBlock {DIV} at (19,19) size 698x40 [border: (3px solid #000000)]
22
          RenderBlock {DIV} at (19,19) size 698x40 [border: (3px solid #000000)]
24
            RenderText {#text} at (11,11) size 38x18
23
            RenderText {#text} at (11,11) size 38x18
25
              text run at (11,11) width 38: "Three"
24
              text run at (11,11) width 38: "Three"
- LayoutTests/platform/mac/editing/deleting/type-delete-after-quote-expected.txt -1 lines
Lines 11-15 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/deleting/type-delete-after-quote-expected.txt_sec1
11
        RenderBlock {BLOCKQUOTE} at (0,0) size 744x18 [color=#0000FF] [border: none (2px solid #0000FF)]
11
        RenderBlock {BLOCKQUOTE} at (0,0) size 744x18 [color=#0000FF] [border: none (2px solid #0000FF)]
12
          RenderText {#text} at (12,0) size 142x18
12
          RenderText {#text} at (12,0) size 142x18
13
            text run at (12,0) width 142: "This should be quoted"
13
            text run at (12,0) width 142: "This should be quoted"
14
        RenderBlock (anonymous) at (0,34) size 784x0
15
caret: position 0 of child 0 {#text} of child 0 {BLOCKQUOTE} of child 3 {DIV} of body
14
caret: position 0 of child 0 {#text} of child 0 {BLOCKQUOTE} of child 3 {DIV} of body
- LayoutTests/platform/mac/editing/execCommand/4747450-expected.txt -1 lines
Lines 22-26 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/execCommand/4747450-expected.txt_sec1
22
            RenderListItem {LI} at (40,0) size 744x18
22
            RenderListItem {LI} at (40,0) size 744x18
23
              RenderListMarker at (-17,0) size 7x18: bullet
23
              RenderListMarker at (-17,0) size 7x18: bullet
24
              RenderBR {BR} at (0,0) size 0x18
24
              RenderBR {BR} at (0,0) size 0x18
25
          RenderBlock (anonymous) at (0,34) size 784x0
26
caret: position 0 of child 0 {BR} of child 0 {LI} of child 0 {UL} of child 1 {DIV} of child 2 {DIV} of body
25
caret: position 0 of child 0 {BR} of child 0 {LI} of child 0 {UL} of child 1 {DIV} of child 2 {DIV} of body
- LayoutTests/platform/mac/editing/execCommand/4916402-expected.txt -1 lines
Lines 18-22 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/execCommand/4916402-expected.txt_sec1
18
            RenderListMarker at (-20,0) size 16x18: "1"
18
            RenderListMarker at (-20,0) size 16x18: "1"
19
            RenderText {#text} at (0,0) size 21x18
19
            RenderText {#text} at (0,0) size 21x18
20
              text run at (0,0) width 21: "bar"
20
              text run at (0,0) width 21: "bar"
21
        RenderBlock (anonymous) at (0,68) size 784x0
22
caret: position 0 of child 0 {#text} of child 0 {LI} of child 1 {OL} of child 2 {DIV} of body
21
caret: position 0 of child 0 {#text} of child 0 {LI} of child 1 {OL} of child 2 {DIV} of body
- LayoutTests/platform/mac/editing/execCommand/4916541-expected.txt -1 lines
Lines 17-22 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/execCommand/4916541-expected.txt_sec1
17
          RenderInline {SPAN} at (0,0) size 21x18
17
          RenderInline {SPAN} at (0,0) size 21x18
18
            RenderText {#text} at (0,18) size 21x18
18
            RenderText {#text} at (0,18) size 21x18
19
              text run at (0,18) width 21: "bar"
19
              text run at (0,18) width 21: "bar"
20
        RenderBlock (anonymous) at (0,36) size 784x0
21
selection start: position 1 of child 0 {#text} of child 0 {SPAN} of child 0 {BLOCKQUOTE} of child 2 {DIV} of body
20
selection start: position 1 of child 0 {#text} of child 0 {SPAN} of child 0 {BLOCKQUOTE} of child 2 {DIV} of body
22
selection end:   position 2 of child 0 {#text} of child 1 {SPAN} of child 0 {BLOCKQUOTE} of child 2 {DIV} of body
21
selection end:   position 2 of child 0 {#text} of child 1 {SPAN} of child 0 {BLOCKQUOTE} of child 2 {DIV} of body
- LayoutTests/platform/mac/editing/execCommand/4924441-expected.txt -1 lines
Lines 15-19 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/execCommand/4924441-expected.txt_sec1
15
              RenderListMarker at (-20,0) size 16x18: "1"
15
              RenderListMarker at (-20,0) size 16x18: "1"
16
              RenderText {#text} at (0,0) size 22x18
16
              RenderText {#text} at (0,0) size 22x18
17
                text run at (0,0) width 22: "foo"
17
                text run at (0,0) width 22: "foo"
18
        RenderBlock (anonymous) at (0,34) size 784x0
19
caret: position 3 of child 0 {#text} of child 0 {LI} of child 0 {OL} of child 0 {UL} of child 2 {DIV} of body
18
caret: position 3 of child 0 {#text} of child 0 {LI} of child 0 {OL} of child 0 {UL} of child 2 {DIV} of body
- LayoutTests/platform/mac/editing/execCommand/5136770-expected.txt -1 lines
Lines 22-27 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/execCommand/5136770-expected.txt_sec1
22
              RenderListMarker at (-17,0) size 7x18: bullet
22
              RenderListMarker at (-17,0) size 7x18: bullet
23
              RenderText {#text} at (0,0) size 243x18
23
              RenderText {#text} at (0,0) size 243x18
24
                text run at (0,0) width 243: "This should be an unordered list item."
24
                text run at (0,0) width 243: "This should be an unordered list item."
25
          RenderBlock (anonymous) at (0,70) size 784x0
26
selection start: position 0 of child 0 {BR} of child 0 {LI} of child 0 {UL} of child 3 {DIV} of child 2 {DIV} of body
25
selection start: position 0 of child 0 {BR} of child 0 {LI} of child 0 {UL} of child 3 {DIV} of child 2 {DIV} of body
27
selection end:   position 38 of child 0 {#text} of child 2 {LI} of child 0 {UL} of child 3 {DIV} of child 2 {DIV} of body
26
selection end:   position 38 of child 0 {#text} of child 2 {LI} of child 0 {UL} of child 3 {DIV} of child 2 {DIV} of body
- LayoutTests/platform/mac/editing/execCommand/5142012-2-expected.txt -1 lines
Lines 13-18 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/execCommand/5142012-2-expected.txt_sec1
13
              text run at (716,0) width 5: " "
13
              text run at (716,0) width 5: " "
14
              text run at (0,18) width 33: "item."
14
              text run at (0,18) width 33: "item."
15
          RenderText {#text} at (0,0) size 0x0
15
          RenderText {#text} at (0,0) size 0x0
16
      RenderBlock (anonymous) at (0,52) size 784x0
17
selection start: position 0 of child 0 {#text} of child 0 {A} of child 0 {LI} of child 0 {UL} of body
16
selection start: position 0 of child 0 {#text} of child 0 {A} of child 0 {LI} of child 0 {UL} of body
18
selection end:   position 123 of child 0 {#text} of child 0 {A} of child 0 {LI} of child 0 {UL} of body
17
selection end:   position 123 of child 0 {#text} of child 0 {A} of child 0 {LI} of child 0 {UL} of body
- LayoutTests/platform/mac/editing/execCommand/5190926-expected.txt -1 lines
Lines 19-24 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/execCommand/5190926-expected.txt_sec1
19
          RenderInline {U} at (0,0) size 226x18
19
          RenderInline {U} at (0,0) size 226x18
20
            RenderText {#text} at (0,0) size 226x18
20
            RenderText {#text} at (0,0) size 226x18
21
              text run at (0,0) width 226: "And all three should be underlined."
21
              text run at (0,0) width 226: "And all three should be underlined."
22
      RenderBlock (anonymous) at (0,70) size 784x0
23
selection start: position 0 of child 0 {#text} of child 0 {U} of child 0 {LI} of child 0 {OL} of body
22
selection start: position 0 of child 0 {#text} of child 0 {U} of child 0 {LI} of child 0 {OL} of body
24
selection end:   position 35 of child 0 {#text} of child 0 {U} of child 2 {LI} of child 0 {OL} of body
23
selection end:   position 35 of child 0 {#text} of child 0 {U} of child 2 {LI} of child 0 {OL} of body
- LayoutTests/platform/mac/editing/execCommand/5481523-expected.txt -1 lines
Lines 27-32 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/execCommand/5481523-expected.txt_sec1
27
                  RenderTableCell {TD} at (45,26) size 35x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
27
                  RenderTableCell {TD} at (45,26) size 35x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
28
                    RenderText {#text} at (2,2) size 31x18
28
                    RenderText {#text} at (2,2) size 31x18
29
                      text run at (2,2) width 31: "Four"
29
                      text run at (2,2) width 31: "Four"
30
        RenderBlock (anonymous) at (0,52) size 784x0
31
selection start: position 0 of child 0 {TABLE} of child 0 {BLOCKQUOTE} of child 1 {BLOCKQUOTE} of child 2 {DIV} of body
30
selection start: position 0 of child 0 {TABLE} of child 0 {BLOCKQUOTE} of child 1 {BLOCKQUOTE} of child 2 {DIV} of body
32
selection end:   position 2 of child 0 {TABLE} of child 0 {BLOCKQUOTE} of child 1 {BLOCKQUOTE} of child 2 {DIV} of body
31
selection end:   position 2 of child 0 {TABLE} of child 0 {BLOCKQUOTE} of child 1 {BLOCKQUOTE} of child 2 {DIV} of body
- LayoutTests/platform/mac/editing/execCommand/create-list-with-hr-expected.txt -1 lines
Lines 24-28 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/execCommand/create-list-with-hr-expected.txt_sec1
24
            RenderBlock {HR} at (0,0) size 744x2 [border: (1px inset #000000)]
24
            RenderBlock {HR} at (0,0) size 744x2 [border: (1px inset #000000)]
25
            RenderBlock (anonymous) at (0,10) size 744x18
25
            RenderBlock (anonymous) at (0,10) size 744x18
26
              RenderListMarker at (-17,0) size 7x18: bullet
26
              RenderListMarker at (-17,0) size 7x18: bullet
27
        RenderBlock (anonymous) at (0,44) size 784x0
28
caret: position 0 of child 0 {HR} of child 0 {LI} of child 0 {UL} of child 2 {DIV} of body
27
caret: position 0 of child 0 {HR} of child 0 {LI} of child 0 {UL} of child 2 {DIV} of body
- LayoutTests/platform/mac/editing/execCommand/indent-selection-expected.txt -2 lines
Lines 27-33 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/execCommand/indent-selection-expected.txt_sec1
27
          RenderBlock {BLOCKQUOTE} at (40,36) size 704x18
27
          RenderBlock {BLOCKQUOTE} at (40,36) size 704x18
28
            RenderText {#text} at (0,0) size 40x18
28
            RenderText {#text} at (0,0) size 40x18
29
              text run at (0,0) width 40: "ipsum"
29
              text run at (0,0) width 40: "ipsum"
30
        RenderBlock (anonymous) at (0,54) size 784x0
31
        RenderBlock {BLOCKQUOTE} at (40,70) size 744x54
30
        RenderBlock {BLOCKQUOTE} at (40,70) size 744x54
32
          RenderBlock {UL} at (0,0) size 744x54
31
          RenderBlock {UL} at (0,0) size 744x54
33
            RenderBlock {UL} at (40,0) size 704x54
32
            RenderBlock {UL} at (40,0) size 704x54
Lines 54-59 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/execCommand/indent-selection-expected.txt_sec2
54
            RenderInline {SPAN} at (0,0) size 39x18
53
            RenderInline {SPAN} at (0,0) size 39x18
55
              RenderText {#text} at (0,18) size 39x18
54
              RenderText {#text} at (0,18) size 39x18
56
                text run at (0,18) width 39: "Thing"
55
                text run at (0,18) width 39: "Thing"
57
        RenderBlock (anonymous) at (0,194) size 784x0
58
selection start: position 0 of child 0 {#text} of child 0 {SPAN} of child 1 {BLOCKQUOTE} of child 4 {DIV} of body
56
selection start: position 0 of child 0 {#text} of child 0 {SPAN} of child 1 {BLOCKQUOTE} of child 4 {DIV} of body
59
selection end:   position 5 of child 0 {#text} of child 3 {SPAN} of child 3 {BLOCKQUOTE} of child 4 {DIV} of body
57
selection end:   position 5 of child 0 {#text} of child 3 {SPAN} of child 3 {BLOCKQUOTE} of child 4 {DIV} of body
- LayoutTests/platform/mac/editing/execCommand/insert-list-and-stitch-expected.txt -1 lines
Lines 35-39 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/execCommand/insert-list-and-stitch-expected.txt_sec1
35
              RenderListMarker at (-20,0) size 16x18: "3"
35
              RenderListMarker at (-20,0) size 16x18: "3"
36
              RenderText {#text} at (0,0) size 23x18
36
              RenderText {#text} at (0,0) size 23x18
37
                text run at (0,0) width 23: "baz"
37
                text run at (0,0) width 23: "baz"
38
          RenderBlock (anonymous) at (0,70) size 784x0
39
caret: position 0 of child 0 {#text} of child 2 {LI} of child 0 {OL} of child 1 {DIV} of child 1 {DIV} of body
38
caret: position 0 of child 0 {#text} of child 2 {LI} of child 0 {OL} of child 1 {DIV} of child 1 {DIV} of body
- LayoutTests/platform/mac/editing/execCommand/nsresponder-indent-expected.txt -1 lines
Lines 17-21 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/execCommand/nsresponder-indent-expected.txt_sec1
17
        RenderBlock {BLOCKQUOTE} at (40,0) size 744x18
17
        RenderBlock {BLOCKQUOTE} at (40,0) size 744x18
18
          RenderText {#text} at (0,0) size 22x18
18
          RenderText {#text} at (0,0) size 22x18
19
            text run at (0,0) width 22: "foo"
19
            text run at (0,0) width 22: "foo"
20
        RenderBlock (anonymous) at (0,18) size 784x0
21
caret: position 0 of child 0 {#text} of child 0 {BLOCKQUOTE} of child 2 {DIV} of body
20
caret: position 0 of child 0 {#text} of child 0 {BLOCKQUOTE} of child 2 {DIV} of body
- LayoutTests/platform/mac/editing/inserting/break-blockquote-after-delete-expected.txt -1 lines
Lines 21-25 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/inserting/break-blockquote-after-delete-expected.txt_sec1
21
            RenderBlock {BLOCKQUOTE} at (0,0) size 772x18 [color=#008000] [border: none (2px solid #008000)]
21
            RenderBlock {BLOCKQUOTE} at (0,0) size 772x18 [color=#008000] [border: none (2px solid #008000)]
22
              RenderText {#text} at (12,0) size 36x18
22
              RenderText {#text} at (12,0) size 36x18
23
                text run at (12,0) width 36: "green"
23
                text run at (12,0) width 36: "green"
24
        RenderBlock (anonymous) at (0,54) size 784x0
25
caret: position 5 of child 2 {#text} of child 4 {DIV} of body
24
caret: position 5 of child 2 {#text} of child 4 {DIV} of body
- LayoutTests/platform/mac/editing/inserting/insert-br-quoted-004-expected.txt -1 lines
Lines 42-48 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/inserting/insert-br-quoted-004-expected.txt_sec1
42
              RenderBlock {DIV} at (0,0) size 672x28
42
              RenderBlock {DIV} at (0,0) size 672x28
43
                RenderBlock {DIV} at (0,0) size 672x28
43
                RenderBlock {DIV} at (0,0) size 672x28
44
                  RenderBR {BR} at (0,0) size 0x28
44
                  RenderBR {BR} at (0,0) size 0x28
45
                RenderBlock (anonymous) at (0,28) size 672x0
46
          RenderBlock (anonymous) at (0,60) size 756x28
45
          RenderBlock (anonymous) at (0,60) size 756x28
47
            RenderBR {BR} at (0,0) size 0x28
46
            RenderBR {BR} at (0,0) size 0x28
48
          RenderBlock {BLOCKQUOTE} at (40,112) size 676x60 [border: (2px solid #0000FF)]
47
          RenderBlock {BLOCKQUOTE} at (40,112) size 676x60 [border: (2px solid #0000FF)]
- LayoutTests/platform/mac/editing/inserting/insert-br-quoted-006-expected.txt -1 lines
Lines 43-49 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/inserting/insert-br-quoted-006-expected.txt_sec1
43
              RenderBlock {DIV} at (0,0) size 672x28
43
              RenderBlock {DIV} at (0,0) size 672x28
44
                RenderBlock {DIV} at (0,0) size 672x28
44
                RenderBlock {DIV} at (0,0) size 672x28
45
                  RenderBR {BR} at (0,0) size 0x28
45
                  RenderBR {BR} at (0,0) size 0x28
46
            RenderBlock (anonymous) at (2,58) size 672x0
47
          RenderBlock (anonymous) at (0,84) size 756x28
46
          RenderBlock (anonymous) at (0,84) size 756x28
48
            RenderBR {BR} at (0,0) size 0x28
47
            RenderBR {BR} at (0,0) size 0x28
49
          RenderBlock {BLOCKQUOTE} at (40,136) size 676x60 [border: (2px solid #0000FF)]
48
          RenderBlock {BLOCKQUOTE} at (40,136) size 676x60 [border: (2px solid #0000FF)]
- LayoutTests/platform/mac/editing/pasteboard/5071074-2-expected.txt -1 lines
Lines 16-20 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/pasteboard/5071074-2-expected.txt_sec1
16
          RenderInline {A} at (0,0) size 139x18 [color=#0000EE]
16
          RenderInline {A} at (0,0) size 139x18 [color=#0000EE]
17
            RenderText {#text} at (162,0) size 139x18
17
            RenderText {#text} at (162,0) size 139x18
18
              text run at (162,0) width 139: "This should be a link."
18
              text run at (162,0) width 139: "This should be a link."
19
        RenderBlock (anonymous) at (0,36) size 784x0
20
caret: position 22 of child 0 {#text} of child 1 {A} of child 1 {DIV} of child 2 {DIV} of body
19
caret: position 22 of child 0 {#text} of child 1 {A} of child 1 {DIV} of child 2 {DIV} of body
- LayoutTests/platform/mac/editing/pasteboard/displaced-generic-placeholder-expected.txt -1 lines
Lines 20-24 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/pasteboard/displaced-generic-placeholder-expected.txt_sec1
20
        RenderBlock {DIV} at (0,18) size 784x18
20
        RenderBlock {DIV} at (0,18) size 784x18
21
          RenderText {#text} at (0,0) size 120x18
21
          RenderText {#text} at (0,0) size 120x18
22
            text run at (0,0) width 120: "Second paragraph."
22
            text run at (0,0) width 120: "Second paragraph."
23
        RenderBlock (anonymous) at (0,36) size 784x0
24
caret: position 17 of child 0 {#text} of child 1 {DIV} of child 2 {DIV} of body
23
caret: position 17 of child 0 {#text} of child 1 {DIV} of child 2 {DIV} of body
- LayoutTests/platform/mac/editing/pasteboard/displaced-placeholder-expected.txt -1 lines
Lines 19-23 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/pasteboard/displaced-placeholder-expected.txt_sec1
19
        RenderBlock {DIV} at (0,18) size 784x18
19
        RenderBlock {DIV} at (0,18) size 784x18
20
          RenderText {#text} at (0,0) size 120x18
20
          RenderText {#text} at (0,0) size 120x18
21
            text run at (0,0) width 120: "Second paragraph."
21
            text run at (0,0) width 120: "Second paragraph."
22
        RenderBlock (anonymous) at (0,36) size 784x0
23
caret: position 17 of child 0 {#text} of child 1 {DIV} of child 2 {DIV} of body
22
caret: position 17 of child 0 {#text} of child 1 {DIV} of child 2 {DIV} of body
- LayoutTests/platform/mac/editing/pasteboard/merge-after-delete-2-expected.txt -1 lines
Lines 30-36 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/pasteboard/merge-after-delete-2-expected.txt_sec1
30
        RenderBlock {DIV} at (3,3) size 774x20 [border: (1px solid #FF0000)]
30
        RenderBlock {DIV} at (3,3) size 774x20 [border: (1px solid #FF0000)]
31
          RenderText {#text} at (1,1) size 30x18
31
          RenderText {#text} at (1,1) size 30x18
32
            text run at (1,1) width 30: "bfoo"
32
            text run at (1,1) width 30: "bfoo"
33
        RenderBlock (anonymous) at (1,25) size 778x0
34
        RenderBlock {DIV} at (3,25) size 774x20 [border: (1px solid #000000)]
33
        RenderBlock {DIV} at (3,25) size 774x20 [border: (1px solid #000000)]
35
          RenderText {#text} at (1,1) size 21x18
34
          RenderText {#text} at (1,1) size 21x18
36
            text run at (1,1) width 21: "bar"
35
            text run at (1,1) width 21: "bar"
- LayoutTests/platform/mac/editing/pasteboard/merge-after-delete-expected.txt -1 lines
Lines 16-22 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/pasteboard/merge-after-delete-expected.txt_sec1
16
        RenderBlock {DIV} at (5,5) size 766x20 [border: (1px solid #0000FF)]
16
        RenderBlock {DIV} at (5,5) size 766x20 [border: (1px solid #0000FF)]
17
          RenderText {#text} at (1,1) size 27x18
17
          RenderText {#text} at (1,1) size 27x18
18
            text run at (1,1) width 27: "ffoo"
18
            text run at (1,1) width 27: "ffoo"
19
        RenderBlock (anonymous) at (1,29) size 774x0
20
        RenderBlock {DIV} at (5,29) size 766x20 [border: (1px solid #0000FF)]
19
        RenderBlock {DIV} at (5,29) size 766x20 [border: (1px solid #0000FF)]
21
          RenderBR {BR} at (1,1) size 0x18
20
          RenderBR {BR} at (1,1) size 0x18
22
caret: position 0 of child 0 {BR} of child 1 {DIV} of child 0 {DIV} of body
21
caret: position 0 of child 0 {BR} of child 1 {DIV} of child 0 {DIV} of body
- LayoutTests/platform/mac/editing/pasteboard/merge-end-blockquote-expected.txt -1 lines
Lines 36-42 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/pasteboard/merge-end-blockquote-expected.txt_sec1
36
          RenderBlock {DIV} at (0,0) size 704x18
36
          RenderBlock {DIV} at (0,0) size 704x18
37
            RenderText {#text} at (0,0) size 104x18
37
            RenderText {#text} at (0,0) size 104x18
38
              text run at (0,0) width 104: "Blockquotedfoo"
38
              text run at (0,0) width 104: "Blockquotedfoo"
39
        RenderBlock (anonymous) at (0,34) size 784x0
40
        RenderBlock {BLOCKQUOTE} at (40,34) size 704x18
39
        RenderBlock {BLOCKQUOTE} at (40,34) size 704x18
41
          RenderBlock {DIV} at (0,0) size 704x18
40
          RenderBlock {DIV} at (0,0) size 704x18
42
            RenderText {#text} at (0,0) size 49x18
41
            RenderText {#text} at (0,0) size 49x18
- LayoutTests/platform/mac/editing/pasteboard/paste-blockquote-after-blockquote-expected.txt -1 lines
Lines 13-17 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/pasteboard/paste-blockquote-after-blockquote-expected.txt_sec1
13
        RenderBlock {BLOCKQUOTE} at (0,18) size 784x18 [color=#0000FF] [border: none (2px solid #0000FF)]
13
        RenderBlock {BLOCKQUOTE} at (0,18) size 784x18 [color=#0000FF] [border: none (2px solid #0000FF)]
14
          RenderText {#text} at (22,0) size 42x18
14
          RenderText {#text} at (22,0) size 42x18
15
            text run at (22,0) width 42: "Line 2"
15
            text run at (22,0) width 42: "Line 2"
16
        RenderBlock (anonymous) at (0,36) size 784x0
17
caret: position 6 of child 0 {#text} of child 1 {BLOCKQUOTE} of child 2 {DIV} of body
16
caret: position 6 of child 0 {#text} of child 1 {BLOCKQUOTE} of child 2 {DIV} of body
- LayoutTests/platform/mac/editing/pasteboard/paste-line-endings-008-expected.txt -1 lines
Lines 47-53 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/pasteboard/paste-line-endings-008-expected.txt_sec1
47
          RenderBlock {DIV} at (2,2) size 780x28
47
          RenderBlock {DIV} at (2,2) size 780x28
48
            RenderText {#text} at (0,0) size 77x28
48
            RenderText {#text} at (0,0) size 77x28
49
              text run at (0,0) width 77: "line one"
49
              text run at (0,0) width 77: "line one"
50
          RenderBlock (anonymous) at (2,30) size 780x0
51
          RenderBlock {DIV} at (2,30) size 780x28
50
          RenderBlock {DIV} at (2,30) size 780x28
52
            RenderText {#text} at (0,0) size 78x28
51
            RenderText {#text} at (0,0) size 78x28
53
              text run at (0,0) width 78: "line two"
52
              text run at (0,0) width 78: "line two"
- LayoutTests/platform/mac/editing/pasteboard/paste-match-style-001-expected.txt -1 lines
Lines 43-47 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/pasteboard/paste-match-style-001-expected.txt_sec1
43
          RenderInline {B} at (0,0) size 26x28
43
          RenderInline {B} at (0,0) size 26x28
44
            RenderText {#text} at (2,2) size 26x28
44
            RenderText {#text} at (2,2) size 26x28
45
              text run at (2,2) width 26: "ab"
45
              text run at (2,2) width 26: "ab"
46
        RenderBlock (anonymous) at (0,32) size 784x0
47
caret: position 2 of child 0 {#text} of child 0 {B} of child 1 {DIV} of child 3 {DIV} of body
46
caret: position 2 of child 0 {#text} of child 0 {B} of child 1 {DIV} of child 3 {DIV} of body
- LayoutTests/platform/mac/editing/pasteboard/paste-text-008-expected.txt -1 lines
Lines 124-130 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/pasteboard/paste-text-008-expected.txt_sec1
124
        RenderBlock (anonymous) at (14,98) size 756x28
124
        RenderBlock (anonymous) at (14,98) size 756x28
125
          RenderText {#text} at (0,0) size 438x28
125
          RenderText {#text} at (0,0) size 438x28
126
            text run at (0,0) width 438: "Upon such a full seashallows and in miseries."
126
            text run at (0,0) width 438: "Upon such a full seashallows and in miseries."
127
      RenderBlock (anonymous) at (0,140) size 784x0
128
      RenderBlock {DIV} at (0,140) size 784x56 [border: (2px solid #FF0000)]
127
      RenderBlock {DIV} at (0,140) size 784x56 [border: (2px solid #FF0000)]
129
        RenderText {#text} at (14,14) size 378x28
128
        RenderText {#text} at (14,14) size 378x28
130
          text run at (14,14) width 378: "Upon such a full sea are we now afloat,"
129
          text run at (14,14) width 378: "Upon such a full sea are we now afloat,"
- LayoutTests/platform/mac/editing/pasteboard/paste-text-009-expected.txt -1 lines
Lines 104-110 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/pasteboard/paste-text-009-expected.txt_sec1
104
        RenderBlock (anonymous) at (14,98) size 756x28
104
        RenderBlock (anonymous) at (14,98) size 756x28
105
          RenderText {#text} at (0,0) size 18x28
105
          RenderText {#text} at (0,0) size 18x28
106
            text run at (0,0) width 18: "U"
106
            text run at (0,0) width 18: "U"
107
      RenderBlock (anonymous) at (0,140) size 784x0
108
      RenderBlock {DIV} at (0,140) size 784x56 [border: (2px solid #FF0000)]
107
      RenderBlock {DIV} at (0,140) size 784x56 [border: (2px solid #FF0000)]
109
        RenderText {#text} at (14,14) size 378x28
108
        RenderText {#text} at (14,14) size 378x28
110
          text run at (14,14) width 378: "Upon such a full sea are we now afloat,"
109
          text run at (14,14) width 378: "Upon such a full sea are we now afloat,"
- LayoutTests/platform/mac/editing/pasteboard/smart-paste-007-expected.txt -1 lines
Lines 46-50 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/pasteboard/smart-paste-007-expected.txt_sec1
46
        RenderBlock {DIV} at (0,0) size 784x32 [border: (2px solid #FF0000)]
46
        RenderBlock {DIV} at (0,0) size 784x32 [border: (2px solid #FF0000)]
47
          RenderText {#text} at (2,2) size 52x28
47
          RenderText {#text} at (2,2) size 52x28
48
            text run at (2,2) width 52: ". test."
48
            text run at (2,2) width 52: ". test."
49
        RenderBlock (anonymous) at (0,32) size 784x0
50
caret: position 6 of child 0 {#text} of child 1 {DIV} of child 3 {DIV} of body
49
caret: position 6 of child 0 {#text} of child 1 {DIV} of child 3 {DIV} of body
- LayoutTests/platform/mac/editing/pasteboard/smart-paste-008-expected.txt -1 lines
Lines 32-36 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/pasteboard/smart-paste-008-expected.txt_sec1
32
        RenderBlock {DIV} at (0,0) size 784x18
32
        RenderBlock {DIV} at (0,0) size 784x18
33
          RenderText {#text} at (0,0) size 56x18
33
          RenderText {#text} at (0,0) size 56x18
34
            text run at (0,0) width 56: "f foo bar"
34
            text run at (0,0) width 56: "f foo bar"
35
        RenderBlock (anonymous) at (0,18) size 784x0
36
caret: position 5 of child 0 {#text} of child 0 {DIV} of child 4 {DIV} of body
35
caret: position 5 of child 0 {#text} of child 0 {DIV} of child 4 {DIV} of body
- LayoutTests/platform/mac/editing/pasteboard/undoable-fragment-removes-expected.txt -1 / +2 lines
Lines 34-38 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/pasteboard/undoable-fragment-removes-expected.txt_sec1
34
          RenderText {#text} at (0,0) size 21x18
34
          RenderText {#text} at (0,0) size 21x18
35
            text run at (0,0) width 21: "bar"
35
            text run at (0,0) width 21: "bar"
36
      RenderBlock {DIV} at (0,100) size 784x20 [border: (1px solid #000000)]
36
      RenderBlock {DIV} at (0,100) size 784x20 [border: (1px solid #000000)]
37
        RenderBR {BR} at (1,1) size 0x18
37
        RenderBlock (anonymous) at (1,1) size 782x18
38
          RenderBR {BR} at (0,0) size 0x18
38
caret: position 0 of child 0 {BR} of child 6 {DIV} of body
39
caret: position 0 of child 0 {BR} of child 6 {DIV} of body
- LayoutTests/platform/mac/editing/pasteboard/unrendered-br-expected.txt -1 lines
Lines 21-25 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/pasteboard/unrendered-br-expected.txt_sec1
21
        RenderBlock {DIV} at (0,18) size 784x18
21
        RenderBlock {DIV} at (0,18) size 784x18
22
          RenderText {#text} at (0,0) size 120x18
22
          RenderText {#text} at (0,0) size 120x18
23
            text run at (0,0) width 120: "Second paragraph."
23
            text run at (0,0) width 120: "Second paragraph."
24
        RenderBlock (anonymous) at (0,36) size 784x0
25
caret: position 17 of child 0 {#text} of child 1 {DIV} of child 2 {DIV} of body
24
caret: position 17 of child 0 {#text} of child 1 {DIV} of child 2 {DIV} of body
- LayoutTests/platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt -1 lines
Lines 11-17 layer at (0,0) size 800x197 LayoutTests/platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt_sec1
11
          RenderText {#text} at (2,0) size 40x128
11
          RenderText {#text} at (2,0) size 40x128
12
            text run at (2,0) width 128: "\x{543E}\x{8F29}\x{306F}\x{732B}\x{3067}\x{3042}\x{308B}\x{3002}"
12
            text run at (2,0) width 128: "\x{543E}\x{8F29}\x{306F}\x{732B}\x{3067}\x{3042}\x{308B}\x{3002}"
13
            text run at (24,0) width 128: "\x{540D}\x{524D}\x{306F}\x{307E}\x{3060}\x{7121}\x{3044}\x{3002}"
13
            text run at (24,0) width 128: "\x{540D}\x{524D}\x{306F}\x{307E}\x{3060}\x{7121}\x{3044}\x{3002}"
14
      RenderBlock (anonymous) at (0,168) size 784x0
15
      RenderBlock {PRE} at (0,181) size 784x0
14
      RenderBlock {PRE} at (0,181) size 784x0
16
selection start: position 5 of child 0 {#text} of child 1 {P} of child 3 {DIV} of body
15
selection start: position 5 of child 0 {#text} of child 1 {P} of child 3 {DIV} of body
17
selection end:   position 13 of child 0 {#text} of child 1 {P} of child 3 {DIV} of body
16
selection end:   position 13 of child 0 {#text} of child 1 {P} of child 3 {DIV} of body
- LayoutTests/platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt -1 lines
Lines 11-17 layer at (0,0) size 800x197 LayoutTests/platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt_sec1
11
          RenderText {#text} at (2,0) size 40x128
11
          RenderText {#text} at (2,0) size 40x128
12
            text run at (2,0) width 128: "\x{543E}\x{8F29}\x{306F}\x{732B}\x{3067}\x{3042}\x{308B}\x{3002}"
12
            text run at (2,0) width 128: "\x{543E}\x{8F29}\x{306F}\x{732B}\x{3067}\x{3042}\x{308B}\x{3002}"
13
            text run at (24,0) width 128: "\x{540D}\x{524D}\x{306F}\x{307E}\x{3060}\x{7121}\x{3044}\x{3002}"
13
            text run at (24,0) width 128: "\x{540D}\x{524D}\x{306F}\x{307E}\x{3060}\x{7121}\x{3044}\x{3002}"
14
      RenderBlock (anonymous) at (0,168) size 784x0
15
      RenderBlock {PRE} at (0,181) size 784x0
14
      RenderBlock {PRE} at (0,181) size 784x0
16
selection start: position 2 of child 0 {#text} of child 1 {P} of child 3 {DIV} of body
15
selection start: position 2 of child 0 {#text} of child 1 {P} of child 3 {DIV} of body
17
selection end:   position 10 of child 0 {#text} of child 1 {P} of child 3 {DIV} of body
16
selection end:   position 10 of child 0 {#text} of child 1 {P} of child 3 {DIV} of body
- LayoutTests/platform/mac/editing/style/4916887-expected.txt -1 lines
Lines 11-16 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/style/4916887-expected.txt_sec1
11
          RenderInline {FONT} at (0,0) size 158x18 [color=#0000FF]
11
          RenderInline {FONT} at (0,0) size 158x18 [color=#0000FF]
12
            RenderText {#text} at (0,0) size 158x18
12
            RenderText {#text} at (0,0) size 158x18
13
              text run at (0,0) width 158: "This text should be blue."
13
              text run at (0,0) width 158: "This text should be blue."
14
        RenderBlock (anonymous) at (0,18) size 784x0
15
selection start: position 0 of child 0 {#text} of child 0 {FONT} of child 0 {BLOCKQUOTE} of child 2 {DIV} of body
14
selection start: position 0 of child 0 {#text} of child 0 {FONT} of child 0 {BLOCKQUOTE} of child 2 {DIV} of body
16
selection end:   position 25 of child 0 {#text} of child 0 {FONT} of child 0 {BLOCKQUOTE} of child 2 {DIV} of body
15
selection end:   position 25 of child 0 {#text} of child 0 {FONT} of child 0 {BLOCKQUOTE} of child 2 {DIV} of body
- LayoutTests/platform/mac/editing/style/5046875-1-expected.txt -1 lines
Lines 12-18 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/style/5046875-1-expected.txt_sec1
12
        RenderBlock {DIV} at (0,0) size 784x18
12
        RenderBlock {DIV} at (0,0) size 784x18
13
          RenderText {#text} at (381,0) size 22x18
13
          RenderText {#text} at (381,0) size 22x18
14
            text run at (381,0) width 22: "foo"
14
            text run at (381,0) width 22: "foo"
15
        RenderBlock (anonymous) at (0,18) size 784x0
16
        RenderBlock {DIV} at (0,18) size 784x36
15
        RenderBlock {DIV} at (0,18) size 784x36
17
          RenderBlock {DIV} at (0,0) size 784x18
16
          RenderBlock {DIV} at (0,0) size 784x18
18
            RenderText {#text} at (381,0) size 22x18
17
            RenderText {#text} at (381,0) size 22x18
- LayoutTests/platform/mac/editing/style/5046875-2-expected.txt -1 lines
Lines 16-22 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/style/5046875-2-expected.txt_sec1
16
        RenderBlock {DIV} at (0,18) size 784x18
16
        RenderBlock {DIV} at (0,18) size 784x18
17
          RenderText {#text} at (0,0) size 21x18
17
          RenderText {#text} at (0,0) size 21x18
18
            text run at (0,0) width 21: "bar"
18
            text run at (0,0) width 21: "bar"
19
        RenderBlock (anonymous) at (0,36) size 784x0
20
        RenderBlock {DIV} at (0,36) size 784x18
19
        RenderBlock {DIV} at (0,36) size 784x18
21
          RenderText {#text} at (380,0) size 24x18
20
          RenderText {#text} at (380,0) size 24x18
22
            text run at (380,0) width 24: "baz"
21
            text run at (380,0) width 24: "baz"
- LayoutTests/platform/mac/editing/style/5279521-expected.txt -1 lines
Lines 6-12 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/style/5279521-expected.txt_sec1
6
      RenderBlock {DIV} at (0,0) size 784x121
6
      RenderBlock {DIV} at (0,0) size 784x121
7
        RenderBlock {DIV} at (0,0) size 784x103
7
        RenderBlock {DIV} at (0,0) size 784x103
8
          RenderImage {IMG} at (708,0) size 76x103
8
          RenderImage {IMG} at (708,0) size 76x103
9
        RenderBlock (anonymous) at (0,103) size 784x0
10
        RenderBlock {DIV} at (0,103) size 784x18
9
        RenderBlock {DIV} at (0,103) size 784x18
11
          RenderText {#text} at (6,0) size 778x18
10
          RenderText {#text} at (6,0) size 778x18
12
            text run at (6,0) width 778: "This tests for a crash when changing the alignment of content that starts with an image not inside its own block container."
11
            text run at (6,0) width 778: "This tests for a crash when changing the alignment of content that starts with an image not inside its own block container."
- LayoutTests/platform/mac/editing/style/create-block-for-style-003-expected.txt -1 lines
Lines 28-32 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/style/create-block-for-style-003-expected.txt_sec1
28
          RenderBlock {DIV} at (14,70) size 756x28
28
          RenderBlock {DIV} at (14,70) size 756x28
29
            RenderText {#text} at (361,0) size 34x28
29
            RenderText {#text} at (361,0) size 34x28
30
              text run at (361,0) width 34: "baz"
30
              text run at (361,0) width 34: "baz"
31
          RenderBlock (anonymous) at (14,98) size 756x0
32
caret: position 0 of child 0 {#text} of child 4 {DIV} of child 1 {DIV} of child 3 {DIV} of body
31
caret: position 0 of child 0 {#text} of child 4 {DIV} of child 1 {DIV} of child 3 {DIV} of body
- LayoutTests/platform/mac/editing/style/create-block-for-style-004-expected.txt -1 lines
Lines 33-37 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/style/create-block-for-style-004-expected.txt_sec1
33
          RenderBlock {DIV} at (14,70) size 756x28
33
          RenderBlock {DIV} at (14,70) size 756x28
34
            RenderText {#text} at (361,0) size 34x28
34
            RenderText {#text} at (361,0) size 34x28
35
              text run at (361,0) width 34: "baz"
35
              text run at (361,0) width 34: "baz"
36
          RenderBlock (anonymous) at (14,98) size 756x0
37
caret: position 3 of child 0 {#text} of child 3 {DIV} of child 1 {DIV} of child 3 {DIV} of body
36
caret: position 3 of child 0 {#text} of child 3 {DIV} of child 1 {DIV} of child 3 {DIV} of body
- LayoutTests/platform/mac/editing/style/create-block-for-style-007-expected.txt -1 lines
Lines 20-26 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/style/create-block-for-style-007-expected.txt_sec1
20
          RenderBlock {DIV} at (14,14) size 756x28
20
          RenderBlock {DIV} at (14,14) size 756x28
21
            RenderText {#text} at (362,0) size 32x28
21
            RenderText {#text} at (362,0) size 32x28
22
              text run at (362,0) width 32: "foo"
22
              text run at (362,0) width 32: "foo"
23
          RenderBlock (anonymous) at (14,42) size 756x0
24
          RenderBlock {DIV} at (14,42) size 756x56 [border: (2px solid #FF0000)]
23
          RenderBlock {DIV} at (14,42) size 756x56 [border: (2px solid #FF0000)]
25
            RenderText {#text} at (14,14) size 31x28
24
            RenderText {#text} at (14,14) size 31x28
26
              text run at (14,14) width 31: "bar"
25
              text run at (14,14) width 31: "bar"
- LayoutTests/platform/mac/editing/style/create-block-for-style-009-expected.txt -1 lines
Lines 28-32 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/style/create-block-for-style-009-expected.txt_sec1
28
          RenderBlock {DIV} at (14,98) size 756x28
28
          RenderBlock {DIV} at (14,98) size 756x28
29
            RenderText {#text} at (361,0) size 34x28
29
            RenderText {#text} at (361,0) size 34x28
30
              text run at (361,0) width 34: "baz"
30
              text run at (361,0) width 34: "baz"
31
          RenderBlock (anonymous) at (14,126) size 756x0
32
caret: position 0 of child 0 {#text} of child 2 {DIV} of child 1 {DIV} of child 3 {DIV} of body
31
caret: position 0 of child 0 {#text} of child 2 {DIV} of child 1 {DIV} of child 3 {DIV} of body
- LayoutTests/platform/mac/editing/style/create-block-for-style-010-expected.txt -1 lines
Lines 22-28 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/style/create-block-for-style-010-expected.txt_sec1
22
          RenderBlock {DIV} at (14,14) size 756x28
22
          RenderBlock {DIV} at (14,14) size 756x28
23
            RenderText {#text} at (362,0) size 32x28
23
            RenderText {#text} at (362,0) size 32x28
24
              text run at (362,0) width 32: "foo"
24
              text run at (362,0) width 32: "foo"
25
          RenderBlock (anonymous) at (14,42) size 756x0
26
          RenderBlock {DIV} at (14,42) size 756x56 [border: (2px solid #FF0000)]
25
          RenderBlock {DIV} at (14,42) size 756x56 [border: (2px solid #FF0000)]
27
            RenderText {#text} at (362,14) size 32x28
26
            RenderText {#text} at (362,14) size 32x28
28
              text run at (362,14) width 32: "bar"
27
              text run at (362,14) width 32: "bar"
- LayoutTests/platform/mac/editing/style/create-block-for-style-011-expected.txt -1 lines
Lines 29-34 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/style/create-block-for-style-011-expected.txt_sec1
29
          RenderBlock {DIV} at (14,98) size 756x28
29
          RenderBlock {DIV} at (14,98) size 756x28
30
            RenderText {#text} at (361,0) size 34x28
30
            RenderText {#text} at (361,0) size 34x28
31
              text run at (361,0) width 34: "baz"
31
              text run at (361,0) width 34: "baz"
32
          RenderBlock (anonymous) at (14,126) size 756x0
33
selection start: position 1 of child 0 {#text} of child 1 {DIV} of child 1 {DIV} of child 3 {DIV} of body
32
selection start: position 1 of child 0 {#text} of child 1 {DIV} of child 1 {DIV} of child 3 {DIV} of body
34
selection end:   position 1 of child 0 {#text} of child 2 {DIV} of child 1 {DIV} of child 3 {DIV} of body
33
selection end:   position 1 of child 0 {#text} of child 2 {DIV} of child 1 {DIV} of child 3 {DIV} of body
- LayoutTests/platform/mac/editing/style/create-block-for-style-012-expected.txt -1 lines
Lines 32-37 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/style/create-block-for-style-012-expected.txt_sec1
32
            RenderBlock {DIV} at (14,42) size 728x28
32
            RenderBlock {DIV} at (14,42) size 728x28
33
              RenderText {#text} at (347,0) size 34x28
33
              RenderText {#text} at (347,0) size 34x28
34
                text run at (347,0) width 34: "baz"
34
                text run at (347,0) width 34: "baz"
35
            RenderBlock (anonymous) at (14,70) size 728x0
36
selection start: position 0 of child 0 {#text} of child 0 {DIV} of child 1 {DIV} of child 1 {DIV} of child 3 {DIV} of body
35
selection start: position 0 of child 0 {#text} of child 0 {DIV} of child 1 {DIV} of child 1 {DIV} of child 3 {DIV} of body
37
selection end:   position 1 of child 0 {#text} of child 1 {DIV} of child 1 {DIV} of child 1 {DIV} of child 3 {DIV} of body
36
selection end:   position 1 of child 0 {#text} of child 1 {DIV} of child 1 {DIV} of child 1 {DIV} of child 3 {DIV} of body
- LayoutTests/platform/mac/editing/style/create-block-for-style-013-expected.txt -1 lines
Lines 29-33 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/style/create-block-for-style-013-expected.txt_sec1
29
            RenderBlock {DIV} at (14,42) size 728x28
29
            RenderBlock {DIV} at (14,42) size 728x28
30
              RenderText {#text} at (347,0) size 34x28
30
              RenderText {#text} at (347,0) size 34x28
31
                text run at (347,0) width 34: "baz"
31
                text run at (347,0) width 34: "baz"
32
            RenderBlock (anonymous) at (14,70) size 728x0
33
caret: position 0 of child 0 {#text} of child 2 {DIV} of child 1 {DIV} of child 1 {DIV} of child 3 {DIV} of body
32
caret: position 0 of child 0 {#text} of child 2 {DIV} of child 1 {DIV} of child 1 {DIV} of child 3 {DIV} of body
- LayoutTests/platform/mac/editing/style/smoosh-styles-001-expected.txt -1 lines
Lines 58-62 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/style/smoosh-styles-001-expected.txt_sec1
58
          RenderInline {SPAN} at (0,0) size 21x28 [color=#FF0000]
58
          RenderInline {SPAN} at (0,0) size 21x28 [color=#FF0000]
59
            RenderText {#text} at (57,2) size 21x28
59
            RenderText {#text} at (57,2) size 21x28
60
              text run at (57,2) width 21: "fg"
60
              text run at (57,2) width 21: "fg"
61
        RenderBlock (anonymous) at (0,32) size 784x0
62
caret: position 3 of child 2 {#text} of child 1 {DIV} of child 3 {DIV} of body
61
caret: position 3 of child 2 {#text} of child 1 {DIV} of child 3 {DIV} of body
- LayoutTests/platform/mac/editing/style/style-boundary-005-expected.txt -1 lines
Lines 64-68 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/style/style-boundary-005-expected.txt_sec1
64
              text run at (89,2) width 34: " four"
64
              text run at (89,2) width 34: " four"
65
          RenderText {#text} at (122,2) size 24x18
65
          RenderText {#text} at (122,2) size 24x18
66
            text run at (122,2) width 24: "one"
66
            text run at (122,2) width 24: "one"
67
        RenderBlock (anonymous) at (0,22) size 784x0
68
caret: position 3 of child 2 {#text} of child 1 {DIV} of child 3 {DIV} of body
67
caret: position 3 of child 2 {#text} of child 1 {DIV} of child 3 {DIV} of body
- LayoutTests/platform/mac/editing/style/unbold-in-bold-expected.txt -1 lines
Lines 86-91 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/style/unbold-in-bold-expected.txt_sec1
86
          RenderText {#text} at (164,14) size 78x28
86
          RenderText {#text} at (164,14) size 78x28
87
            text run at (164,14) width 78: " xxxxxx"
87
            text run at (164,14) width 78: " xxxxxx"
88
        RenderInline {SPAN} at (0,0) size 0x28
88
        RenderInline {SPAN} at (0,0) size 0x28
89
      RenderBlock (anonymous) at (0,56) size 784x0
90
selection start: position 0 of child 1 {#text} of child 1 {DIV} of body
89
selection start: position 0 of child 1 {#text} of child 1 {DIV} of body
91
selection end:   position 6 of child 1 {#text} of child 1 {DIV} of body
90
selection end:   position 6 of child 1 {#text} of child 1 {DIV} of body
- LayoutTests/platform/mac/editing/unsupported-content/list-delete-001-expected.txt -1 lines
Lines 62-66 layer at (0,0) size 800x600 LayoutTests/platform/mac/editing/unsupported-content/list-delete-001-expected.txt_sec1
62
              RenderListMarker at (-22,0) size 9x28: bullet
62
              RenderListMarker at (-22,0) size 9x28: bullet
63
              RenderText {#text} at (0,0) size 44x28
63
              RenderText {#text} at (0,0) size 44x28
64
                text run at (0,0) width 44: "after"
64
                text run at (0,0) width 44: "after"
65
          RenderBlock (anonymous) at (2,106) size 780x0
66
caret: position 0 of child 0 {#text} of child 1 {LI} of child 1 {UL} of child 1 {DIV} of child 5 {DIV} of body
65
caret: position 0 of child 0 {#text} of child 1 {LI} of child 1 {UL} of child 1 {DIV} of child 5 {DIV} of body
- LayoutTests/platform/mac/fast/forms/button-generated-content-expected.txt -37 / +35 lines
Lines 1-8 LayoutTests/platform/mac/fast/forms/button-generated-content-expected.txt_sec1
1
layer at (0,0) size 800x600
1
layer at (0,0) size 800x600
2
  RenderView at (0,0) size 800x600
2
  RenderView at (0,0) size 800x600
3
layer at (0,0) size 800x268
3
layer at (0,0) size 800x262
4
  RenderBlock {HTML} at (0,0) size 800x268
4
  RenderBlock {HTML} at (0,0) size 800x262
5
    RenderBody {BODY} at (8,16) size 784x244
5
    RenderBody {BODY} at (8,16) size 784x238
6
      RenderBlock {P} at (0,0) size 784x36
6
      RenderBlock {P} at (0,0) size 784x36
7
        RenderText {#text} at (0,0) size 322x18
7
        RenderText {#text} at (0,0) size 322x18
8
          text run at (0,0) width 299: "This is a test of generated content in <button> "
8
          text run at (0,0) width 299: "This is a test of generated content in <button> "
Lines 18-24 layer at (0,0) size 800x268 LayoutTests/platform/mac/fast/forms/button-generated-content-expected.txt_sec2
18
        RenderText {#text} at (435,18) size 5x18
18
        RenderText {#text} at (435,18) size 5x18
19
          text run at (435,18) width 5: "."
19
          text run at (435,18) width 5: "."
20
      RenderBlock {HR} at (0,52) size 784x2 [border: (1px inset #000000)]
20
      RenderBlock {HR} at (0,52) size 784x2 [border: (1px inset #000000)]
21
      RenderBlock (anonymous) at (0,62) size 784x182
21
      RenderBlock (anonymous) at (0,62) size 784x176
22
        RenderButton {BUTTON} at (2,2) size 50x18 [color=#0000FF] [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
22
        RenderButton {BUTTON} at (2,2) size 50x18 [color=#0000FF] [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
23
          RenderBlock (anonymous) at (8,2) size 34x13
23
          RenderBlock (anonymous) at (8,2) size 34x13
24
            RenderInline (generated) at (0,0) size 34x13
24
            RenderInline (generated) at (0,0) size 34x13
Lines 53-60 layer at (0,0) size 800x268 LayoutTests/platform/mac/fast/forms/button-generated-content-expected.txt_sec3
53
        RenderText {#text} at (127,23) size 5x18
53
        RenderText {#text} at (127,23) size 5x18
54
          text run at (127,23) width 5: " "
54
          text run at (127,23) width 5: " "
55
        RenderBR {BR} at (0,0) size 0x0
55
        RenderBR {BR} at (0,0) size 0x0
56
        RenderButton {BUTTON} at (2,52) size 16x15 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
56
        RenderButton {BUTTON} at (2,47) size 16x15 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
57
          RenderBlock (anonymous) at (8,7) size 0x0
58
        RenderText {#text} at (20,45) size 4x18
57
        RenderText {#text} at (20,45) size 4x18
59
          text run at (20,45) width 4: " "
58
          text run at (20,45) width 4: " "
60
        RenderButton {BUTTON} at (26,46) size 51x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
59
        RenderButton {BUTTON} at (26,46) size 51x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
Lines 64-145 layer at (0,0) size 800x268 LayoutTests/platform/mac/fast/forms/button-generated-content-expected.txt_sec4
64
        RenderText {#text} at (78,45) size 5x18
63
        RenderText {#text} at (78,45) size 5x18
65
          text run at (78,45) width 5: " "
64
          text run at (78,45) width 5: " "
66
        RenderBR {BR} at (0,0) size 0x0
65
        RenderBR {BR} at (0,0) size 0x0
67
        RenderButton {BUTTON} at (2,77) size 16x15 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
66
        RenderButton {BUTTON} at (2,69) size 16x15 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
68
          RenderBlock (anonymous) at (8,7) size 0x0
67
        RenderText {#text} at (20,67) size 4x18
69
        RenderText {#text} at (20,70) size 4x18
68
          text run at (20,67) width 4: " "
70
          text run at (20,70) width 4: " "
69
        RenderButton {BUTTON} at (26,68) size 51x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
71
        RenderButton {BUTTON} at (26,71) size 51x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
72
          RenderBlock (anonymous) at (8,2) size 35x13
70
          RenderBlock (anonymous) at (8,2) size 35x13
73
            RenderText {#text} at (0,0) size 35x13
71
            RenderText {#text} at (0,0) size 35x13
74
              text run at (0,0) width 35: "button"
72
              text run at (0,0) width 35: "button"
75
        RenderText {#text} at (78,70) size 5x18
73
        RenderText {#text} at (78,67) size 5x18
76
          text run at (78,70) width 5: " "
74
          text run at (78,67) width 5: " "
77
        RenderBR {BR} at (0,0) size 0x0
75
        RenderBR {BR} at (0,0) size 0x0
78
        RenderButton {BUTTON} at (2,96) size 50x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
76
        RenderButton {BUTTON} at (2,90) size 50x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
79
          RenderBlock (anonymous) at (8,2) size 34x13
77
          RenderBlock (anonymous) at (8,2) size 34x13
80
            RenderInline (generated) at (0,0) size 34x13
78
            RenderInline (generated) at (0,0) size 34x13
81
              RenderText at (0,0) size 34x13
79
              RenderText at (0,0) size 34x13
82
                text run at (0,0) width 34: "before"
80
                text run at (0,0) width 34: "before"
83
        RenderText {#text} at (53,95) size 5x18
81
        RenderText {#text} at (53,89) size 5x18
84
          text run at (53,95) width 5: " "
82
          text run at (53,89) width 5: " "
85
        RenderButton {BUTTON} at (59,96) size 86x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
83
        RenderButton {BUTTON} at (59,90) size 86x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
86
          RenderBlock (anonymous) at (8,2) size 69x13
84
          RenderBlock (anonymous) at (8,2) size 69x13
87
            RenderInline (generated) at (0,0) size 34x13
85
            RenderInline (generated) at (0,0) size 34x13
88
              RenderText at (0,0) size 34x13
86
              RenderText at (0,0) size 34x13
89
                text run at (0,0) width 34: "before"
87
                text run at (0,0) width 34: "before"
90
            RenderText {#text} at (33,0) size 36x13
88
            RenderText {#text} at (33,0) size 36x13
91
              text run at (33,0) width 36: "button"
89
              text run at (33,0) width 36: "button"
92
        RenderText {#text} at (146,95) size 5x18
90
        RenderText {#text} at (146,89) size 5x18
93
          text run at (146,95) width 5: " "
91
          text run at (146,89) width 5: " "
94
        RenderBR {BR} at (0,0) size 0x0
92
        RenderBR {BR} at (0,0) size 0x0
95
        RenderButton {BUTTON} at (2,118) size 41x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
93
        RenderButton {BUTTON} at (2,112) size 41x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
96
          RenderBlock (anonymous) at (8,2) size 25x13
94
          RenderBlock (anonymous) at (8,2) size 25x13
97
            RenderInline (generated) at (0,0) size 25x13
95
            RenderInline (generated) at (0,0) size 25x13
98
              RenderText at (0,0) size 25x13
96
              RenderText at (0,0) size 25x13
99
                text run at (0,0) width 25: "after"
97
                text run at (0,0) width 25: "after"
100
        RenderText {#text} at (44,117) size 5x18
98
        RenderText {#text} at (44,111) size 5x18
101
          text run at (44,117) width 5: " "
99
          text run at (44,111) width 5: " "
102
        RenderButton {BUTTON} at (50,118) size 76x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
100
        RenderButton {BUTTON} at (50,112) size 76x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
103
          RenderBlock (anonymous) at (8,2) size 60x13
101
          RenderBlock (anonymous) at (8,2) size 60x13
104
            RenderText {#text} at (0,0) size 35x13
102
            RenderText {#text} at (0,0) size 35x13
105
              text run at (0,0) width 35: "button"
103
              text run at (0,0) width 35: "button"
106
            RenderInline (generated) at (0,0) size 26x13
104
            RenderInline (generated) at (0,0) size 26x13
107
              RenderText at (34,0) size 26x13
105
              RenderText at (34,0) size 26x13
108
                text run at (34,0) width 26: "after"
106
                text run at (34,0) width 26: "after"
109
        RenderText {#text} at (127,117) size 5x18
107
        RenderText {#text} at (127,111) size 5x18
110
          text run at (127,117) width 5: " "
108
          text run at (127,111) width 5: " "
111
        RenderBR {BR} at (0,0) size 0x0
109
        RenderBR {BR} at (0,0) size 0x0
112
        RenderButton {BUTTON} at (2,140) size 50x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
110
        RenderButton {BUTTON} at (2,134) size 50x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
113
          RenderBlock (anonymous) at (8,2) size 34x13
111
          RenderBlock (anonymous) at (8,2) size 34x13
114
            RenderInline (generated) at (0,0) size 34x13
112
            RenderInline (generated) at (0,0) size 34x13
115
              RenderText at (0,0) size 34x13
113
              RenderText at (0,0) size 34x13
116
                text run at (0,0) width 34: "before"
114
                text run at (0,0) width 34: "before"
117
        RenderText {#text} at (53,139) size 5x18
115
        RenderText {#text} at (53,133) size 5x18
118
          text run at (53,139) width 5: " "
116
          text run at (53,133) width 5: " "
119
        RenderButton {BUTTON} at (59,140) size 86x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
117
        RenderButton {BUTTON} at (59,134) size 86x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
120
          RenderBlock (anonymous) at (8,2) size 69x13
118
          RenderBlock (anonymous) at (8,2) size 69x13
121
            RenderInline (generated) at (0,0) size 34x13
119
            RenderInline (generated) at (0,0) size 34x13
122
              RenderText at (0,0) size 34x13
120
              RenderText at (0,0) size 34x13
123
                text run at (0,0) width 34: "before"
121
                text run at (0,0) width 34: "before"
124
            RenderText {#text} at (33,0) size 36x13
122
            RenderText {#text} at (33,0) size 36x13
125
              text run at (33,0) width 36: "button"
123
              text run at (33,0) width 36: "button"
126
        RenderText {#text} at (146,139) size 5x18
124
        RenderText {#text} at (146,133) size 5x18
127
          text run at (146,139) width 5: " "
125
          text run at (146,133) width 5: " "
128
        RenderBR {BR} at (0,0) size 0x0
126
        RenderBR {BR} at (0,0) size 0x0
129
        RenderButton {BUTTON} at (2,162) size 41x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
127
        RenderButton {BUTTON} at (2,156) size 41x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
130
          RenderBlock (anonymous) at (8,2) size 25x13
128
          RenderBlock (anonymous) at (8,2) size 25x13
131
            RenderInline (generated) at (0,0) size 25x13
129
            RenderInline (generated) at (0,0) size 25x13
132
              RenderText at (0,0) size 25x13
130
              RenderText at (0,0) size 25x13
133
                text run at (0,0) width 25: "after"
131
                text run at (0,0) width 25: "after"
134
        RenderText {#text} at (44,161) size 5x18
132
        RenderText {#text} at (44,155) size 5x18
135
          text run at (44,161) width 5: " "
133
          text run at (44,155) width 5: " "
136
        RenderButton {BUTTON} at (50,162) size 76x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
134
        RenderButton {BUTTON} at (50,156) size 76x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
137
          RenderBlock (anonymous) at (8,2) size 60x13
135
          RenderBlock (anonymous) at (8,2) size 60x13
138
            RenderText {#text} at (0,0) size 35x13
136
            RenderText {#text} at (0,0) size 35x13
139
              text run at (0,0) width 35: "button"
137
              text run at (0,0) width 35: "button"
140
            RenderInline (generated) at (0,0) size 26x13
138
            RenderInline (generated) at (0,0) size 26x13
141
              RenderText at (34,0) size 26x13
139
              RenderText at (34,0) size 26x13
142
                text run at (34,0) width 26: "after"
140
                text run at (34,0) width 26: "after"
143
        RenderText {#text} at (127,161) size 5x18
141
        RenderText {#text} at (127,155) size 5x18
144
          text run at (127,161) width 5: " "
142
          text run at (127,155) width 5: " "
145
        RenderBR {BR} at (0,0) size 0x0
143
        RenderBR {BR} at (0,0) size 0x0
- LayoutTests/platform/mac/fast/ruby/rubyDOM-remove-text2-expected.txt -1 lines
Lines 20-26 layer at (0,0) size 800x600 LayoutTests/platform/mac/fast/ruby/rubyDOM-remove-text2-expected.txt_sec1
20
            RenderRubyText {RT} at (0,-10) size 108x10
20
            RenderRubyText {RT} at (0,-10) size 108x10
21
              RenderText {#text} at (0,0) size 108x10
21
              RenderText {#text} at (0,0) size 108x10
22
                text run at (0,0) width 108: "Hyper-text Markup Language"
22
                text run at (0,0) width 108: "Hyper-text Markup Language"
23
            RenderRubyBase (anonymous) at (0,0) size 108x0
24
          RenderRubyRun (anonymous) at (264,0) size 9x18
23
          RenderRubyRun (anonymous) at (264,0) size 9x18
25
            RenderRubyBase (anonymous) at (0,0) size 8x18
24
            RenderRubyBase (anonymous) at (0,0) size 8x18
26
              RenderText {#text} at (0,0) size 8x18
25
              RenderText {#text} at (0,0) size 8x18

Return to Bug 178933