Changeset 41792 in webkit


Ignore:
Timestamp:
Mar 17, 2009 4:44:11 PM (15 years ago)
Author:
eric@webkit.org
Message:

2009-03-17 Ojan Vafai <ojan@chromium.org>

Reviewed by Adele Peterson.

Put the padding inside scrollbars on textareas.
https://bugs.webkit.org/show_bug.cgi?id=24370

Put the padding inside the scrollbars on textareas. This is done by moving the
overflow from the shadowNode to the RenderTextControlMultiline. As a result,
all of the scroll handing methods that RenderTextControl overrides can be moved
down into RenderTextControlSingleLine since RenderTextControlMultiline can now
just use RenderBlock's versions. This also allows RenderTextControlMultiLine to
no longer need a custom layout method since the shadowNode can now just size
like a regular DIV.

  • css/CSSStyleSelector.cpp: (WebCore::CSSStyleSelector::adjustRenderStyle):
  • rendering/RenderTextControl.cpp: (WebCore::RenderTextControl::styleDidChange): (WebCore::RenderTextControl::selection): (WebCore::RenderTextControl::calcHeight): (WebCore::RenderTextControl::hitInnerTextElement):
  • rendering/RenderTextControl.h:
  • rendering/RenderTextControlMultiLine.cpp: (WebCore::RenderTextControlMultiLine::nodeAtPoint): (WebCore::RenderTextControlMultiLine::createInnerTextStyle):
  • rendering/RenderTextControlMultiLine.h:
  • rendering/RenderTextControlSingleLine.cpp: (WebCore::RenderTextControlSingleLine::styleDidChange): (WebCore::RenderTextControlSingleLine::autoscroll): (WebCore::RenderTextControlSingleLine::scrollWidth): (WebCore::RenderTextControlSingleLine::scrollHeight): (WebCore::RenderTextControlSingleLine::scrollLeft): (WebCore::RenderTextControlSingleLine::scrollTop): (WebCore::RenderTextControlSingleLine::setScrollLeft): (WebCore::RenderTextControlSingleLine::setScrollTop): (WebCore::RenderTextControlSingleLine::scroll):
  • rendering/RenderTextControlSingleLine.h:
  • rendering/TextControlInnerElements.cpp: (WebCore::RenderTextControlInnerBlock::RenderTextControlInnerBlock): (WebCore::RenderTextControlInnerBlock::positionForPoint): (WebCore::TextControlInnerTextElement::createRenderer):
Location:
trunk
Files:
3 added
77 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r41788 r41792  
     12009-03-17  Ojan Vafai  <ojan@chromium.org>
     2
     3        Reviewed by Adele Peterson.
     4
     5        Put the padding inside scrollbars on textareas.
     6        https://bugs.webkit.org/show_bug.cgi?id=24370
     7       
     8        Almost all of the test rebaselines are just the textarea moving into the layer
     9        now that the overflow is on the textarea instead of it's shadowNode. There area
     10        a couple pixel test rebaselines where the scrollbars move and text wraps
     11        differently now that the padding is inside the scrollbars.
     12
     13        * platform/mac/editing/inserting/4960120-1-expected.txt:
     14        * platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.txt:
     15        * platform/mac/editing/pasteboard/pasting-tabs-expected.txt:
     16        * platform/mac/fast/block/margin-collapse/103-expected.txt:
     17        * platform/mac/fast/css/resize-corner-tracking-expected.txt:
     18        * platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
     19        * platform/mac/fast/dynamic/008-expected.txt:
     20        * platform/mac/fast/forms/basic-textareas-expected.checksum:
     21        * platform/mac/fast/forms/basic-textareas-expected.png:
     22        * platform/mac/fast/forms/basic-textareas-expected.txt:
     23        * platform/mac/fast/forms/basic-textareas-quirks-expected.checksum: Added.
     24        * platform/mac/fast/forms/basic-textareas-quirks-expected.png: Added.
     25        * platform/mac/fast/forms/basic-textareas-quirks-expected.txt: Added.
     26        * platform/mac/fast/forms/form-element-geometry-expected.txt:
     27        * platform/mac/fast/forms/linebox-overflow-in-textarea-padding-expected.checksum:
     28        * platform/mac/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
     29        * platform/mac/fast/forms/linebox-overflow-in-textarea-padding-expected.txt:
     30        * platform/mac/fast/forms/negativeLineHeight-expected.txt:
     31        * platform/mac/fast/forms/textAreaLineHeight-expected.txt:
     32        * platform/mac/fast/forms/textarea-align-expected.txt:
     33        * platform/mac/fast/forms/textarea-rows-cols-expected.txt:
     34        * platform/mac/fast/forms/textarea-scroll-height-expected.txt:
     35        * platform/mac/fast/forms/textarea-scrollbar-expected.txt:
     36        * platform/mac/fast/forms/textarea-scrolled-type-expected.txt:
     37        * platform/mac/fast/forms/textarea-setinnerhtml-expected.txt:
     38        * platform/mac/fast/forms/textarea-width-expected.txt:
     39        * platform/mac/fast/overflow/overflow-x-y-expected.txt:
     40        * platform/mac/fast/parser/comment-in-textarea-expected.txt:
     41        * platform/mac/fast/parser/entity-comment-in-textarea-expected.txt:
     42        * platform/mac/fast/parser/open-comment-in-textarea-expected.txt:
     43        * platform/mac/fast/replaced/width100percent-textarea-expected.txt:
     44        * platform/mac/fast/table/003-expected.txt:
     45        * platform/mac/fast/text/international/rtl-white-space-pre-wrap-expected.txt:
     46        * platform/mac/http/tests/navigation/anchor-basic-expected.txt:
     47        * platform/mac/http/tests/navigation/anchor-frames-expected.txt:
     48        * platform/mac/http/tests/navigation/anchor-goback-expected.txt:
     49        * platform/mac/http/tests/navigation/anchor-subframeload-expected.txt:
     50        * platform/mac/http/tests/navigation/javascriptlink-basic-expected.txt:
     51        * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
     52        * platform/mac/http/tests/navigation/javascriptlink-goback-expected.txt:
     53        * platform/mac/http/tests/navigation/javascriptlink-subframeload-expected.txt:
     54        * platform/mac/http/tests/navigation/metaredirect-basic-expected.txt:
     55        * platform/mac/http/tests/navigation/metaredirect-frames-expected.txt:
     56        * platform/mac/http/tests/navigation/metaredirect-goback-expected.txt:
     57        * platform/mac/http/tests/navigation/metaredirect-subframeload-expected.txt:
     58        * platform/mac/http/tests/navigation/post-goback2-expected.txt:
     59        * platform/mac/http/tests/navigation/postredirect-goback2-expected.txt:
     60        * platform/mac/http/tests/navigation/redirect302-basic-expected.txt:
     61        * platform/mac/http/tests/navigation/redirect302-frames-expected.txt:
     62        * platform/mac/http/tests/navigation/redirect302-goback-expected.txt:
     63        * platform/mac/http/tests/navigation/redirect302-subframeload-expected.txt:
     64        * platform/mac/http/tests/navigation/relativeanchor-basic-expected.txt:
     65        * platform/mac/http/tests/navigation/relativeanchor-frames-expected.txt:
     66        * platform/mac/http/tests/navigation/relativeanchor-goback-expected.txt:
     67        * platform/mac/http/tests/navigation/slowmetaredirect-basic-expected.txt:
     68        * platform/mac/http/tests/navigation/slowtimerredirect-basic-expected.txt:
     69        * platform/mac/http/tests/navigation/success200-basic-expected.txt:
     70        * platform/mac/http/tests/navigation/success200-frames-expected.txt:
     71        * platform/mac/http/tests/navigation/success200-frames-loadsame-expected.txt:
     72        * platform/mac/http/tests/navigation/success200-goback-expected.txt:
     73        * platform/mac/http/tests/navigation/success200-loadsame-expected.txt:
     74        * platform/mac/http/tests/navigation/success200-reload-expected.txt:
     75        * platform/mac/http/tests/navigation/success200-subframeload-expected.txt:
     76        * platform/mac/http/tests/navigation/timerredirect-basic-expected.txt:
     77        * platform/mac/http/tests/navigation/timerredirect-frames-expected.txt:
     78        * platform/mac/http/tests/navigation/timerredirect-goback-expected.txt:
     79        * platform/mac/http/tests/navigation/timerredirect-subframeload-expected.txt:
     80        * platform/mac/tables/mozilla/bugs/bug194024-expected.txt:
     81        * platform/mac/tables/mozilla/bugs/bug30559-expected.txt:
     82        * platform/mac/tables/mozilla/bugs/bug30692-expected.txt:
     83
    1842009-03-17  Adele Peterson  <adele@apple.com>
    285
  • trunk/LayoutTests/platform/mac/editing/inserting/4960120-1-expected.txt

    r30635 r41792  
    88          text run at (0,0) width 507: "This tests for a bug where the first newline entered into a text area would be lost."
    99      RenderBlock (anonymous) at (0,34) size 784x32
    10         RenderTextControl {TEXTAREA} at (2,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    1110        RenderText {#text} at (0,0) size 0x0
    1211        RenderText {#text} at (0,0) size 0x0
    13 layer at (11,45) size 161x26
    14   RenderBlock {DIV} at (1,1) size 161x26
    15     RenderText {#text} at (3,0) size 0x13
    16       text run at (3,0) width 0: " "
    17     RenderText {#text} at (3,13) size 0x13
    18       text run at (3,13) width 0: " "
     12layer at (10,44) size 163x28 clip at (11,45) size 161x26
     13  RenderTextControl {TEXTAREA} at (2,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     14    RenderBlock {DIV} at (1,1) size 161x26
     15      RenderText {#text} at (3,0) size 0x13
     16        text run at (3,0) width 0: " "
     17      RenderText {#text} at (3,13) size 0x13
     18        text run at (3,13) width 0: " "
    1919caret: position 0 of child 1 {#text} of child 0 {DIV} of child 2 {TEXTAREA} of child 0 {BODY} of child 0 {HTML} of document
  • trunk/LayoutTests/platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.txt

    r32226 r41792  
    2525      RenderBlock {DIV} at (0,54) size 784x36
    2626        RenderBlock {DIV} at (0,0) size 784x36
    27           RenderTextControl {TEXTAREA} at (304,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    2827          RenderText {#text} at (469,18) size 4x18
    2928            text run at (469,18) width 4: " "
     
    3332          RenderText {#text} at (0,0) size 0x0
    3433      RenderBlock (anonymous) at (0,90) size 784x0
    35 layer at (313,65) size 161x26
    36   RenderBlock {DIV} at (1,1) size 161x26
    37     RenderText {#text} at (3,0) size 3x13
    38       text run at (3,0) width 3: " "
     34layer at (312,64) size 163x28 clip at (313,65) size 161x26
     35  RenderTextControl {TEXTAREA} at (304,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     36    RenderBlock {DIV} at (1,1) size 161x13
     37      RenderText {#text} at (3,0) size 3x13
     38        text run at (3,0) width 3: " "
    3939caret: position 1 of child 0 {#text} of child 3 {SPAN} of child 1 {DIV} of child 4 {DIV} of child 1 {BODY} of child 0 {HTML} of document
  • trunk/LayoutTests/platform/mac/editing/pasteboard/pasting-tabs-expected.txt

    r30635 r41792  
    2020          text run at (0,18) width 65: "preserved."
    2121      RenderBlock (anonymous) at (0,52) size 784x32
    22         RenderTextControl {TEXTAREA} at (2,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    2322        RenderText {#text} at (0,0) size 0x0
    2423      RenderBlock {DIV} at (0,84) size 784x18
     
    3029        RenderText {#text} at (64,0) size 39x18
    3130          text run at (64,0) width 39: "<-Tab"
    32 layer at (11,63) size 161x26
    33   RenderBlock {DIV} at (1,1) size 161x26
    34     RenderText {#text} at (3,0) size 84x13
    35       text run at (3,0) width 84: "Tab->\x{9}<-Tab"
     31layer at (10,62) size 163x28 clip at (11,63) size 161x26
     32  RenderTextControl {TEXTAREA} at (2,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     33    RenderBlock {DIV} at (1,1) size 161x13
     34      RenderText {#text} at (3,0) size 84x13
     35        text run at (3,0) width 84: "Tab->\x{9}<-Tab"
    3636caret: position 5 of child 2 {#text} of child 4 {DIV} of child 1 {BODY} of child 0 {HTML} of document
  • trunk/LayoutTests/platform/mac/fast/block/margin-collapse/103-expected.txt

    r31100 r41792  
    127127              RenderText {#text} at (0,2) size 206x15
    128128                text run at (0,2) width 206: "Please describe your use of the ISE."
    129             RenderTextControl {TEXTAREA} at (0,490) size 502x102 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    130129            RenderBlock {H2} at (0,617) size 560x16 [color=#333333]
    131130              RenderText {#text} at (0,0) size 291x16
     
    144143              RenderText {#text} at (0,2) size 145x15
    145144                text run at (0,2) width 145: "Your comments on Fig. 1"
    146             RenderTextControl {TEXTAREA} at (0,772) size 502x102 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    147145            RenderBlock (floating) {SPAN} at (0,879) size 325x20 [color=#333333]
    148146              RenderText {#text} at (0,2) size 145x15
    149147                text run at (0,2) width 145: "Your comments on Fig. 2"
    150             RenderTextControl {TEXTAREA} at (0,899) size 502x102 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    151148            RenderBlock (floating) {SPAN} at (0,1006) size 325x20 [color=#333333]
    152149              RenderText {#text} at (0,2) size 145x15
    153150                text run at (0,2) width 145: "Your comments on Fig. 3"
    154             RenderTextControl {TEXTAREA} at (0,1026) size 502x102 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    155151            RenderBlock {H2} at (0,1153) size 560x16 [color=#333333]
    156152              RenderText {#text} at (0,0) size 143x16
     
    159155              RenderText {#text} at (0,2) size 220x15
    160156                text run at (0,2) width 220: "Please enter any other thoughts here."
    161             RenderTextControl {TEXTAREA} at (0,1199) size 502x102 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    162157          RenderBlock {P} at (20,1452) size 560x20 [color=#333333]
    163158            RenderText {#text} at (0,2) size 233x15
     
    171166layer at (440,322) size 180x13
    172167  RenderBlock {DIV} at (3,3) size 180x13
    173 layer at (113,763) size 500x100
    174   RenderBlock {DIV} at (1,1) size 500x100
    175 layer at (113,1045) size 500x100
    176   RenderBlock {DIV} at (1,1) size 500x100
    177 layer at (113,1172) size 500x100
    178   RenderBlock {DIV} at (1,1) size 500x100
    179 layer at (113,1299) size 500x100
    180   RenderBlock {DIV} at (1,1) size 500x100
    181 layer at (113,1472) size 500x100
    182   RenderBlock {DIV} at (1,1) size 500x100
     168layer at (112,762) size 502x102 clip at (113,763) size 500x100
     169  RenderTextControl {TEXTAREA} at (0,490) size 502x102 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     170    RenderBlock {DIV} at (1,1) size 500x13
     171layer at (112,1044) size 502x102 clip at (113,1045) size 500x100
     172  RenderTextControl {TEXTAREA} at (0,772) size 502x102 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     173    RenderBlock {DIV} at (1,1) size 500x13
     174layer at (112,1171) size 502x102 clip at (113,1172) size 500x100
     175  RenderTextControl {TEXTAREA} at (0,899) size 502x102 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     176    RenderBlock {DIV} at (1,1) size 500x13
     177layer at (112,1298) size 502x102 clip at (113,1299) size 500x100
     178  RenderTextControl {TEXTAREA} at (0,1026) size 502x102 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     179    RenderBlock {DIV} at (1,1) size 500x13
     180layer at (112,1471) size 502x102 clip at (113,1472) size 500x100
     181  RenderTextControl {TEXTAREA} at (0,1199) size 502x102 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     182    RenderBlock {DIV} at (1,1) size 500x13
  • trunk/LayoutTests/platform/mac/fast/css/resize-corner-tracking-expected.txt

    r30635 r41792  
    1919      RenderBlock {HR} at (0,52) size 784x2 [border: (1px inset #000000)]
    2020      RenderBlock (anonymous) at (0,187) size 784x178
    21         RenderTextControl {TEXTAREA} at (0,0) size 169x121 [bgcolor=#FFFFFF] [border: (2px solid #0000FF)]
    2221        RenderText {#text} at (169,107) size 4x18
    2322          text run at (169,107) width 4: " "
    2423        RenderBR {BR} at (0,0) size 0x0
    25         RenderTextControl {TEXTAREA} at (2,127) size 182x49 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    2624        RenderText {#text} at (0,0) size 0x0
    2725        RenderText {#text} at (0,0) size 0x0
    2826layer at (8,70) size 173x125 clip at (10,72) size 169x121
    2927  RenderBlock {DIV} at (0,62) size 173x125 [border: (2px solid #0000FF)]
    30 layer at (10,197) size 165x117
    31   RenderBlock {DIV} at (2,2) size 165x117
    32 layer at (11,323) size 180x47
    33   RenderBlock {DIV} at (1,1) size 180x47
     28layer at (8,195) size 169x121 clip at (10,197) size 165x117
     29  RenderTextControl {TEXTAREA} at (0,0) size 169x121 [bgcolor=#FFFFFF] [border: (2px solid #0000FF)]
     30    RenderBlock {DIV} at (2,2) size 165x13
     31layer at (10,322) size 182x49 clip at (11,323) size 180x47
     32  RenderTextControl {TEXTAREA} at (2,127) size 182x49 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     33    RenderBlock {DIV} at (1,1) size 180x13
  • trunk/LayoutTests/platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt

    r30635 r41792  
    55    RenderBody {BODY} at (8,8) size 784x576
    66      RenderBlock {FORM} at (0,0) size 784x39
    7         RenderTextControl {TEXTAREA} at (2,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    87        RenderText {#text} at (167,18) size 4x18
    98          text run at (167,18) width 4: " "
    10         RenderTextControl {TEXTAREA} at (173,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    119        RenderText {#text} at (338,18) size 4x18
    1210          text run at (338,18) width 4: " "
     
    3028        RenderText {#text} at (0,0) size 0x0
    3129        RenderText {#text} at (0,0) size 0x0
    32 layer at (11,11) size 161x26
    33   RenderBlock {DIV} at (1,1) size 161x26
    34 layer at (182,11) size 161x26
    35   RenderBlock {DIV} at (1,1) size 161x26
    36     RenderText {#text} at (3,0) size 66x13
    37       text run at (3,0) width 66: "Default Text"
     30layer at (10,10) size 163x28 clip at (11,11) size 161x26
     31  RenderTextControl {TEXTAREA} at (2,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     32    RenderBlock {DIV} at (1,1) size 161x13
     33layer at (181,10) size 163x28 clip at (182,11) size 161x26
     34  RenderTextControl {TEXTAREA} at (173,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     35    RenderBlock {DIV} at (1,1) size 161x13
     36      RenderText {#text} at (3,0) size 66x13
     37        text run at (3,0) width 66: "Default Text"
  • trunk/LayoutTests/platform/mac/fast/dynamic/008-expected.txt

    r25970 r41792  
    44  RenderBlock {HTML} at (0,0) size 785x672
    55    RenderBody {BODY} at (8,8) size 769x656
    6       RenderTextControl {TEXTAREA} at (2,2) size 302x652 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    76      RenderText {#text} at (0,0) size 0x0
    87      RenderText {#text} at (0,0) size 0x0
    98      RenderText {#text} at (0,0) size 0x0
    109      RenderText {#text} at (0,0) size 0x0
    11 layer at (11,11) size 300x650
    12   RenderBlock {DIV} at (1,1) size 300x650
    13     RenderText {#text} at (3,0) size 64x13
    14       text run at (3,0) width 64: "Sample text"
     10layer at (10,10) size 302x652 clip at (11,11) size 300x650
     11  RenderTextControl {TEXTAREA} at (2,2) size 302x652 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     12    RenderBlock {DIV} at (1,1) size 300x13
     13      RenderText {#text} at (3,0) size 64x13
     14        text run at (3,0) width 64: "Sample text"
  • trunk/LayoutTests/platform/mac/fast/forms/basic-textareas-expected.checksum

    r41690 r41792  
    1 65b45d4909da664e4b9ff93da0e3b4ba
     1bf83074caf5fdcf8ebcc66053f5af77b
  • trunk/LayoutTests/platform/mac/fast/forms/basic-textareas-expected.txt

    r41742 r41792  
    1717                  RenderBlock {SPAN} at (1,12) size 80x0
    1818                  RenderBR {BR} at (81,1) size 0x14
    19                   RenderTextControl {TEXTAREA} at (3,17) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    2019                RenderBlock {DIV} at (169,34) size 169x51 [border: (1px solid #0000FF)]
    2120                  RenderBlock {SPAN} at (1,1) size 80x14
     
    2322                      text run at (0,0) width 76: "disabled: \"true\","
    2423                  RenderBR {BR} at (81,1) size 0x14
    25                   RenderTextControl {TEXTAREA} at (3,17) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    2624                RenderBlock {DIV} at (338,0) size 189x85 [border: (1px solid #0000FF)]
    2725                  RenderBlock {SPAN} at (1,1) size 80x28
     
    3028                      text run at (0,14) width 78: "\"padding:10px\","
    3129                  RenderBR {BR} at (81,15) size 0x14
    32                   RenderTextControl {TEXTAREA} at (3,31) size 183x48 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    3330                RenderBlock {DIV} at (527,20) size 169x65 [border: (1px solid #0000FF)]
    3431                  RenderBlock {SPAN} at (1,1) size 80x28
     
    3734                      text run at (0,14) width 72: "\"padding:0px\","
    3835                  RenderBR {BR} at (81,15) size 0x14
    39                   RenderTextControl {TEXTAREA} at (3,31) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    4036                RenderBlock {DIV} at (0,123) size 185x81 [border: (1px solid #0000FF)]
    4137                  RenderBlock {SPAN} at (1,1) size 80x28
     
    4440                      text run at (0,14) width 73: "\"margin:10px\","
    4541                  RenderBR {BR} at (81,15) size 0x14
    46                   RenderTextControl {TEXTAREA} at (11,39) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    4742                RenderBlock {DIV} at (185,143) size 165x61 [border: (1px solid #0000FF)]
    4843                  RenderBlock {SPAN} at (1,1) size 80x28
     
    5146                      text run at (0,14) width 67: "\"margin:0px\","
    5247                  RenderBR {BR} at (81,15) size 0x14
    53                   RenderTextControl {TEXTAREA} at (1,29) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    5448                RenderBlock {DIV} at (350,139) size 82x65 [border: (1px solid #0000FF)]
    5549                  RenderBlock {SPAN} at (1,1) size 80x28
     
    5852                      text run at (0,14) width 67: "\"width:60px\","
    5953                  RenderBR {BR} at (81,15) size 0x14
    60                   RenderTextControl {TEXTAREA} at (1,31) size 62x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    6154                RenderBlock {DIV} at (432,85) size 104x119 [border: (1px solid #0000FF)]
    6255                  RenderBlock {SPAN} at (1,1) size 80x42
     
    6659                      text run at (0,28) width 73: "padding:20px\","
    6760                  RenderBR {BR} at (81,29) size 0x14
    68                   RenderTextControl {TEXTAREA} at (1,45) size 102x68 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    6961                RenderBlock {DIV} at (536,125) size 82x79 [border: (1px solid #0000FF)]
    7062                  RenderBlock {SPAN} at (1,1) size 80x42
     
    7466                      text run at (0,28) width 55: "padding:0\","
    7567                  RenderBR {BR} at (81,29) size 0x14
    76                   RenderTextControl {TEXTAREA} at (1,45) size 62x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    7768                RenderBlock {DIV} at (0,232) size 169x95 [border: (1px solid #0000FF)]
    7869                  RenderBlock {SPAN} at (1,1) size 80x28
     
    8172                      text run at (0,14) width 69: "\"height:60px\","
    8273                  RenderBR {BR} at (81,15) size 0x14
    83                   RenderTextControl {TEXTAREA} at (3,29) size 163x62 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    8474                RenderBlock {DIV} at (169,218) size 82x109 [border: (1px solid #0000FF)]
    8575                  RenderBlock {SPAN} at (1,1) size 80x42
     
    8979                      text run at (0,28) width 64: "height:60px\","
    9080                  RenderBR {BR} at (81,29) size 0x14
    91                   RenderTextControl {TEXTAREA} at (1,43) size 62x62 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    9281                RenderBlock {DIV} at (251,262) size 169x65 [border: (1px solid #0000FF)]
    9382                  RenderBlock {SPAN} at (1,1) size 80x28
     
    125114                      text run at (0,28) width 64: "height:60px\","
    126115                  RenderBR {BR} at (81,29) size 0x14
    127                   RenderTextControl {TEXTAREA} at (1,43) size 62x62 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    128116                RenderBlock {DIV} at (82,341) size 82x109 [border: (1px solid #0000FF)]
    129117                  RenderBlock {SPAN} at (1,1) size 80x42
     
    133121                      text run at (0,28) width 64: "height:60px\","
    134122                  RenderBR {BR} at (81,29) size 0x14
    135                   RenderTextControl {TEXTAREA} at (1,43) size 62x62 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    136123                RenderBlock {DIV} at (164,327) size 82x123 [border: (1px solid #0000FF)]
    137124                  RenderBlock {SPAN} at (1,1) size 80x56
     
    142129                      text run at (0,42) width 64: "height:60px\","
    143130                  RenderBR {BR} at (81,43) size 0x14
    144                   RenderTextControl {TEXTAREA} at (1,57) size 62x62 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    145131                RenderBlock {DIV} at (246,399) size 82x51 [border: (1px solid #0000FF)]
    146132                  RenderBlock {SPAN} at (1,1) size 80x14
     
    148134                      text run at (0,0) width 44: "cols: \"3\","
    149135                  RenderBR {BR} at (81,1) size 0x14
    150                   RenderTextControl {TEXTAREA} at (3,17) size 44x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    151136                RenderBlock {DIV} at (328,386) size 169x64 [border: (1px solid #0000FF)]
    152137                  RenderBlock {SPAN} at (1,1) size 80x14
     
    154139                      text run at (0,0) width 49: "rows: \"3\","
    155140                  RenderBR {BR} at (81,1) size 0x14
    156                   RenderTextControl {TEXTAREA} at (3,17) size 163x41 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    157141                RenderBlock {DIV} at (497,399) size 82x51 [border: (1px solid #0000FF)]
    158142                  RenderBlock {SPAN} at (1,1) size 80x14
     
    160144                      text run at (0,0) width 44: "cols: \"7\","
    161145                  RenderBR {BR} at (81,1) size 0x14
    162                   RenderTextControl {TEXTAREA} at (3,17) size 72x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    163146                RenderBlock {DIV} at (579,334) size 169x116 [border: (1px solid #0000FF)]
    164147                  RenderBlock {SPAN} at (1,1) size 80x14
     
    166149                      text run at (0,0) width 49: "rows: \"7\","
    167150                  RenderBR {BR} at (81,1) size 0x14
    168                   RenderTextControl {TEXTAREA} at (3,17) size 163x93 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    169151                RenderBlock {DIV} at (0,450) size 82x91 [border: (1px solid #0000FF)]
    170152                  RenderBlock {SPAN} at (1,1) size 80x28
     
    173155                      text run at (0,14) width 19: "\"4\","
    174156                  RenderBR {BR} at (81,15) size 0x14
    175                   RenderTextControl {TEXTAREA} at (3,31) size 58x54 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    176157                RenderBlock {DIV} at (82,475) size 169x66 [border: (1px solid #0000FF)]
    177158                  RenderBlock {SPAN} at (1,1) size 80x14
     
    179160                      text run at (0,0) width 57: "wrap: \"off\","
    180161                  RenderBR {BR} at (81,1) size 0x14
    181                   RenderTextControl {TEXTAREA} at (3,17) size 163x43 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    182162                RenderBlock {DIV} at (251,490) size 169x51 [border: (1px solid #0000FF)]
    183163                  RenderBlock {SPAN} at (1,1) size 80x14
     
    185165                      text run at (0,0) width 64: "wrap: \"hard\","
    186166                  RenderBR {BR} at (81,1) size 0x14
    187                   RenderTextControl {TEXTAREA} at (3,17) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    188167                RenderBlock {DIV} at (420,490) size 169x51 [border: (1px solid #0000FF)]
    189168                  RenderBlock {SPAN} at (1,1) size 80x14
     
    191170                      text run at (0,0) width 61: "wrap: \"soft\","
    192171                  RenderBR {BR} at (81,1) size 0x14
    193                   RenderTextControl {TEXTAREA} at (3,17) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    194         layer at (4,80) size 161x26
    195           RenderBlock {DIV} at (1,1) size 161x26
    196             RenderText {#text} at (3,0) size 102x13
    197               text run at (3,0) width 102: "Lorem ipsum dolor"
    198         layer at (173,80) size 161x26 clip at (173,80) size 146x26 scrollHeight 52
    199           RenderBlock {DIV} at (1,1) size 161x26 [color=#545454]
    200             RenderText {#text} at (3,0) size 138x52
    201               text run at (3,0) width 102: "Lorem ipsum dolor"
    202               text run at (105,0) width 3: " "
    203               text run at (3,13) width 138: "ABCDEFGHIJKLMNOPQRST"
    204               text run at (3,26) width 45: "UVWXYZ"
    205               text run at (48,26) width 3: " "
    206               text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
    207         layer at (352,70) size 161x26 clip at (352,70) size 146x26 scrollHeight 52
    208           RenderBlock {DIV} at (11,11) size 161x26
    209             RenderText {#text} at (3,0) size 138x52
    210               text run at (3,0) width 102: "Lorem ipsum dolor"
    211               text run at (105,0) width 3: " "
    212               text run at (3,13) width 138: "ABCDEFGHIJKLMNOPQRST"
    213               text run at (3,26) width 45: "UVWXYZ"
    214               text run at (48,26) width 3: " "
    215               text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
    216         layer at (531,80) size 161x26 clip at (531,80) size 146x26 scrollHeight 52
    217           RenderBlock {DIV} at (1,1) size 161x26
    218             RenderText {#text} at (3,0) size 138x52
    219               text run at (3,0) width 102: "Lorem ipsum dolor"
    220               text run at (105,0) width 3: " "
    221               text run at (3,13) width 138: "ABCDEFGHIJKLMNOPQRST"
    222               text run at (3,26) width 45: "UVWXYZ"
    223               text run at (48,26) width 3: " "
    224               text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
    225         layer at (12,191) size 161x26 clip at (12,191) size 146x26 scrollHeight 52
    226           RenderBlock {DIV} at (1,1) size 161x26
    227             RenderText {#text} at (3,0) size 138x52
    228               text run at (3,0) width 102: "Lorem ipsum dolor"
    229               text run at (105,0) width 3: " "
    230               text run at (3,13) width 138: "ABCDEFGHIJKLMNOPQRST"
    231               text run at (3,26) width 45: "UVWXYZ"
    232               text run at (48,26) width 3: " "
    233               text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
    234         layer at (187,201) size 161x26 clip at (187,201) size 146x26 scrollHeight 52
    235           RenderBlock {DIV} at (1,1) size 161x26
    236             RenderText {#text} at (3,0) size 138x52
    237               text run at (3,0) width 102: "Lorem ipsum dolor"
    238               text run at (105,0) width 3: " "
    239               text run at (3,13) width 138: "ABCDEFGHIJKLMNOPQRST"
    240               text run at (3,26) width 45: "UVWXYZ"
    241               text run at (48,26) width 3: " "
    242               text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
    243         layer at (352,199) size 60x26 clip at (352,199) size 45x26 scrollHeight 156
    244           RenderBlock {DIV} at (1,1) size 60x26
    245             RenderText {#text} at (3,0) size 39x156
    246               text run at (3,0) width 34: "Lorem"
    247               text run at (37,0) width 3: " "
    248               text run at (3,13) width 33: "ipsum"
    249               text run at (36,13) width 3: " "
    250               text run at (3,26) width 29: "dolor"
    251               text run at (32,26) width 3: " "
    252               text run at (3,39) width 36: "ABCDE"
    253               text run at (3,52) width 36: "FGHIJK"
    254               text run at (3,65) width 39: "LMNOP"
    255               text run at (3,78) width 37: "QRSTU"
    256               text run at (3,91) width 37: "VWXYZ"
    257               text run at (40,91) width 2: " "
    258               text run at (3,104) width 36: "abcdef"
    259               text run at (3,117) width 30: "ghijkl"
    260               text run at (3,130) width 38: "mnopq"
    261               text run at (3,143) width 27: "rstuv"
    262         layer at (454,179) size 60x26 clip at (454,179) size 45x26 scrollHeight 156
    263           RenderBlock {DIV} at (21,21) size 60x26
    264             RenderText {#text} at (3,0) size 39x156
    265               text run at (3,0) width 34: "Lorem"
    266               text run at (37,0) width 3: " "
    267               text run at (3,13) width 33: "ipsum"
    268               text run at (36,13) width 3: " "
    269               text run at (3,26) width 29: "dolor"
    270               text run at (32,26) width 3: " "
    271               text run at (3,39) width 36: "ABCDE"
    272               text run at (3,52) width 36: "FGHIJK"
    273               text run at (3,65) width 39: "LMNOP"
    274               text run at (3,78) width 37: "QRSTU"
    275               text run at (3,91) width 37: "VWXYZ"
    276               text run at (40,91) width 2: " "
    277               text run at (3,104) width 36: "abcdef"
    278               text run at (3,117) width 30: "ghijkl"
    279               text run at (3,130) width 38: "mnopq"
    280               text run at (3,143) width 27: "rstuv"
    281         layer at (538,199) size 60x26 clip at (538,199) size 45x26 scrollHeight 156
    282           RenderBlock {DIV} at (1,1) size 60x26
    283             RenderText {#text} at (3,0) size 39x156
    284               text run at (3,0) width 34: "Lorem"
    285               text run at (37,0) width 3: " "
    286               text run at (3,13) width 33: "ipsum"
    287               text run at (36,13) width 3: " "
    288               text run at (3,26) width 29: "dolor"
    289               text run at (32,26) width 3: " "
    290               text run at (3,39) width 36: "ABCDE"
    291               text run at (3,52) width 36: "FGHIJK"
    292               text run at (3,65) width 39: "LMNOP"
    293               text run at (3,78) width 37: "QRSTU"
    294               text run at (3,91) width 37: "VWXYZ"
    295               text run at (40,91) width 2: " "
    296               text run at (3,104) width 36: "abcdef"
    297               text run at (3,117) width 30: "ghijkl"
    298               text run at (3,130) width 38: "mnopq"
    299               text run at (3,143) width 27: "rstuv"
    300         layer at (4,290) size 161x60
    301           RenderBlock {DIV} at (1,1) size 161x60
    302             RenderText {#text} at (3,0) size 153x52
    303               text run at (3,0) width 102: "Lorem ipsum dolor"
    304               text run at (105,0) width 3: " "
    305               text run at (3,13) width 153: "ABCDEFGHIJKLMNOPQRSTUV"
    306               text run at (3,26) width 30: "WXYZ"
    307               text run at (33,26) width 3: " "
    308               text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
    309         layer at (171,290) size 60x60 clip at (171,290) size 45x60 scrollHeight 156
    310           RenderBlock {DIV} at (1,1) size 60x60
    311             RenderText {#text} at (3,0) size 39x156
    312               text run at (3,0) width 34: "Lorem"
    313               text run at (37,0) width 3: " "
    314               text run at (3,13) width 33: "ipsum"
    315               text run at (36,13) width 3: " "
    316               text run at (3,26) width 29: "dolor"
    317               text run at (32,26) width 3: " "
    318               text run at (3,39) width 36: "ABCDE"
    319               text run at (3,52) width 36: "FGHIJK"
    320               text run at (3,65) width 39: "LMNOP"
    321               text run at (3,78) width 37: "QRSTU"
    322               text run at (3,91) width 37: "VWXYZ"
    323               text run at (40,91) width 2: " "
    324               text run at (3,104) width 36: "abcdef"
    325               text run at (3,117) width 30: "ghijkl"
    326               text run at (3,130) width 38: "mnopq"
    327               text run at (3,143) width 27: "rstuv"
    328         layer at (254,321) size 163x28
     172        layer at (3,79) size 163x28 clip at (4,80) size 161x26
     173          RenderTextControl {TEXTAREA} at (3,17) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     174            RenderBlock {DIV} at (1,1) size 161x13
     175              RenderText {#text} at (3,0) size 102x13
     176                text run at (3,0) width 102: "Lorem ipsum dolor"
     177        layer at (172,79) size 163x28 clip at (173,80) size 146x26 scrollHeight 52
     178          RenderTextControl {TEXTAREA} at (3,17) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     179            RenderBlock {DIV} at (1,1) size 146x52 [color=#545454]
     180              RenderText {#text} at (3,0) size 138x52
     181                text run at (3,0) width 102: "Lorem ipsum dolor"
     182                text run at (105,0) width 3: " "
     183                text run at (3,13) width 138: "ABCDEFGHIJKLMNOPQRST"
     184                text run at (3,26) width 45: "UVWXYZ"
     185                text run at (48,26) width 3: " "
     186                text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
     187        layer at (341,59) size 183x48 clip at (342,60) size 166x46 scrollHeight 72
     188          RenderTextControl {TEXTAREA} at (3,31) size 183x48 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     189            RenderBlock {DIV} at (11,11) size 146x52
     190              RenderText {#text} at (3,0) size 138x52
     191                text run at (3,0) width 102: "Lorem ipsum dolor"
     192                text run at (105,0) width 3: " "
     193                text run at (3,13) width 138: "ABCDEFGHIJKLMNOPQRST"
     194                text run at (3,26) width 45: "UVWXYZ"
     195                text run at (48,26) width 3: " "
     196                text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
     197        layer at (530,79) size 163x28 clip at (531,80) size 146x26 scrollHeight 52
    329198          RenderTextControl {TEXTAREA} at (3,31) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    330         layer at (255,322) size 161x26 scrollHeight 52
    331           RenderBlock {DIV} at (1,1) size 161x26
    332             RenderText {#text} at (3,0) size 153x52
    333               text run at (3,0) width 102: "Lorem ipsum dolor"
    334               text run at (105,0) width 3: " "
    335               text run at (3,13) width 153: "ABCDEFGHIJKLMNOPQRSTUV"
    336               text run at (3,26) width 30: "WXYZ"
    337               text run at (33,26) width 3: " "
    338               text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
    339         layer at (423,306) size 163x43
     199            RenderBlock {DIV} at (1,1) size 146x52
     200              RenderText {#text} at (3,0) size 138x52
     201                text run at (3,0) width 102: "Lorem ipsum dolor"
     202                text run at (105,0) width 3: " "
     203                text run at (3,13) width 138: "ABCDEFGHIJKLMNOPQRST"
     204                text run at (3,26) width 45: "UVWXYZ"
     205                text run at (48,26) width 3: " "
     206                text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
     207        layer at (11,190) size 163x28 clip at (12,191) size 146x26 scrollHeight 52
     208          RenderTextControl {TEXTAREA} at (11,39) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     209            RenderBlock {DIV} at (1,1) size 146x52
     210              RenderText {#text} at (3,0) size 138x52
     211                text run at (3,0) width 102: "Lorem ipsum dolor"
     212                text run at (105,0) width 3: " "
     213                text run at (3,13) width 138: "ABCDEFGHIJKLMNOPQRST"
     214                text run at (3,26) width 45: "UVWXYZ"
     215                text run at (48,26) width 3: " "
     216                text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
     217        layer at (186,200) size 163x28 clip at (187,201) size 146x26 scrollHeight 52
     218          RenderTextControl {TEXTAREA} at (1,29) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     219            RenderBlock {DIV} at (1,1) size 146x52
     220              RenderText {#text} at (3,0) size 138x52
     221                text run at (3,0) width 102: "Lorem ipsum dolor"
     222                text run at (105,0) width 3: " "
     223                text run at (3,13) width 138: "ABCDEFGHIJKLMNOPQRST"
     224                text run at (3,26) width 45: "UVWXYZ"
     225                text run at (48,26) width 3: " "
     226                text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
     227        layer at (351,198) size 62x28 clip at (352,199) size 45x26 scrollHeight 156
     228          RenderTextControl {TEXTAREA} at (1,31) size 62x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     229            RenderBlock {DIV} at (1,1) size 45x156
     230              RenderText {#text} at (3,0) size 39x156
     231                text run at (3,0) width 34: "Lorem"
     232                text run at (37,0) width 3: " "
     233                text run at (3,13) width 33: "ipsum"
     234                text run at (36,13) width 3: " "
     235                text run at (3,26) width 29: "dolor"
     236                text run at (32,26) width 3: " "
     237                text run at (3,39) width 36: "ABCDE"
     238                text run at (3,52) width 36: "FGHIJK"
     239                text run at (3,65) width 39: "LMNOP"
     240                text run at (3,78) width 37: "QRSTU"
     241                text run at (3,91) width 37: "VWXYZ"
     242                text run at (40,91) width 2: " "
     243                text run at (3,104) width 36: "abcdef"
     244                text run at (3,117) width 30: "ghijkl"
     245                text run at (3,130) width 38: "mnopq"
     246                text run at (3,143) width 27: "rstuv"
     247        layer at (433,158) size 102x68 clip at (434,159) size 85x66 scrollHeight 196
     248          RenderTextControl {TEXTAREA} at (1,45) size 102x68 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     249            RenderBlock {DIV} at (21,21) size 45x156
     250              RenderText {#text} at (3,0) size 39x156
     251                text run at (3,0) width 34: "Lorem"
     252                text run at (37,0) width 3: " "
     253                text run at (3,13) width 33: "ipsum"
     254                text run at (36,13) width 3: " "
     255                text run at (3,26) width 29: "dolor"
     256                text run at (32,26) width 3: " "
     257                text run at (3,39) width 36: "ABCDE"
     258                text run at (3,52) width 36: "FGHIJK"
     259                text run at (3,65) width 39: "LMNOP"
     260                text run at (3,78) width 37: "QRSTU"
     261                text run at (3,91) width 37: "VWXYZ"
     262                text run at (40,91) width 2: " "
     263                text run at (3,104) width 36: "abcdef"
     264                text run at (3,117) width 30: "ghijkl"
     265                text run at (3,130) width 38: "mnopq"
     266                text run at (3,143) width 27: "rstuv"
     267        layer at (537,198) size 62x28 clip at (538,199) size 45x26 scrollHeight 156
     268          RenderTextControl {TEXTAREA} at (1,45) size 62x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     269            RenderBlock {DIV} at (1,1) size 45x156
     270              RenderText {#text} at (3,0) size 39x156
     271                text run at (3,0) width 34: "Lorem"
     272                text run at (37,0) width 3: " "
     273                text run at (3,13) width 33: "ipsum"
     274                text run at (36,13) width 3: " "
     275                text run at (3,26) width 29: "dolor"
     276                text run at (32,26) width 3: " "
     277                text run at (3,39) width 36: "ABCDE"
     278                text run at (3,52) width 36: "FGHIJK"
     279                text run at (3,65) width 39: "LMNOP"
     280                text run at (3,78) width 37: "QRSTU"
     281                text run at (3,91) width 37: "VWXYZ"
     282                text run at (40,91) width 2: " "
     283                text run at (3,104) width 36: "abcdef"
     284                text run at (3,117) width 30: "ghijkl"
     285                text run at (3,130) width 38: "mnopq"
     286                text run at (3,143) width 27: "rstuv"
     287        layer at (3,289) size 163x62 clip at (4,290) size 161x60
     288          RenderTextControl {TEXTAREA} at (3,29) size 163x62 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     289            RenderBlock {DIV} at (1,1) size 161x52
     290              RenderText {#text} at (3,0) size 153x52
     291                text run at (3,0) width 102: "Lorem ipsum dolor"
     292                text run at (105,0) width 3: " "
     293                text run at (3,13) width 153: "ABCDEFGHIJKLMNOPQRSTUV"
     294                text run at (3,26) width 30: "WXYZ"
     295                text run at (33,26) width 3: " "
     296                text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
     297        layer at (170,289) size 62x62 clip at (171,290) size 45x60 scrollHeight 156
     298          RenderTextControl {TEXTAREA} at (1,43) size 62x62 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     299            RenderBlock {DIV} at (1,1) size 45x156
     300              RenderText {#text} at (3,0) size 39x156
     301                text run at (3,0) width 34: "Lorem"
     302                text run at (37,0) width 3: " "
     303                text run at (3,13) width 33: "ipsum"
     304                text run at (36,13) width 3: " "
     305                text run at (3,26) width 29: "dolor"
     306                text run at (32,26) width 3: " "
     307                text run at (3,39) width 36: "ABCDE"
     308                text run at (3,52) width 36: "FGHIJK"
     309                text run at (3,65) width 39: "LMNOP"
     310                text run at (3,78) width 37: "QRSTU"
     311                text run at (3,91) width 37: "VWXYZ"
     312                text run at (40,91) width 2: " "
     313                text run at (3,104) width 36: "abcdef"
     314                text run at (3,117) width 30: "ghijkl"
     315                text run at (3,130) width 38: "mnopq"
     316                text run at (3,143) width 27: "rstuv"
     317        layer at (254,321) size 163x28 clip at (255,322) size 161x26 scrollHeight 52
     318          RenderTextControl {TEXTAREA} at (3,31) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     319            RenderBlock {DIV} at (1,1) size 161x52
     320              RenderText {#text} at (3,0) size 153x52
     321                text run at (3,0) width 102: "Lorem ipsum dolor"
     322                text run at (105,0) width 3: " "
     323                text run at (3,13) width 153: "ABCDEFGHIJKLMNOPQRSTUV"
     324                text run at (3,26) width 30: "WXYZ"
     325                text run at (33,26) width 3: " "
     326                text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
     327        layer at (423,306) size 163x43 clip at (424,307) size 146x26 scrollHeight 52
    340328          RenderTextControl {TEXTAREA} at (3,31) size 163x43 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    341         layer at (424,307) size 161x41 clip at (424,307) size 146x26 scrollHeight 52
    342           RenderBlock {DIV} at (1,1) size 161x41
    343             RenderText {#text} at (3,0) size 138x52
    344               text run at (3,0) width 102: "Lorem ipsum dolor"
    345               text run at (105,0) width 3: " "
    346               text run at (3,13) width 138: "ABCDEFGHIJKLMNOPQRST"
    347               text run at (3,26) width 45: "UVWXYZ"
    348               text run at (48,26) width 3: " "
    349               text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
    350         layer at (590,289) size 62x62
     329            RenderBlock {DIV} at (1,1) size 146x52
     330              RenderText {#text} at (3,0) size 138x52
     331                text run at (3,0) width 102: "Lorem ipsum dolor"
     332                text run at (105,0) width 3: " "
     333                text run at (3,13) width 138: "ABCDEFGHIJKLMNOPQRST"
     334                text run at (3,26) width 45: "UVWXYZ"
     335                text run at (48,26) width 3: " "
     336                text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
     337        layer at (590,289) size 62x62 clip at (591,290) size 60x60 scrollHeight 130
    351338          RenderTextControl {TEXTAREA} at (1,57) size 62x62 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    352         layer at (591,290) size 60x60 scrollHeight 130
    353           RenderBlock {DIV} at (1,1) size 60x60
    354             RenderText {#text} at (3,0) size 54x130
    355               text run at (3,0) width 34: "Lorem"
    356               text run at (37,0) width 3: " "
    357               text run at (3,13) width 33: "ipsum"
    358               text run at (36,13) width 3: " "
    359               text run at (3,26) width 29: "dolor"
    360               text run at (32,26) width 3: " "
    361               text run at (3,39) width 50: "ABCDEFG"
    362               text run at (3,52) width 54: "HIJKLMNO"
    363               text run at (3,65) width 50: "PQRSTUV"
    364               text run at (3,78) width 30: "WXYZ"
    365               text run at (33,78) width 3: " "
    366               text run at (3,91) width 53: "abcdefghi"
    367               text run at (3,104) width 51: "jklmnopq"
    368               text run at (3,117) width 27: "rstuv"
    369         layer at (672,289) size 62x62
     339            RenderBlock {DIV} at (1,1) size 60x130
     340              RenderText {#text} at (3,0) size 54x130
     341                text run at (3,0) width 34: "Lorem"
     342                text run at (37,0) width 3: " "
     343                text run at (3,13) width 33: "ipsum"
     344                text run at (36,13) width 3: " "
     345                text run at (3,26) width 29: "dolor"
     346                text run at (32,26) width 3: " "
     347                text run at (3,39) width 50: "ABCDEFG"
     348                text run at (3,52) width 54: "HIJKLMNO"
     349                text run at (3,65) width 50: "PQRSTUV"
     350                text run at (3,78) width 30: "WXYZ"
     351                text run at (33,78) width 3: " "
     352                text run at (3,91) width 53: "abcdefghi"
     353                text run at (3,104) width 51: "jklmnopq"
     354                text run at (3,117) width 27: "rstuv"
     355        layer at (672,289) size 62x62 clip at (673,290) size 45x45 scrollHeight 156
    370356          RenderTextControl {TEXTAREA} at (1,57) size 62x62 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    371         layer at (673,290) size 60x60 clip at (673,290) size 45x45 scrollHeight 156
    372           RenderBlock {DIV} at (1,1) size 60x60
    373             RenderText {#text} at (3,0) size 39x156
    374               text run at (3,0) width 34: "Lorem"
    375               text run at (37,0) width 3: " "
    376               text run at (3,13) width 33: "ipsum"
    377               text run at (36,13) width 3: " "
    378               text run at (3,26) width 29: "dolor"
    379               text run at (32,26) width 3: " "
    380               text run at (3,39) width 36: "ABCDE"
    381               text run at (3,52) width 36: "FGHIJK"
    382               text run at (3,65) width 39: "LMNOP"
    383               text run at (3,78) width 37: "QRSTU"
    384               text run at (3,91) width 37: "VWXYZ"
    385               text run at (40,91) width 2: " "
    386               text run at (3,104) width 36: "abcdef"
    387               text run at (3,117) width 30: "ghijkl"
    388               text run at (3,130) width 38: "mnopq"
    389               text run at (3,143) width 27: "rstuv"
    390         layer at (2,413) size 60x60 clip at (2,413) size 45x60 scrollHeight 156
    391           RenderBlock {DIV} at (1,1) size 60x60
    392             RenderText {#text} at (3,0) size 39x156
    393               text run at (3,0) width 34: "Lorem"
    394               text run at (37,0) width 3: " "
    395               text run at (3,13) width 33: "ipsum"
    396               text run at (36,13) width 3: " "
    397               text run at (3,26) width 29: "dolor"
    398               text run at (32,26) width 3: " "
    399               text run at (3,39) width 36: "ABCDE"
    400               text run at (3,52) width 36: "FGHIJK"
    401               text run at (3,65) width 39: "LMNOP"
    402               text run at (3,78) width 37: "QRSTU"
    403               text run at (3,91) width 37: "VWXYZ"
    404               text run at (40,91) width 2: " "
    405               text run at (3,104) width 36: "abcdef"
    406               text run at (3,117) width 30: "ghijkl"
    407               text run at (3,130) width 38: "mnopq"
    408               text run at (3,143) width 27: "rstuv"
    409         layer at (84,413) size 60x60 clip at (84,413) size 45x60 scrollHeight 156
    410           RenderBlock {DIV} at (1,1) size 60x60
    411             RenderText {#text} at (3,0) size 39x156
    412               text run at (3,0) width 34: "Lorem"
    413               text run at (37,0) width 3: " "
    414               text run at (3,13) width 33: "ipsum"
    415               text run at (36,13) width 3: " "
    416               text run at (3,26) width 29: "dolor"
    417               text run at (32,26) width 3: " "
    418               text run at (3,39) width 36: "ABCDE"
    419               text run at (3,52) width 36: "FGHIJK"
    420               text run at (3,65) width 39: "LMNOP"
    421               text run at (3,78) width 37: "QRSTU"
    422               text run at (3,91) width 37: "VWXYZ"
    423               text run at (40,91) width 2: " "
    424               text run at (3,104) width 36: "abcdef"
    425               text run at (3,117) width 30: "ghijkl"
    426               text run at (3,130) width 38: "mnopq"
    427               text run at (3,143) width 27: "rstuv"
    428         layer at (166,413) size 60x60 clip at (166,413) size 45x60 scrollHeight 156
    429           RenderBlock {DIV} at (1,1) size 60x60
    430             RenderText {#text} at (3,0) size 39x156
    431               text run at (3,0) width 34: "Lorem"
    432               text run at (37,0) width 3: " "
    433               text run at (3,13) width 33: "ipsum"
    434               text run at (36,13) width 3: " "
    435               text run at (3,26) width 29: "dolor"
    436               text run at (32,26) width 3: " "
    437               text run at (3,39) width 36: "ABCDE"
    438               text run at (3,52) width 36: "FGHIJK"
    439               text run at (3,65) width 39: "LMNOP"
    440               text run at (3,78) width 37: "QRSTU"
    441               text run at (3,91) width 37: "VWXYZ"
    442               text run at (40,91) width 2: " "
    443               text run at (3,104) width 36: "abcdef"
    444               text run at (3,117) width 30: "ghijkl"
    445               text run at (3,130) width 38: "mnopq"
    446               text run at (3,143) width 27: "rstuv"
    447         layer at (250,445) size 42x26 clip at (250,445) size 27x26 scrollHeight 312
    448           RenderBlock {DIV} at (1,1) size 42x26
    449             RenderText {#text} at (3,0) size 21x312
    450               text run at (3,0) width 18: "Lor"
    451               text run at (3,13) width 17: "em"
    452               text run at (20,13) width 3: " "
    453               text run at (3,26) width 16: "ips"
    454               text run at (3,39) width 18: "um"
    455               text run at (21,39) width 3: " "
    456               text run at (3,52) width 17: "dol"
    457               text run at (3,65) width 12: "or"
    458               text run at (15,65) width 3: " "
    459               text run at (3,78) width 14: "AB"
    460               text run at (3,91) width 16: "CD"
    461               text run at (3,104) width 20: "EFG"
    462               text run at (3,117) width 15: "HIJ"
    463               text run at (3,130) width 14: "KL"
    464               text run at (3,143) width 18: "MN"
    465               text run at (3,156) width 15: "OP"
    466               text run at (3,169) width 16: "QR"
    467               text run at (3,182) width 21: "STU"
    468               text run at (3,195) width 17: "VW"
    469               text run at (3,208) width 21: "XYZ"
    470               text run at (24,208) width 0: " "
    471               text run at (3,221) width 19: "abc"
    472               text run at (3,234) width 18: "def"
    473               text run at (3,247) width 21: "ghij"
    474               text run at (3,260) width 20: "klm"
    475               text run at (3,273) width 21: "nop"
    476               text run at (3,286) width 18: "qrs"
    477               text run at (3,299) width 17: "tuv"
    478         layer at (332,432) size 161x39 clip at (332,432) size 146x39 scrollHeight 52
    479           RenderBlock {DIV} at (1,1) size 161x39
    480             RenderText {#text} at (3,0) size 138x52
    481               text run at (3,0) width 102: "Lorem ipsum dolor"
    482               text run at (105,0) width 3: " "
    483               text run at (3,13) width 138: "ABCDEFGHIJKLMNOPQRST"
    484               text run at (3,26) width 45: "UVWXYZ"
    485               text run at (48,26) width 3: " "
    486               text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
    487         layer at (501,445) size 70x26 clip at (501,445) size 55x26 scrollHeight 143
    488           RenderBlock {DIV} at (1,1) size 70x26
    489             RenderText {#text} at (3,0) size 47x143
    490               text run at (3,0) width 34: "Lorem"
    491               text run at (37,0) width 3: " "
    492               text run at (3,13) width 33: "ipsum"
    493               text run at (36,13) width 3: " "
    494               text run at (3,26) width 29: "dolor"
    495               text run at (32,26) width 3: " "
    496               text run at (3,39) width 42: "ABCDEF"
    497               text run at (3,52) width 46: "GHIJKLM"
    498               text run at (3,65) width 45: "NOPQRS"
    499               text run at (3,78) width 45: "TUVWXY"
    500               text run at (3,91) width 7: "Z"
    501               text run at (10,91) width 3: " "
    502               text run at (3,104) width 43: "abcdefg"
    503               text run at (3,117) width 47: "hijklmno"
    504               text run at (3,130) width 41: "pqrstuv"
    505         layer at (583,380) size 161x91
    506           RenderBlock {DIV} at (1,1) size 161x91
    507             RenderText {#text} at (3,0) size 153x52
    508               text run at (3,0) width 102: "Lorem ipsum dolor"
    509               text run at (105,0) width 3: " "
    510               text run at (3,13) width 153: "ABCDEFGHIJKLMNOPQRSTUV"
    511               text run at (3,26) width 30: "WXYZ"
    512               text run at (33,26) width 3: " "
    513               text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
    514         layer at (4,510) size 56x52 clip at (4,510) size 41x52 scrollHeight 169
    515           RenderBlock {DIV} at (1,1) size 56x52
    516             RenderText {#text} at (3,0) size 35x169
    517               text run at (3,0) width 34: "Lorem"
    518               text run at (37,0) width 1: " "
    519               text run at (3,13) width 33: "ipsum"
    520               text run at (36,13) width 2: " "
    521               text run at (3,26) width 29: "dolor"
    522               text run at (32,26) width 3: " "
    523               text run at (3,39) width 30: "ABCD"
    524               text run at (3,52) width 35: "EFGHIJ"
    525               text run at (3,65) width 31: "KLMN"
    526               text run at (3,78) width 31: "OPQR"
    527               text run at (3,91) width 28: "STUV"
    528               text run at (3,104) width 30: "WXYZ"
    529               text run at (33,104) width 3: " "
    530               text run at (3,117) width 32: "abcde"
    531               text run at (3,130) width 34: "fghijkl"
    532               text run at (3,143) width 31: "mnop"
    533               text run at (3,156) width 34: "qrstuv"
    534         layer at (86,521) size 161x41 clip at (86,521) size 161x26 scrollWidth 427
    535           RenderBlock {DIV} at (1,1) size 161x41
    536             RenderText {#text} at (3,0) size 421x13
    537               text run at (3,0) width 421: "Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv"
    538         layer at (255,536) size 161x26 clip at (255,536) size 146x26 scrollHeight 52
    539           RenderBlock {DIV} at (1,1) size 161x26
    540             RenderText {#text} at (3,0) size 138x52
    541               text run at (3,0) width 102: "Lorem ipsum dolor"
    542               text run at (105,0) width 3: " "
    543               text run at (3,13) width 138: "ABCDEFGHIJKLMNOPQRST"
    544               text run at (3,26) width 45: "UVWXYZ"
    545               text run at (48,26) width 3: " "
    546               text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
    547         layer at (424,536) size 161x26 clip at (424,536) size 146x26 scrollHeight 52
    548           RenderBlock {DIV} at (1,1) size 161x26
    549             RenderText {#text} at (3,0) size 138x52
    550               text run at (3,0) width 102: "Lorem ipsum dolor"
    551               text run at (105,0) width 3: " "
    552               text run at (3,13) width 138: "ABCDEFGHIJKLMNOPQRST"
    553               text run at (3,26) width 45: "UVWXYZ"
    554               text run at (48,26) width 3: " "
    555               text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
     357            RenderBlock {DIV} at (1,1) size 45x156
     358              RenderText {#text} at (3,0) size 39x156
     359                text run at (3,0) width 34: "Lorem"
     360                text run at (37,0) width 3: " "
     361                text run at (3,13) width 33: "ipsum"
     362                text run at (36,13) width 3: " "
     363                text run at (3,26) width 29: "dolor"
     364                text run at (32,26) width 3: " "
     365                text run at (3,39) width 36: "ABCDE"
     366                text run at (3,52) width 36: "FGHIJK"
     367                text run at (3,65) width 39: "LMNOP"
     368                text run at (3,78) width 37: "QRSTU"
     369                text run at (3,91) width 37: "VWXYZ"
     370                text run at (40,91) width 2: " "
     371                text run at (3,104) width 36: "abcdef"
     372                text run at (3,117) width 30: "ghijkl"
     373                text run at (3,130) width 38: "mnopq"
     374                text run at (3,143) width 27: "rstuv"
     375        layer at (1,412) size 62x62 clip at (2,413) size 45x60 scrollHeight 156
     376          RenderTextControl {TEXTAREA} at (1,43) size 62x62 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     377            RenderBlock {DIV} at (1,1) size 45x156
     378              RenderText {#text} at (3,0) size 39x156
     379                text run at (3,0) width 34: "Lorem"
     380                text run at (37,0) width 3: " "
     381                text run at (3,13) width 33: "ipsum"
     382                text run at (36,13) width 3: " "
     383                text run at (3,26) width 29: "dolor"
     384                text run at (32,26) width 3: " "
     385                text run at (3,39) width 36: "ABCDE"
     386                text run at (3,52) width 36: "FGHIJK"
     387                text run at (3,65) width 39: "LMNOP"
     388                text run at (3,78) width 37: "QRSTU"
     389                text run at (3,91) width 37: "VWXYZ"
     390                text run at (40,91) width 2: " "
     391                text run at (3,104) width 36: "abcdef"
     392                text run at (3,117) width 30: "ghijkl"
     393                text run at (3,130) width 38: "mnopq"
     394                text run at (3,143) width 27: "rstuv"
     395        layer at (83,412) size 62x62 clip at (84,413) size 45x60 scrollHeight 156
     396          RenderTextControl {TEXTAREA} at (1,43) size 62x62 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     397            RenderBlock {DIV} at (1,1) size 45x156
     398              RenderText {#text} at (3,0) size 39x156
     399                text run at (3,0) width 34: "Lorem"
     400                text run at (37,0) width 3: " "
     401                text run at (3,13) width 33: "ipsum"
     402                text run at (36,13) width 3: " "
     403                text run at (3,26) width 29: "dolor"
     404                text run at (32,26) width 3: " "
     405                text run at (3,39) width 36: "ABCDE"
     406                text run at (3,52) width 36: "FGHIJK"
     407                text run at (3,65) width 39: "LMNOP"
     408                text run at (3,78) width 37: "QRSTU"
     409                text run at (3,91) width 37: "VWXYZ"
     410                text run at (40,91) width 2: " "
     411                text run at (3,104) width 36: "abcdef"
     412                text run at (3,117) width 30: "ghijkl"
     413                text run at (3,130) width 38: "mnopq"
     414                text run at (3,143) width 27: "rstuv"
     415        layer at (165,412) size 62x62 clip at (166,413) size 45x60 scrollHeight 156
     416          RenderTextControl {TEXTAREA} at (1,57) size 62x62 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     417            RenderBlock {DIV} at (1,1) size 45x156
     418              RenderText {#text} at (3,0) size 39x156
     419                text run at (3,0) width 34: "Lorem"
     420                text run at (37,0) width 3: " "
     421                text run at (3,13) width 33: "ipsum"
     422                text run at (36,13) width 3: " "
     423                text run at (3,26) width 29: "dolor"
     424                text run at (32,26) width 3: " "
     425                text run at (3,39) width 36: "ABCDE"
     426                text run at (3,52) width 36: "FGHIJK"
     427                text run at (3,65) width 39: "LMNOP"
     428                text run at (3,78) width 37: "QRSTU"
     429                text run at (3,91) width 37: "VWXYZ"
     430                text run at (40,91) width 2: " "
     431                text run at (3,104) width 36: "abcdef"
     432                text run at (3,117) width 30: "ghijkl"
     433                text run at (3,130) width 38: "mnopq"
     434                text run at (3,143) width 27: "rstuv"
     435        layer at (249,444) size 44x28 clip at (250,445) size 27x26 scrollHeight 312
     436          RenderTextControl {TEXTAREA} at (3,17) size 44x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     437            RenderBlock {DIV} at (1,1) size 27x312
     438              RenderText {#text} at (3,0) size 21x312
     439                text run at (3,0) width 18: "Lor"
     440                text run at (3,13) width 17: "em"
     441                text run at (20,13) width 3: " "
     442                text run at (3,26) width 16: "ips"
     443                text run at (3,39) width 18: "um"
     444                text run at (21,39) width 3: " "
     445                text run at (3,52) width 17: "dol"
     446                text run at (3,65) width 12: "or"
     447                text run at (15,65) width 3: " "
     448                text run at (3,78) width 14: "AB"
     449                text run at (3,91) width 16: "CD"
     450                text run at (3,104) width 20: "EFG"
     451                text run at (3,117) width 15: "HIJ"
     452                text run at (3,130) width 14: "KL"
     453                text run at (3,143) width 18: "MN"
     454                text run at (3,156) width 15: "OP"
     455                text run at (3,169) width 16: "QR"
     456                text run at (3,182) width 21: "STU"
     457                text run at (3,195) width 17: "VW"
     458                text run at (3,208) width 21: "XYZ"
     459                text run at (24,208) width 0: " "
     460                text run at (3,221) width 19: "abc"
     461                text run at (3,234) width 18: "def"
     462                text run at (3,247) width 21: "ghij"
     463                text run at (3,260) width 20: "klm"
     464                text run at (3,273) width 21: "nop"
     465                text run at (3,286) width 18: "qrs"
     466                text run at (3,299) width 17: "tuv"
     467        layer at (331,431) size 163x41 clip at (332,432) size 146x39 scrollHeight 52
     468          RenderTextControl {TEXTAREA} at (3,17) size 163x41 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     469            RenderBlock {DIV} at (1,1) size 146x52
     470              RenderText {#text} at (3,0) size 138x52
     471                text run at (3,0) width 102: "Lorem ipsum dolor"
     472                text run at (105,0) width 3: " "
     473                text run at (3,13) width 138: "ABCDEFGHIJKLMNOPQRST"
     474                text run at (3,26) width 45: "UVWXYZ"
     475                text run at (48,26) width 3: " "
     476                text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
     477        layer at (500,444) size 72x28 clip at (501,445) size 55x26 scrollHeight 143
     478          RenderTextControl {TEXTAREA} at (3,17) size 72x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     479            RenderBlock {DIV} at (1,1) size 55x143
     480              RenderText {#text} at (3,0) size 47x143
     481                text run at (3,0) width 34: "Lorem"
     482                text run at (37,0) width 3: " "
     483                text run at (3,13) width 33: "ipsum"
     484                text run at (36,13) width 3: " "
     485                text run at (3,26) width 29: "dolor"
     486                text run at (32,26) width 3: " "
     487                text run at (3,39) width 42: "ABCDEF"
     488                text run at (3,52) width 46: "GHIJKLM"
     489                text run at (3,65) width 45: "NOPQRS"
     490                text run at (3,78) width 45: "TUVWXY"
     491                text run at (3,91) width 7: "Z"
     492                text run at (10,91) width 3: " "
     493                text run at (3,104) width 43: "abcdefg"
     494                text run at (3,117) width 47: "hijklmno"
     495                text run at (3,130) width 41: "pqrstuv"
     496        layer at (582,379) size 163x93 clip at (583,380) size 161x91
     497          RenderTextControl {TEXTAREA} at (3,17) size 163x93 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     498            RenderBlock {DIV} at (1,1) size 161x52
     499              RenderText {#text} at (3,0) size 153x52
     500                text run at (3,0) width 102: "Lorem ipsum dolor"
     501                text run at (105,0) width 3: " "
     502                text run at (3,13) width 153: "ABCDEFGHIJKLMNOPQRSTUV"
     503                text run at (3,26) width 30: "WXYZ"
     504                text run at (33,26) width 3: " "
     505                text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
     506        layer at (3,509) size 58x54 clip at (4,510) size 41x52 scrollHeight 169
     507          RenderTextControl {TEXTAREA} at (3,31) size 58x54 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     508            RenderBlock {DIV} at (1,1) size 41x169
     509              RenderText {#text} at (3,0) size 35x169
     510                text run at (3,0) width 34: "Lorem"
     511                text run at (37,0) width 1: " "
     512                text run at (3,13) width 33: "ipsum"
     513                text run at (36,13) width 2: " "
     514                text run at (3,26) width 29: "dolor"
     515                text run at (32,26) width 3: " "
     516                text run at (3,39) width 30: "ABCD"
     517                text run at (3,52) width 35: "EFGHIJ"
     518                text run at (3,65) width 31: "KLMN"
     519                text run at (3,78) width 31: "OPQR"
     520                text run at (3,91) width 28: "STUV"
     521                text run at (3,104) width 30: "WXYZ"
     522                text run at (33,104) width 3: " "
     523                text run at (3,117) width 32: "abcde"
     524                text run at (3,130) width 34: "fghijkl"
     525                text run at (3,143) width 31: "mnop"
     526                text run at (3,156) width 34: "qrstuv"
     527        layer at (85,520) size 163x43 clip at (86,521) size 161x26 scrollWidth 424
     528          RenderTextControl {TEXTAREA} at (3,17) size 163x43 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     529            RenderBlock {DIV} at (1,1) size 161x13
     530              RenderText {#text} at (3,0) size 421x13
     531                text run at (3,0) width 421: "Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv"
     532        layer at (254,535) size 163x28 clip at (255,536) size 146x26 scrollHeight 52
     533          RenderTextControl {TEXTAREA} at (3,17) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     534            RenderBlock {DIV} at (1,1) size 146x52
     535              RenderText {#text} at (3,0) size 138x52
     536                text run at (3,0) width 102: "Lorem ipsum dolor"
     537                text run at (105,0) width 3: " "
     538                text run at (3,13) width 138: "ABCDEFGHIJKLMNOPQRST"
     539                text run at (3,26) width 45: "UVWXYZ"
     540                text run at (48,26) width 3: " "
     541                text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
     542        layer at (423,535) size 163x28 clip at (424,536) size 146x26 scrollHeight 52
     543          RenderTextControl {TEXTAREA} at (3,17) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     544            RenderBlock {DIV} at (1,1) size 146x52
     545              RenderText {#text} at (3,0) size 138x52
     546                text run at (3,0) width 102: "Lorem ipsum dolor"
     547                text run at (105,0) width 3: " "
     548                text run at (3,13) width 138: "ABCDEFGHIJKLMNOPQRST"
     549                text run at (3,26) width 45: "UVWXYZ"
     550                text run at (48,26) width 3: " "
     551                text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
    556552      RenderPartObject {IFRAME} at (0,569) size 785x525
    557553        layer at (0,0) size 785x525
     
    567563                  RenderBlock {SPAN} at (1,1) size 80x0
    568564                  RenderBR {BR} at (81,1) size 0x0
    569                   RenderTextControl {TEXTAREA} at (3,3) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    570565                RenderBlock {DIV} at (169,34) size 169x48 [border: (1px solid #0000FF)]
    571566                  RenderBlock {SPAN} at (1,1) size 80x14
     
    573568                      text run at (0,0) width 76: "disabled: \"true\","
    574569                  RenderBR {BR} at (81,12) size 0x0
    575                   RenderTextControl {TEXTAREA} at (3,17) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    576570                RenderBlock {DIV} at (338,0) size 189x82 [border: (1px solid #0000FF)]
    577571                  RenderBlock {SPAN} at (1,1) size 80x28
     
    580574                      text run at (0,14) width 78: "\"padding:10px\","
    581575                  RenderBR {BR} at (81,26) size 0x0
    582                   RenderTextControl {TEXTAREA} at (3,31) size 183x48 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    583576                RenderBlock {DIV} at (527,20) size 169x62 [border: (1px solid #0000FF)]
    584577                  RenderBlock {SPAN} at (1,1) size 80x28
     
    587580                      text run at (0,14) width 72: "\"padding:0px\","
    588581                  RenderBR {BR} at (81,26) size 0x0
    589                   RenderTextControl {TEXTAREA} at (3,31) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    590582                RenderBlock {DIV} at (0,120) size 185x78 [border: (1px solid #0000FF)]
    591583                  RenderBlock {SPAN} at (1,1) size 80x28
     
    594586                      text run at (0,14) width 73: "\"margin:10px\","
    595587                  RenderBR {BR} at (81,26) size 0x0
    596                   RenderTextControl {TEXTAREA} at (11,39) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    597588                RenderBlock {DIV} at (185,140) size 165x58 [border: (1px solid #0000FF)]
    598589                  RenderBlock {SPAN} at (1,1) size 80x28
     
    601592                      text run at (0,14) width 67: "\"margin:0px\","
    602593                  RenderBR {BR} at (81,26) size 0x0
    603                   RenderTextControl {TEXTAREA} at (1,29) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    604594                RenderBlock {DIV} at (350,136) size 82x62 [border: (1px solid #0000FF)]
    605595                  RenderBlock {SPAN} at (1,1) size 80x28
     
    608598                      text run at (0,14) width 67: "\"width:60px\","
    609599                  RenderBR {BR} at (81,26) size 0x0
    610                   RenderTextControl {TEXTAREA} at (1,31) size 60x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    611600                RenderBlock {DIV} at (432,82) size 82x116 [border: (1px solid #0000FF)]
    612601                  RenderBlock {SPAN} at (1,1) size 80x42
     
    616605                      text run at (0,28) width 73: "padding:20px\","
    617606                  RenderBR {BR} at (81,40) size 0x0
    618                   RenderTextControl {TEXTAREA} at (1,45) size 60x68 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    619607                RenderBlock {DIV} at (514,122) size 82x76 [border: (1px solid #0000FF)]
    620608                  RenderBlock {SPAN} at (1,1) size 80x42
     
    624612                      text run at (0,28) width 55: "padding:0\","
    625613                  RenderBR {BR} at (81,40) size 0x0
    626                   RenderTextControl {TEXTAREA} at (1,45) size 60x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    627614                RenderBlock {DIV} at (596,108) size 169x90 [border: (1px solid #0000FF)]
    628615                  RenderBlock {SPAN} at (1,1) size 80x28
     
    631618                      text run at (0,14) width 69: "\"height:60px\","
    632619                  RenderBR {BR} at (81,26) size 0x0
    633                   RenderTextControl {TEXTAREA} at (3,29) size 163x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    634620                RenderBlock {DIV} at (0,212) size 82x104 [border: (1px solid #0000FF)]
    635621                  RenderBlock {SPAN} at (1,1) size 80x42
     
    639625                      text run at (0,28) width 64: "height:60px\","
    640626                  RenderBR {BR} at (81,40) size 0x0
    641                   RenderTextControl {TEXTAREA} at (1,43) size 60x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    642627                RenderBlock {DIV} at (82,254) size 169x62 [border: (1px solid #0000FF)]
    643628                  RenderBlock {SPAN} at (1,1) size 80x28
     
    675660                      text run at (0,28) width 64: "height:60px\","
    676661                  RenderBR {BR} at (81,40) size 0x0
    677                   RenderTextControl {TEXTAREA} at (1,43) size 60x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    678662                RenderBlock {DIV} at (666,212) size 82x104 [border: (1px solid #0000FF)]
    679663                  RenderBlock {SPAN} at (1,1) size 80x42
     
    683667                      text run at (0,28) width 64: "height:60px\","
    684668                  RenderBR {BR} at (81,40) size 0x0
    685                   RenderTextControl {TEXTAREA} at (1,43) size 60x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    686669                RenderBlock {DIV} at (0,316) size 82x118 [border: (1px solid #0000FF)]
    687670                  RenderBlock {SPAN} at (1,1) size 80x56
     
    692675                      text run at (0,42) width 64: "height:60px\","
    693676                  RenderBR {BR} at (81,54) size 0x0
    694                   RenderTextControl {TEXTAREA} at (1,57) size 60x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    695677                RenderBlock {DIV} at (82,386) size 82x48 [border: (1px solid #0000FF)]
    696678                  RenderBlock {SPAN} at (1,1) size 80x14
     
    698680                      text run at (0,0) width 44: "cols: \"3\","
    699681                  RenderBR {BR} at (81,12) size 0x0
    700                   RenderTextControl {TEXTAREA} at (3,17) size 44x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    701682                RenderBlock {DIV} at (164,373) size 169x61 [border: (1px solid #0000FF)]
    702683                  RenderBlock {SPAN} at (1,1) size 80x14
     
    704685                      text run at (0,0) width 49: "rows: \"3\","
    705686                  RenderBR {BR} at (81,12) size 0x0
    706                   RenderTextControl {TEXTAREA} at (3,17) size 163x41 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    707687                RenderBlock {DIV} at (333,386) size 82x48 [border: (1px solid #0000FF)]
    708688                  RenderBlock {SPAN} at (1,1) size 80x14
     
    710690                      text run at (0,0) width 44: "cols: \"7\","
    711691                  RenderBR {BR} at (81,12) size 0x0
    712                   RenderTextControl {TEXTAREA} at (3,17) size 72x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    713692                RenderBlock {DIV} at (415,321) size 169x113 [border: (1px solid #0000FF)]
    714693                  RenderBlock {SPAN} at (1,1) size 80x14
     
    716695                      text run at (0,0) width 49: "rows: \"7\","
    717696                  RenderBR {BR} at (81,12) size 0x0
    718                   RenderTextControl {TEXTAREA} at (3,17) size 163x93 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    719697                RenderBlock {DIV} at (584,346) size 82x88 [border: (1px solid #0000FF)]
    720698                  RenderBlock {SPAN} at (1,1) size 80x28
     
    723701                      text run at (0,14) width 19: "\"4\","
    724702                  RenderBR {BR} at (81,26) size 0x0
    725                   RenderTextControl {TEXTAREA} at (3,31) size 58x54 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    726703                RenderBlock {DIV} at (0,434) size 169x63 [border: (1px solid #0000FF)]
    727704                  RenderBlock {SPAN} at (1,1) size 80x14
     
    729706                      text run at (0,0) width 57: "wrap: \"off\","
    730707                  RenderBR {BR} at (81,12) size 0x0
    731                   RenderTextControl {TEXTAREA} at (3,17) size 163x43 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    732708                RenderBlock {DIV} at (169,449) size 169x48 [border: (1px solid #0000FF)]
    733709                  RenderBlock {SPAN} at (1,1) size 80x14
     
    735711                      text run at (0,0) width 64: "wrap: \"hard\","
    736712                  RenderBR {BR} at (81,12) size 0x0
    737                   RenderTextControl {TEXTAREA} at (3,17) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    738713                RenderBlock {DIV} at (338,449) size 169x48 [border: (1px solid #0000FF)]
    739714                  RenderBlock {SPAN} at (1,1) size 80x14
     
    741716                      text run at (0,0) width 61: "wrap: \"soft\","
    742717                  RenderBR {BR} at (81,12) size 0x0
    743                   RenderTextControl {TEXTAREA} at (3,17) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    744         layer at (4,80) size 161x26
    745           RenderBlock {DIV} at (1,1) size 161x26
    746             RenderText {#text} at (3,0) size 102x13
    747               text run at (3,0) width 102: "Lorem ipsum dolor"
    748         layer at (173,80) size 161x26 clip at (173,80) size 146x26 scrollHeight 52
    749           RenderBlock {DIV} at (1,1) size 161x26 [color=#545454]
    750             RenderText {#text} at (3,0) size 138x52
    751               text run at (3,0) width 102: "Lorem ipsum dolor"
    752               text run at (105,0) width 3: " "
    753               text run at (3,13) width 138: "ABCDEFGHIJKLMNOPQRST"
    754               text run at (3,26) width 45: "UVWXYZ"
    755               text run at (48,26) width 3: " "
    756               text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
    757         layer at (352,70) size 161x26 clip at (352,70) size 146x26 scrollHeight 52
    758           RenderBlock {DIV} at (11,11) size 161x26
    759             RenderText {#text} at (3,0) size 138x52
    760               text run at (3,0) width 102: "Lorem ipsum dolor"
    761               text run at (105,0) width 3: " "
    762               text run at (3,13) width 138: "ABCDEFGHIJKLMNOPQRST"
    763               text run at (3,26) width 45: "UVWXYZ"
    764               text run at (48,26) width 3: " "
    765               text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
    766         layer at (531,80) size 161x26 clip at (531,80) size 146x26 scrollHeight 52
    767           RenderBlock {DIV} at (1,1) size 161x26
    768             RenderText {#text} at (3,0) size 138x52
    769               text run at (3,0) width 102: "Lorem ipsum dolor"
    770               text run at (105,0) width 3: " "
    771               text run at (3,13) width 138: "ABCDEFGHIJKLMNOPQRST"
    772               text run at (3,26) width 45: "UVWXYZ"
    773               text run at (48,26) width 3: " "
    774               text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
    775         layer at (12,188) size 161x26 clip at (12,188) size 146x26 scrollHeight 52
    776           RenderBlock {DIV} at (1,1) size 161x26
    777             RenderText {#text} at (3,0) size 138x52
    778               text run at (3,0) width 102: "Lorem ipsum dolor"
    779               text run at (105,0) width 3: " "
    780               text run at (3,13) width 138: "ABCDEFGHIJKLMNOPQRST"
    781               text run at (3,26) width 45: "UVWXYZ"
    782               text run at (48,26) width 3: " "
    783               text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
    784         layer at (187,198) size 161x26 clip at (187,198) size 146x26 scrollHeight 52
    785           RenderBlock {DIV} at (1,1) size 161x26
    786             RenderText {#text} at (3,0) size 138x52
    787               text run at (3,0) width 102: "Lorem ipsum dolor"
    788               text run at (105,0) width 3: " "
    789               text run at (3,13) width 138: "ABCDEFGHIJKLMNOPQRST"
    790               text run at (3,26) width 45: "UVWXYZ"
    791               text run at (48,26) width 3: " "
    792               text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
    793         layer at (352,196) size 58x26 clip at (352,196) size 43x26 scrollHeight 169
    794           RenderBlock {DIV} at (1,1) size 58x26
    795             RenderText {#text} at (3,0) size 37x169
    796               text run at (3,0) width 34: "Lorem"
    797               text run at (37,0) width 3: " "
    798               text run at (3,13) width 33: "ipsum"
    799               text run at (36,13) width 3: " "
    800               text run at (3,26) width 29: "dolor"
    801               text run at (32,26) width 3: " "
    802               text run at (3,39) width 36: "ABCDE"
    803               text run at (3,52) width 36: "FGHIJK"
    804               text run at (3,65) width 33: "LMNO"
    805               text run at (3,78) width 35: "PQRST"
    806               text run at (3,91) width 32: "UVWX"
    807               text run at (3,104) width 14: "YZ"
    808               text run at (17,104) width 3: " "
    809               text run at (3,117) width 36: "abcdef"
    810               text run at (3,130) width 30: "ghijkl"
    811               text run at (3,143) width 31: "mnop"
    812               text run at (3,156) width 34: "qrstuv"
    813         layer at (454,176) size 18x26 clip at (454,176) size 3x11 scrollWidth 17 scrollHeight 819
    814           RenderBlock {DIV} at (21,21) size 18x26
    815             RenderText {#text} at (3,0) size 11x819
    816               text run at (3,0) width 6: "L"
    817               text run at (3,13) width 7: "o"
    818               text run at (3,26) width 5: "r"
    819               text run at (3,39) width 7: "e"
    820               text run at (3,52) width 11: "m"
    821               text run at (3,65) width 4: "i"
    822               text run at (3,78) width 7: "p"
    823               text run at (3,91) width 6: "s"
    824               text run at (3,104) width 7: "u"
    825               text run at (3,117) width 11: "m"
    826               text run at (3,130) width 7: "d"
    827               text run at (3,143) width 7: "o"
    828               text run at (3,156) width 4: "l"
    829               text run at (3,169) width 7: "o"
    830               text run at (3,182) width 5: "r"
    831               text run at (3,195) width 8: "A"
    832               text run at (3,208) width 7: "B"
    833               text run at (3,221) width 8: "C"
    834               text run at (3,234) width 9: "D"
    835               text run at (3,247) width 6: "E"
    836               text run at (3,260) width 6: "F"
    837               text run at (3,273) width 8: "G"
    838               text run at (3,286) width 9: "H"
    839               text run at (3,299) width 4: "I"
    840               text run at (3,312) width 4: "J"
    841               text run at (3,325) width 8: "K"
    842               text run at (3,338) width 6: "L"
    843               text run at (3,351) width 10: "M"
    844               text run at (3,364) width 9: "N"
    845               text run at (3,377) width 9: "O"
    846               text run at (3,390) width 7: "P"
    847               text run at (3,403) width 9: "Q"
    848               text run at (3,416) width 7: "R"
    849               text run at (3,429) width 6: "S"
    850               text run at (3,442) width 7: "T"
    851               text run at (3,455) width 8: "U"
    852               text run at (3,468) width 8: "V"
    853               text run at (3,481) width 10: "W"
    854               text run at (3,494) width 7: "X"
    855               text run at (3,507) width 7: "Y"
    856               text run at (3,520) width 7: "Z"
    857               text run at (3,533) width 7: "a"
    858               text run at (3,546) width 7: "b"
    859               text run at (3,559) width 6: "c"
    860               text run at (3,572) width 7: "d"
    861               text run at (3,585) width 7: "e"
    862               text run at (3,598) width 5: "f"
    863               text run at (3,611) width 7: "g"
    864               text run at (3,624) width 7: "h"
    865               text run at (3,637) width 4: "i"
    866               text run at (3,650) width 4: "j"
    867               text run at (3,663) width 7: "k"
    868               text run at (3,676) width 4: "l"
    869               text run at (3,689) width 11: "m"
    870               text run at (3,702) width 7: "n"
    871               text run at (3,715) width 7: "o"
    872               text run at (3,728) width 7: "p"
    873               text run at (3,741) width 7: "q"
    874               text run at (3,754) width 5: "r"
    875               text run at (3,767) width 6: "s"
    876               text run at (3,780) width 5: "t"
    877               text run at (3,793) width 7: "u"
    878               text run at (3,806) width 6: "v"
    879         layer at (516,196) size 58x26 clip at (516,196) size 43x26 scrollHeight 169
    880           RenderBlock {DIV} at (1,1) size 58x26
    881             RenderText {#text} at (3,0) size 37x169
    882               text run at (3,0) width 34: "Lorem"
    883               text run at (37,0) width 3: " "
    884               text run at (3,13) width 33: "ipsum"
    885               text run at (36,13) width 3: " "
    886               text run at (3,26) width 29: "dolor"
    887               text run at (32,26) width 3: " "
    888               text run at (3,39) width 36: "ABCDE"
    889               text run at (3,52) width 36: "FGHIJK"
    890               text run at (3,65) width 33: "LMNO"
    891               text run at (3,78) width 35: "PQRST"
    892               text run at (3,91) width 32: "UVWX"
    893               text run at (3,104) width 14: "YZ"
    894               text run at (17,104) width 3: " "
    895               text run at (3,117) width 36: "abcdef"
    896               text run at (3,130) width 30: "ghijkl"
    897               text run at (3,143) width 31: "mnop"
    898               text run at (3,156) width 34: "qrstuv"
    899         layer at (600,166) size 161x58
    900           RenderBlock {DIV} at (1,1) size 161x58
    901             RenderText {#text} at (3,0) size 153x52
    902               text run at (3,0) width 102: "Lorem ipsum dolor"
    903               text run at (105,0) width 3: " "
    904               text run at (3,13) width 153: "ABCDEFGHIJKLMNOPQRSTUV"
    905               text run at (3,26) width 30: "WXYZ"
    906               text run at (33,26) width 3: " "
    907               text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
    908         layer at (2,284) size 58x58 clip at (2,284) size 43x58 scrollHeight 169
    909           RenderBlock {DIV} at (1,1) size 58x58
    910             RenderText {#text} at (3,0) size 37x169
    911               text run at (3,0) width 34: "Lorem"
    912               text run at (37,0) width 3: " "
    913               text run at (3,13) width 33: "ipsum"
    914               text run at (36,13) width 3: " "
    915               text run at (3,26) width 29: "dolor"
    916               text run at (32,26) width 3: " "
    917               text run at (3,39) width 36: "ABCDE"
    918               text run at (3,52) width 36: "FGHIJK"
    919               text run at (3,65) width 33: "LMNO"
    920               text run at (3,78) width 35: "PQRST"
    921               text run at (3,91) width 32: "UVWX"
    922               text run at (3,104) width 14: "YZ"
    923               text run at (17,104) width 3: " "
    924               text run at (3,117) width 36: "abcdef"
    925               text run at (3,130) width 30: "ghijkl"
    926               text run at (3,143) width 31: "mnop"
    927               text run at (3,156) width 34: "qrstuv"
    928         layer at (85,313) size 163x28
     718        layer at (3,79) size 163x28 clip at (4,80) size 161x26
     719          RenderTextControl {TEXTAREA} at (3,3) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     720            RenderBlock {DIV} at (1,1) size 161x13
     721              RenderText {#text} at (3,0) size 102x13
     722                text run at (3,0) width 102: "Lorem ipsum dolor"
     723        layer at (172,79) size 163x28 clip at (173,80) size 146x26 scrollHeight 52
     724          RenderTextControl {TEXTAREA} at (3,17) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     725            RenderBlock {DIV} at (1,1) size 146x52 [color=#545454]
     726              RenderText {#text} at (3,0) size 138x52
     727                text run at (3,0) width 102: "Lorem ipsum dolor"
     728                text run at (105,0) width 3: " "
     729                text run at (3,13) width 138: "ABCDEFGHIJKLMNOPQRST"
     730                text run at (3,26) width 45: "UVWXYZ"
     731                text run at (48,26) width 3: " "
     732                text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
     733        layer at (341,59) size 183x48 clip at (342,60) size 166x46 scrollHeight 72
     734          RenderTextControl {TEXTAREA} at (3,31) size 183x48 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     735            RenderBlock {DIV} at (11,11) size 146x52
     736              RenderText {#text} at (3,0) size 138x52
     737                text run at (3,0) width 102: "Lorem ipsum dolor"
     738                text run at (105,0) width 3: " "
     739                text run at (3,13) width 138: "ABCDEFGHIJKLMNOPQRST"
     740                text run at (3,26) width 45: "UVWXYZ"
     741                text run at (48,26) width 3: " "
     742                text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
     743        layer at (530,79) size 163x28 clip at (531,80) size 146x26 scrollHeight 52
    929744          RenderTextControl {TEXTAREA} at (3,31) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    930         layer at (86,314) size 161x26 scrollHeight 52
    931           RenderBlock {DIV} at (1,1) size 161x26
    932             RenderText {#text} at (3,0) size 153x52
    933               text run at (3,0) width 102: "Lorem ipsum dolor"
    934               text run at (105,0) width 3: " "
    935               text run at (3,13) width 153: "ABCDEFGHIJKLMNOPQRSTUV"
    936               text run at (3,26) width 30: "WXYZ"
    937               text run at (33,26) width 3: " "
    938               text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
    939         layer at (254,298) size 163x43
     745            RenderBlock {DIV} at (1,1) size 146x52
     746              RenderText {#text} at (3,0) size 138x52
     747                text run at (3,0) width 102: "Lorem ipsum dolor"
     748                text run at (105,0) width 3: " "
     749                text run at (3,13) width 138: "ABCDEFGHIJKLMNOPQRST"
     750                text run at (3,26) width 45: "UVWXYZ"
     751                text run at (48,26) width 3: " "
     752                text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
     753        layer at (11,187) size 163x28 clip at (12,188) size 146x26 scrollHeight 52
     754          RenderTextControl {TEXTAREA} at (11,39) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     755            RenderBlock {DIV} at (1,1) size 146x52
     756              RenderText {#text} at (3,0) size 138x52
     757                text run at (3,0) width 102: "Lorem ipsum dolor"
     758                text run at (105,0) width 3: " "
     759                text run at (3,13) width 138: "ABCDEFGHIJKLMNOPQRST"
     760                text run at (3,26) width 45: "UVWXYZ"
     761                text run at (48,26) width 3: " "
     762                text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
     763        layer at (186,197) size 163x28 clip at (187,198) size 146x26 scrollHeight 52
     764          RenderTextControl {TEXTAREA} at (1,29) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     765            RenderBlock {DIV} at (1,1) size 146x52
     766              RenderText {#text} at (3,0) size 138x52
     767                text run at (3,0) width 102: "Lorem ipsum dolor"
     768                text run at (105,0) width 3: " "
     769                text run at (3,13) width 138: "ABCDEFGHIJKLMNOPQRST"
     770                text run at (3,26) width 45: "UVWXYZ"
     771                text run at (48,26) width 3: " "
     772                text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
     773        layer at (351,195) size 60x28 clip at (352,196) size 43x26 scrollHeight 169
     774          RenderTextControl {TEXTAREA} at (1,31) size 60x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     775            RenderBlock {DIV} at (1,1) size 43x169
     776              RenderText {#text} at (3,0) size 37x169
     777                text run at (3,0) width 34: "Lorem"
     778                text run at (37,0) width 3: " "
     779                text run at (3,13) width 33: "ipsum"
     780                text run at (36,13) width 3: " "
     781                text run at (3,26) width 29: "dolor"
     782                text run at (32,26) width 3: " "
     783                text run at (3,39) width 36: "ABCDE"
     784                text run at (3,52) width 36: "FGHIJK"
     785                text run at (3,65) width 33: "LMNO"
     786                text run at (3,78) width 35: "PQRST"
     787                text run at (3,91) width 32: "UVWX"
     788                text run at (3,104) width 14: "YZ"
     789                text run at (17,104) width 3: " "
     790                text run at (3,117) width 36: "abcdef"
     791                text run at (3,130) width 30: "ghijkl"
     792                text run at (3,143) width 31: "mnop"
     793                text run at (3,156) width 34: "qrstuv"
     794        layer at (433,155) size 60x68 clip at (434,156) size 43x66 scrollHeight 859
     795          RenderTextControl {TEXTAREA} at (1,45) size 60x68 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     796            RenderBlock {DIV} at (21,21) size 6x819
     797              RenderText {#text} at (3,0) size 11x819
     798                text run at (3,0) width 6: "L"
     799                text run at (3,13) width 7: "o"
     800                text run at (3,26) width 5: "r"
     801                text run at (3,39) width 7: "e"
     802                text run at (3,52) width 11: "m"
     803                text run at (3,65) width 4: "i"
     804                text run at (3,78) width 7: "p"
     805                text run at (3,91) width 6: "s"
     806                text run at (3,104) width 7: "u"
     807                text run at (3,117) width 11: "m"
     808                text run at (3,130) width 7: "d"
     809                text run at (3,143) width 7: "o"
     810                text run at (3,156) width 4: "l"
     811                text run at (3,169) width 7: "o"
     812                text run at (3,182) width 5: "r"
     813                text run at (3,195) width 8: "A"
     814                text run at (3,208) width 7: "B"
     815                text run at (3,221) width 8: "C"
     816                text run at (3,234) width 9: "D"
     817                text run at (3,247) width 6: "E"
     818                text run at (3,260) width 6: "F"
     819                text run at (3,273) width 8: "G"
     820                text run at (3,286) width 9: "H"
     821                text run at (3,299) width 4: "I"
     822                text run at (3,312) width 4: "J"
     823                text run at (3,325) width 8: "K"
     824                text run at (3,338) width 6: "L"
     825                text run at (3,351) width 10: "M"
     826                text run at (3,364) width 9: "N"
     827                text run at (3,377) width 9: "O"
     828                text run at (3,390) width 7: "P"
     829                text run at (3,403) width 9: "Q"
     830                text run at (3,416) width 7: "R"
     831                text run at (3,429) width 6: "S"
     832                text run at (3,442) width 7: "T"
     833                text run at (3,455) width 8: "U"
     834                text run at (3,468) width 8: "V"
     835                text run at (3,481) width 10: "W"
     836                text run at (3,494) width 7: "X"
     837                text run at (3,507) width 7: "Y"
     838                text run at (3,520) width 7: "Z"
     839                text run at (3,533) width 7: "a"
     840                text run at (3,546) width 7: "b"
     841                text run at (3,559) width 6: "c"
     842                text run at (3,572) width 7: "d"
     843                text run at (3,585) width 7: "e"
     844                text run at (3,598) width 5: "f"
     845                text run at (3,611) width 7: "g"
     846                text run at (3,624) width 7: "h"
     847                text run at (3,637) width 4: "i"
     848                text run at (3,650) width 4: "j"
     849                text run at (3,663) width 7: "k"
     850                text run at (3,676) width 4: "l"
     851                text run at (3,689) width 11: "m"
     852                text run at (3,702) width 7: "n"
     853                text run at (3,715) width 7: "o"
     854                text run at (3,728) width 7: "p"
     855                text run at (3,741) width 7: "q"
     856                text run at (3,754) width 5: "r"
     857                text run at (3,767) width 6: "s"
     858                text run at (3,780) width 5: "t"
     859                text run at (3,793) width 7: "u"
     860                text run at (3,806) width 6: "v"
     861        layer at (515,195) size 60x28 clip at (516,196) size 43x26 scrollHeight 169
     862          RenderTextControl {TEXTAREA} at (1,45) size 60x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     863            RenderBlock {DIV} at (1,1) size 43x169
     864              RenderText {#text} at (3,0) size 37x169
     865                text run at (3,0) width 34: "Lorem"
     866                text run at (37,0) width 3: " "
     867                text run at (3,13) width 33: "ipsum"
     868                text run at (36,13) width 3: " "
     869                text run at (3,26) width 29: "dolor"
     870                text run at (32,26) width 3: " "
     871                text run at (3,39) width 36: "ABCDE"
     872                text run at (3,52) width 36: "FGHIJK"
     873                text run at (3,65) width 33: "LMNO"
     874                text run at (3,78) width 35: "PQRST"
     875                text run at (3,91) width 32: "UVWX"
     876                text run at (3,104) width 14: "YZ"
     877                text run at (17,104) width 3: " "
     878                text run at (3,117) width 36: "abcdef"
     879                text run at (3,130) width 30: "ghijkl"
     880                text run at (3,143) width 31: "mnop"
     881                text run at (3,156) width 34: "qrstuv"
     882        layer at (599,165) size 163x60 clip at (600,166) size 161x58
     883          RenderTextControl {TEXTAREA} at (3,29) size 163x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     884            RenderBlock {DIV} at (1,1) size 161x52
     885              RenderText {#text} at (3,0) size 153x52
     886                text run at (3,0) width 102: "Lorem ipsum dolor"
     887                text run at (105,0) width 3: " "
     888                text run at (3,13) width 153: "ABCDEFGHIJKLMNOPQRSTUV"
     889                text run at (3,26) width 30: "WXYZ"
     890                text run at (33,26) width 3: " "
     891                text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
     892        layer at (1,283) size 60x60 clip at (2,284) size 43x58 scrollHeight 169
     893          RenderTextControl {TEXTAREA} at (1,43) size 60x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     894            RenderBlock {DIV} at (1,1) size 43x169
     895              RenderText {#text} at (3,0) size 37x169
     896                text run at (3,0) width 34: "Lorem"
     897                text run at (37,0) width 3: " "
     898                text run at (3,13) width 33: "ipsum"
     899                text run at (36,13) width 3: " "
     900                text run at (3,26) width 29: "dolor"
     901                text run at (32,26) width 3: " "
     902                text run at (3,39) width 36: "ABCDE"
     903                text run at (3,52) width 36: "FGHIJK"
     904                text run at (3,65) width 33: "LMNO"
     905                text run at (3,78) width 35: "PQRST"
     906                text run at (3,91) width 32: "UVWX"
     907                text run at (3,104) width 14: "YZ"
     908                text run at (17,104) width 3: " "
     909                text run at (3,117) width 36: "abcdef"
     910                text run at (3,130) width 30: "ghijkl"
     911                text run at (3,143) width 31: "mnop"
     912                text run at (3,156) width 34: "qrstuv"
     913        layer at (85,313) size 163x28 clip at (86,314) size 161x26 scrollHeight 52
     914          RenderTextControl {TEXTAREA} at (3,31) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     915            RenderBlock {DIV} at (1,1) size 161x52
     916              RenderText {#text} at (3,0) size 153x52
     917                text run at (3,0) width 102: "Lorem ipsum dolor"
     918                text run at (105,0) width 3: " "
     919                text run at (3,13) width 153: "ABCDEFGHIJKLMNOPQRSTUV"
     920                text run at (3,26) width 30: "WXYZ"
     921                text run at (33,26) width 3: " "
     922                text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
     923        layer at (254,298) size 163x43 clip at (255,299) size 146x26 scrollHeight 52
    940924          RenderTextControl {TEXTAREA} at (3,31) size 163x43 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    941         layer at (255,299) size 161x41 clip at (255,299) size 146x26 scrollHeight 52
    942           RenderBlock {DIV} at (1,1) size 161x41
    943             RenderText {#text} at (3,0) size 138x52
    944               text run at (3,0) width 102: "Lorem ipsum dolor"
    945               text run at (105,0) width 3: " "
    946               text run at (3,13) width 138: "ABCDEFGHIJKLMNOPQRST"
    947               text run at (3,26) width 45: "UVWXYZ"
    948               text run at (48,26) width 3: " "
    949               text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
    950         layer at (421,283) size 60x60
     925            RenderBlock {DIV} at (1,1) size 146x52
     926              RenderText {#text} at (3,0) size 138x52
     927                text run at (3,0) width 102: "Lorem ipsum dolor"
     928                text run at (105,0) width 3: " "
     929                text run at (3,13) width 138: "ABCDEFGHIJKLMNOPQRST"
     930                text run at (3,26) width 45: "UVWXYZ"
     931                text run at (48,26) width 3: " "
     932                text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
     933        layer at (421,283) size 60x60 clip at (422,284) size 58x58 scrollHeight 130
    951934          RenderTextControl {TEXTAREA} at (1,57) size 60x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    952         layer at (422,284) size 58x58 scrollHeight 130
    953           RenderBlock {DIV} at (1,1) size 58x58
    954             RenderText {#text} at (3,0) size 51x130
    955               text run at (3,0) width 34: "Lorem"
    956               text run at (37,0) width 3: " "
    957               text run at (3,13) width 33: "ipsum"
    958               text run at (36,13) width 3: " "
    959               text run at (3,26) width 29: "dolor"
    960               text run at (32,26) width 3: " "
    961               text run at (3,39) width 50: "ABCDEFG"
    962               text run at (3,52) width 46: "HIJKLMN"
    963               text run at (3,65) width 51: "OPQRSTU"
    964               text run at (3,78) width 37: "VWXYZ"
    965               text run at (40,78) width 3: " "
    966               text run at (3,91) width 50: "abcdefgh"
    967               text run at (3,104) width 47: "ijklmnop"
    968               text run at (3,117) width 34: "qrstuv"
    969         layer at (503,283) size 60x60
     935            RenderBlock {DIV} at (1,1) size 58x130
     936              RenderText {#text} at (3,0) size 51x130
     937                text run at (3,0) width 34: "Lorem"
     938                text run at (37,0) width 3: " "
     939                text run at (3,13) width 33: "ipsum"
     940                text run at (36,13) width 3: " "
     941                text run at (3,26) width 29: "dolor"
     942                text run at (32,26) width 3: " "
     943                text run at (3,39) width 50: "ABCDEFG"
     944                text run at (3,52) width 46: "HIJKLMN"
     945                text run at (3,65) width 51: "OPQRSTU"
     946                text run at (3,78) width 37: "VWXYZ"
     947                text run at (40,78) width 3: " "
     948                text run at (3,91) width 50: "abcdefgh"
     949                text run at (3,104) width 47: "ijklmnop"
     950                text run at (3,117) width 34: "qrstuv"
     951        layer at (503,283) size 60x60 clip at (504,284) size 43x43 scrollHeight 169
    970952          RenderTextControl {TEXTAREA} at (1,57) size 60x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    971         layer at (504,284) size 58x58 clip at (504,284) size 43x43 scrollHeight 169
    972           RenderBlock {DIV} at (1,1) size 58x58
    973             RenderText {#text} at (3,0) size 37x169
    974               text run at (3,0) width 34: "Lorem"
    975               text run at (37,0) width 3: " "
    976               text run at (3,13) width 33: "ipsum"
    977               text run at (36,13) width 3: " "
    978               text run at (3,26) width 29: "dolor"
    979               text run at (32,26) width 3: " "
    980               text run at (3,39) width 36: "ABCDE"
    981               text run at (3,52) width 36: "FGHIJK"
    982               text run at (3,65) width 33: "LMNO"
    983               text run at (3,78) width 35: "PQRST"
    984               text run at (3,91) width 32: "UVWX"
    985               text run at (3,104) width 14: "YZ"
    986               text run at (17,104) width 3: " "
    987               text run at (3,117) width 36: "abcdef"
    988               text run at (3,130) width 30: "ghijkl"
    989               text run at (3,143) width 31: "mnop"
    990               text run at (3,156) width 34: "qrstuv"
    991         layer at (586,284) size 58x58 clip at (586,284) size 43x58 scrollHeight 169
    992           RenderBlock {DIV} at (1,1) size 58x58
    993             RenderText {#text} at (3,0) size 37x169
    994               text run at (3,0) width 34: "Lorem"
    995               text run at (37,0) width 3: " "
    996               text run at (3,13) width 33: "ipsum"
    997               text run at (36,13) width 3: " "
    998               text run at (3,26) width 29: "dolor"
    999               text run at (32,26) width 3: " "
    1000               text run at (3,39) width 36: "ABCDE"
    1001               text run at (3,52) width 36: "FGHIJK"
    1002               text run at (3,65) width 33: "LMNO"
    1003               text run at (3,78) width 35: "PQRST"
    1004               text run at (3,91) width 32: "UVWX"
    1005               text run at (3,104) width 14: "YZ"
    1006               text run at (17,104) width 3: " "
    1007               text run at (3,117) width 36: "abcdef"
    1008               text run at (3,130) width 30: "ghijkl"
    1009               text run at (3,143) width 31: "mnop"
    1010               text run at (3,156) width 34: "qrstuv"
    1011         layer at (668,284) size 58x58 clip at (668,284) size 43x58 scrollHeight 169
    1012           RenderBlock {DIV} at (1,1) size 58x58
    1013             RenderText {#text} at (3,0) size 37x169
    1014               text run at (3,0) width 34: "Lorem"
    1015               text run at (37,0) width 3: " "
    1016               text run at (3,13) width 33: "ipsum"
    1017               text run at (36,13) width 3: " "
    1018               text run at (3,26) width 29: "dolor"
    1019               text run at (32,26) width 3: " "
    1020               text run at (3,39) width 36: "ABCDE"
    1021               text run at (3,52) width 36: "FGHIJK"
    1022               text run at (3,65) width 33: "LMNO"
    1023               text run at (3,78) width 35: "PQRST"
    1024               text run at (3,91) width 32: "UVWX"
    1025               text run at (3,104) width 14: "YZ"
    1026               text run at (17,104) width 3: " "
    1027               text run at (3,117) width 36: "abcdef"
    1028               text run at (3,130) width 30: "ghijkl"
    1029               text run at (3,143) width 31: "mnop"
    1030               text run at (3,156) width 34: "qrstuv"
    1031         layer at (2,402) size 58x58 clip at (2,402) size 43x58 scrollHeight 169
    1032           RenderBlock {DIV} at (1,1) size 58x58
    1033             RenderText {#text} at (3,0) size 37x169
    1034               text run at (3,0) width 34: "Lorem"
    1035               text run at (37,0) width 3: " "
    1036               text run at (3,13) width 33: "ipsum"
    1037               text run at (36,13) width 3: " "
    1038               text run at (3,26) width 29: "dolor"
    1039               text run at (32,26) width 3: " "
    1040               text run at (3,39) width 36: "ABCDE"
    1041               text run at (3,52) width 36: "FGHIJK"
    1042               text run at (3,65) width 33: "LMNO"
    1043               text run at (3,78) width 35: "PQRST"
    1044               text run at (3,91) width 32: "UVWX"
    1045               text run at (3,104) width 14: "YZ"
    1046               text run at (17,104) width 3: " "
    1047               text run at (3,117) width 36: "abcdef"
    1048               text run at (3,130) width 30: "ghijkl"
    1049               text run at (3,143) width 31: "mnop"
    1050               text run at (3,156) width 34: "qrstuv"
    1051         layer at (86,432) size 42x26 clip at (86,432) size 27x26 scrollHeight 312
    1052           RenderBlock {DIV} at (1,1) size 42x26
    1053             RenderText {#text} at (3,0) size 21x312
    1054               text run at (3,0) width 18: "Lor"
    1055               text run at (3,13) width 17: "em"
    1056               text run at (20,13) width 3: " "
    1057               text run at (3,26) width 16: "ips"
    1058               text run at (3,39) width 18: "um"
    1059               text run at (21,39) width 3: " "
    1060               text run at (3,52) width 17: "dol"
    1061               text run at (3,65) width 12: "or"
    1062               text run at (15,65) width 3: " "
    1063               text run at (3,78) width 14: "AB"
    1064               text run at (3,91) width 16: "CD"
    1065               text run at (3,104) width 20: "EFG"
    1066               text run at (3,117) width 15: "HIJ"
    1067               text run at (3,130) width 14: "KL"
    1068               text run at (3,143) width 18: "MN"
    1069               text run at (3,156) width 15: "OP"
    1070               text run at (3,169) width 16: "QR"
    1071               text run at (3,182) width 21: "STU"
    1072               text run at (3,195) width 17: "VW"
    1073               text run at (3,208) width 21: "XYZ"
    1074               text run at (24,208) width 0: " "
    1075               text run at (3,221) width 19: "abc"
    1076               text run at (3,234) width 18: "def"
    1077               text run at (3,247) width 21: "ghij"
    1078               text run at (3,260) width 20: "klm"
    1079               text run at (3,273) width 21: "nop"
    1080               text run at (3,286) width 18: "qrs"
    1081               text run at (3,299) width 17: "tuv"
    1082         layer at (168,419) size 161x39 clip at (168,419) size 146x39 scrollHeight 52
    1083           RenderBlock {DIV} at (1,1) size 161x39
    1084             RenderText {#text} at (3,0) size 138x52
    1085               text run at (3,0) width 102: "Lorem ipsum dolor"
    1086               text run at (105,0) width 3: " "
    1087               text run at (3,13) width 138: "ABCDEFGHIJKLMNOPQRST"
    1088               text run at (3,26) width 45: "UVWXYZ"
    1089               text run at (48,26) width 3: " "
    1090               text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
    1091         layer at (337,432) size 70x26 clip at (337,432) size 55x26 scrollHeight 143
    1092           RenderBlock {DIV} at (1,1) size 70x26
    1093             RenderText {#text} at (3,0) size 47x143
    1094               text run at (3,0) width 34: "Lorem"
    1095               text run at (37,0) width 3: " "
    1096               text run at (3,13) width 33: "ipsum"
    1097               text run at (36,13) width 3: " "
    1098               text run at (3,26) width 29: "dolor"
    1099               text run at (32,26) width 3: " "
    1100               text run at (3,39) width 42: "ABCDEF"
    1101               text run at (3,52) width 46: "GHIJKLM"
    1102               text run at (3,65) width 45: "NOPQRS"
    1103               text run at (3,78) width 45: "TUVWXY"
    1104               text run at (3,91) width 7: "Z"
    1105               text run at (10,91) width 3: " "
    1106               text run at (3,104) width 43: "abcdefg"
    1107               text run at (3,117) width 47: "hijklmno"
    1108               text run at (3,130) width 41: "pqrstuv"
    1109         layer at (419,367) size 161x91
    1110           RenderBlock {DIV} at (1,1) size 161x91
    1111             RenderText {#text} at (3,0) size 153x52
    1112               text run at (3,0) width 102: "Lorem ipsum dolor"
    1113               text run at (105,0) width 3: " "
    1114               text run at (3,13) width 153: "ABCDEFGHIJKLMNOPQRSTUV"
    1115               text run at (3,26) width 30: "WXYZ"
    1116               text run at (33,26) width 3: " "
    1117               text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
    1118         layer at (588,406) size 56x52 clip at (588,406) size 41x52 scrollHeight 169
    1119           RenderBlock {DIV} at (1,1) size 56x52
    1120             RenderText {#text} at (3,0) size 35x169
    1121               text run at (3,0) width 34: "Lorem"
    1122               text run at (37,0) width 1: " "
    1123               text run at (3,13) width 33: "ipsum"
    1124               text run at (36,13) width 2: " "
    1125               text run at (3,26) width 29: "dolor"
    1126               text run at (32,26) width 3: " "
    1127               text run at (3,39) width 30: "ABCD"
    1128               text run at (3,52) width 35: "EFGHIJ"
    1129               text run at (3,65) width 31: "KLMN"
    1130               text run at (3,78) width 31: "OPQR"
    1131               text run at (3,91) width 28: "STUV"
    1132               text run at (3,104) width 30: "WXYZ"
    1133               text run at (33,104) width 3: " "
    1134               text run at (3,117) width 32: "abcde"
    1135               text run at (3,130) width 34: "fghijkl"
    1136               text run at (3,143) width 31: "mnop"
    1137               text run at (3,156) width 34: "qrstuv"
    1138         layer at (4,480) size 161x41 clip at (4,480) size 161x26 scrollWidth 427
    1139           RenderBlock {DIV} at (1,1) size 161x41
    1140             RenderText {#text} at (3,0) size 421x13
    1141               text run at (3,0) width 421: "Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv"
    1142         layer at (173,495) size 161x26 clip at (173,495) size 146x26 scrollHeight 52
    1143           RenderBlock {DIV} at (1,1) size 161x26
    1144             RenderText {#text} at (3,0) size 138x52
    1145               text run at (3,0) width 102: "Lorem ipsum dolor"
    1146               text run at (105,0) width 3: " "
    1147               text run at (3,13) width 138: "ABCDEFGHIJKLMNOPQRST"
    1148               text run at (3,26) width 45: "UVWXYZ"
    1149               text run at (48,26) width 3: " "
    1150               text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
    1151         layer at (342,495) size 161x26 clip at (342,495) size 146x26 scrollHeight 52
    1152           RenderBlock {DIV} at (1,1) size 161x26
    1153             RenderText {#text} at (3,0) size 138x52
    1154               text run at (3,0) width 102: "Lorem ipsum dolor"
    1155               text run at (105,0) width 3: " "
    1156               text run at (3,13) width 138: "ABCDEFGHIJKLMNOPQRST"
    1157               text run at (3,26) width 45: "UVWXYZ"
    1158               text run at (48,26) width 3: " "
    1159               text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
     953            RenderBlock {DIV} at (1,1) size 43x169
     954              RenderText {#text} at (3,0) size 37x169
     955                text run at (3,0) width 34: "Lorem"
     956                text run at (37,0) width 3: " "
     957                text run at (3,13) width 33: "ipsum"
     958                text run at (36,13) width 3: " "
     959                text run at (3,26) width 29: "dolor"
     960                text run at (32,26) width 3: " "
     961                text run at (3,39) width 36: "ABCDE"
     962                text run at (3,52) width 36: "FGHIJK"
     963                text run at (3,65) width 33: "LMNO"
     964                text run at (3,78) width 35: "PQRST"
     965                text run at (3,91) width 32: "UVWX"
     966                text run at (3,104) width 14: "YZ"
     967                text run at (17,104) width 3: " "
     968                text run at (3,117) width 36: "abcdef"
     969                text run at (3,130) width 30: "ghijkl"
     970                text run at (3,143) width 31: "mnop"
     971                text run at (3,156) width 34: "qrstuv"
     972        layer at (585,283) size 60x60 clip at (586,284) size 43x58 scrollHeight 169
     973          RenderTextControl {TEXTAREA} at (1,43) size 60x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     974            RenderBlock {DIV} at (1,1) size 43x169
     975              RenderText {#text} at (3,0) size 37x169
     976                text run at (3,0) width 34: "Lorem"
     977                text run at (37,0) width 3: " "
     978                text run at (3,13) width 33: "ipsum"
     979                text run at (36,13) width 3: " "
     980                text run at (3,26) width 29: "dolor"
     981                text run at (32,26) width 3: " "
     982                text run at (3,39) width 36: "ABCDE"
     983                text run at (3,52) width 36: "FGHIJK"
     984                text run at (3,65) width 33: "LMNO"
     985                text run at (3,78) width 35: "PQRST"
     986                text run at (3,91) width 32: "UVWX"
     987                text run at (3,104) width 14: "YZ"
     988                text run at (17,104) width 3: " "
     989                text run at (3,117) width 36: "abcdef"
     990                text run at (3,130) width 30: "ghijkl"
     991                text run at (3,143) width 31: "mnop"
     992                text run at (3,156) width 34: "qrstuv"
     993        layer at (667,283) size 60x60 clip at (668,284) size 43x58 scrollHeight 169
     994          RenderTextControl {TEXTAREA} at (1,43) size 60x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     995            RenderBlock {DIV} at (1,1) size 43x169
     996              RenderText {#text} at (3,0) size 37x169
     997                text run at (3,0) width 34: "Lorem"
     998                text run at (37,0) width 3: " "
     999                text run at (3,13) width 33: "ipsum"
     1000                text run at (36,13) width 3: " "
     1001                text run at (3,26) width 29: "dolor"
     1002                text run at (32,26) width 3: " "
     1003                text run at (3,39) width 36: "ABCDE"
     1004                text run at (3,52) width 36: "FGHIJK"
     1005                text run at (3,65) width 33: "LMNO"
     1006                text run at (3,78) width 35: "PQRST"
     1007                text run at (3,91) width 32: "UVWX"
     1008                text run at (3,104) width 14: "YZ"
     1009                text run at (17,104) width 3: " "
     1010                text run at (3,117) width 36: "abcdef"
     1011                text run at (3,130) width 30: "ghijkl"
     1012                text run at (3,143) width 31: "mnop"
     1013                text run at (3,156) width 34: "qrstuv"
     1014        layer at (1,401) size 60x60 clip at (2,402) size 43x58 scrollHeight 169
     1015          RenderTextControl {TEXTAREA} at (1,57) size 60x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     1016            RenderBlock {DIV} at (1,1) size 43x169
     1017              RenderText {#text} at (3,0) size 37x169
     1018                text run at (3,0) width 34: "Lorem"
     1019                text run at (37,0) width 3: " "
     1020                text run at (3,13) width 33: "ipsum"
     1021                text run at (36,13) width 3: " "
     1022                text run at (3,26) width 29: "dolor"
     1023                text run at (32,26) width 3: " "
     1024                text run at (3,39) width 36: "ABCDE"
     1025                text run at (3,52) width 36: "FGHIJK"
     1026                text run at (3,65) width 33: "LMNO"
     1027                text run at (3,78) width 35: "PQRST"
     1028                text run at (3,91) width 32: "UVWX"
     1029                text run at (3,104) width 14: "YZ"
     1030                text run at (17,104) width 3: " "
     1031                text run at (3,117) width 36: "abcdef"
     1032                text run at (3,130) width 30: "ghijkl"
     1033                text run at (3,143) width 31: "mnop"
     1034                text run at (3,156) width 34: "qrstuv"
     1035        layer at (85,431) size 44x28 clip at (86,432) size 27x26 scrollHeight 312
     1036          RenderTextControl {TEXTAREA} at (3,17) size 44x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     1037            RenderBlock {DIV} at (1,1) size 27x312
     1038              RenderText {#text} at (3,0) size 21x312
     1039                text run at (3,0) width 18: "Lor"
     1040                text run at (3,13) width 17: "em"
     1041                text run at (20,13) width 3: " "
     1042                text run at (3,26) width 16: "ips"
     1043                text run at (3,39) width 18: "um"
     1044                text run at (21,39) width 3: " "
     1045                text run at (3,52) width 17: "dol"
     1046                text run at (3,65) width 12: "or"
     1047                text run at (15,65) width 3: " "
     1048                text run at (3,78) width 14: "AB"
     1049                text run at (3,91) width 16: "CD"
     1050                text run at (3,104) width 20: "EFG"
     1051                text run at (3,117) width 15: "HIJ"
     1052                text run at (3,130) width 14: "KL"
     1053                text run at (3,143) width 18: "MN"
     1054                text run at (3,156) width 15: "OP"
     1055                text run at (3,169) width 16: "QR"
     1056                text run at (3,182) width 21: "STU"
     1057                text run at (3,195) width 17: "VW"
     1058                text run at (3,208) width 21: "XYZ"
     1059                text run at (24,208) width 0: " "
     1060                text run at (3,221) width 19: "abc"
     1061                text run at (3,234) width 18: "def"
     1062                text run at (3,247) width 21: "ghij"
     1063                text run at (3,260) width 20: "klm"
     1064                text run at (3,273) width 21: "nop"
     1065                text run at (3,286) width 18: "qrs"
     1066                text run at (3,299) width 17: "tuv"
     1067        layer at (167,418) size 163x41 clip at (168,419) size 146x39 scrollHeight 52
     1068          RenderTextControl {TEXTAREA} at (3,17) size 163x41 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     1069            RenderBlock {DIV} at (1,1) size 146x52
     1070              RenderText {#text} at (3,0) size 138x52
     1071                text run at (3,0) width 102: "Lorem ipsum dolor"
     1072                text run at (105,0) width 3: " "
     1073                text run at (3,13) width 138: "ABCDEFGHIJKLMNOPQRST"
     1074                text run at (3,26) width 45: "UVWXYZ"
     1075                text run at (48,26) width 3: " "
     1076                text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
     1077        layer at (336,431) size 72x28 clip at (337,432) size 55x26 scrollHeight 143
     1078          RenderTextControl {TEXTAREA} at (3,17) size 72x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     1079            RenderBlock {DIV} at (1,1) size 55x143
     1080              RenderText {#text} at (3,0) size 47x143
     1081                text run at (3,0) width 34: "Lorem"
     1082                text run at (37,0) width 3: " "
     1083                text run at (3,13) width 33: "ipsum"
     1084                text run at (36,13) width 3: " "
     1085                text run at (3,26) width 29: "dolor"
     1086                text run at (32,26) width 3: " "
     1087                text run at (3,39) width 42: "ABCDEF"
     1088                text run at (3,52) width 46: "GHIJKLM"
     1089                text run at (3,65) width 45: "NOPQRS"
     1090                text run at (3,78) width 45: "TUVWXY"
     1091                text run at (3,91) width 7: "Z"
     1092                text run at (10,91) width 3: " "
     1093                text run at (3,104) width 43: "abcdefg"
     1094                text run at (3,117) width 47: "hijklmno"
     1095                text run at (3,130) width 41: "pqrstuv"
     1096        layer at (418,366) size 163x93 clip at (419,367) size 161x91
     1097          RenderTextControl {TEXTAREA} at (3,17) size 163x93 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     1098            RenderBlock {DIV} at (1,1) size 161x52
     1099              RenderText {#text} at (3,0) size 153x52
     1100                text run at (3,0) width 102: "Lorem ipsum dolor"
     1101                text run at (105,0) width 3: " "
     1102                text run at (3,13) width 153: "ABCDEFGHIJKLMNOPQRSTUV"
     1103                text run at (3,26) width 30: "WXYZ"
     1104                text run at (33,26) width 3: " "
     1105                text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
     1106        layer at (587,405) size 58x54 clip at (588,406) size 41x52 scrollHeight 169
     1107          RenderTextControl {TEXTAREA} at (3,31) size 58x54 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     1108            RenderBlock {DIV} at (1,1) size 41x169
     1109              RenderText {#text} at (3,0) size 35x169
     1110                text run at (3,0) width 34: "Lorem"
     1111                text run at (37,0) width 1: " "
     1112                text run at (3,13) width 33: "ipsum"
     1113                text run at (36,13) width 2: " "
     1114                text run at (3,26) width 29: "dolor"
     1115                text run at (32,26) width 3: " "
     1116                text run at (3,39) width 30: "ABCD"
     1117                text run at (3,52) width 35: "EFGHIJ"
     1118                text run at (3,65) width 31: "KLMN"
     1119                text run at (3,78) width 31: "OPQR"
     1120                text run at (3,91) width 28: "STUV"
     1121                text run at (3,104) width 30: "WXYZ"
     1122                text run at (33,104) width 3: " "
     1123                text run at (3,117) width 32: "abcde"
     1124                text run at (3,130) width 34: "fghijkl"
     1125                text run at (3,143) width 31: "mnop"
     1126                text run at (3,156) width 34: "qrstuv"
     1127        layer at (3,479) size 163x43 clip at (4,480) size 161x26 scrollWidth 424
     1128          RenderTextControl {TEXTAREA} at (3,17) size 163x43 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     1129            RenderBlock {DIV} at (1,1) size 161x13
     1130              RenderText {#text} at (3,0) size 421x13
     1131                text run at (3,0) width 421: "Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv"
     1132        layer at (172,494) size 163x28 clip at (173,495) size 146x26 scrollHeight 52
     1133          RenderTextControl {TEXTAREA} at (3,17) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     1134            RenderBlock {DIV} at (1,1) size 146x52
     1135              RenderText {#text} at (3,0) size 138x52
     1136                text run at (3,0) width 102: "Lorem ipsum dolor"
     1137                text run at (105,0) width 3: " "
     1138                text run at (3,13) width 138: "ABCDEFGHIJKLMNOPQRST"
     1139                text run at (3,26) width 45: "UVWXYZ"
     1140                text run at (48,26) width 3: " "
     1141                text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
     1142        layer at (341,494) size 163x28 clip at (342,495) size 146x26 scrollHeight 52
     1143          RenderTextControl {TEXTAREA} at (3,17) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     1144            RenderBlock {DIV} at (1,1) size 146x52
     1145              RenderText {#text} at (3,0) size 138x52
     1146                text run at (3,0) width 102: "Lorem ipsum dolor"
     1147                text run at (105,0) width 3: " "
     1148                text run at (3,13) width 138: "ABCDEFGHIJKLMNOPQRST"
     1149                text run at (3,26) width 45: "UVWXYZ"
     1150                text run at (48,26) width 3: " "
     1151                text run at (3,39) width 130: "abcdefghijklmnopqrstuv"
    11601152      RenderText {#text} at (0,0) size 0x0
    11611153      RenderText {#text} at (0,0) size 0x0
  • trunk/LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.txt

    r25970 r41792  
    108108            RenderTableCell {TD} at (375,2) size 173x38 [r=0 c=3 rs=1 cs=1]
    109109              RenderBlock {DIV} at (1,1) size 171x36 [border: (2px solid #0000FF)]
    110                 RenderTextControl {TEXTAREA} at (4,4) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    111110      RenderBlock {H2} at (0,312) size 769x28
    112111        RenderText {#text} at (0,0) size 200x28
     
    187186        RenderText {#text} at (354,18) size 4x18
    188187          text run at (354,18) width 4: " "
    189         RenderTextControl {TEXTAREA} at (360,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    190188        RenderText {#text} at (0,0) size 0x0
    191189      RenderBlock {H2} at (0,490) size 769x28
     
    251249    RenderText {#text} at (1,0) size 49x13
    252250      text run at (1,0) width 49: "text field"
    253 layer at (389,242) size 161x26
    254   RenderBlock {DIV} at (1,1) size 161x26
    255     RenderText {#text} at (3,0) size 44x13
    256       text run at (3,0) width 44: "textarea"
     251layer at (388,241) size 163x28 clip at (389,242) size 161x26
     252  RenderTextControl {TEXTAREA} at (4,4) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     253    RenderBlock {DIV} at (1,1) size 161x13
     254      RenderText {#text} at (3,0) size 44x13
     255        text run at (3,0) width 44: "textarea"
    257256layer at (40,461) size 72x13
    258257  RenderBlock {DIV} at (3,3) size 72x13
    259258    RenderText {#text} at (1,0) size 49x13
    260259      text run at (1,0) width 49: "text field"
    261 layer at (369,443) size 161x26
    262   RenderBlock {DIV} at (1,1) size 161x26
    263     RenderText {#text} at (3,0) size 44x13
    264       text run at (3,0) width 44: "textarea"
     260layer at (368,442) size 163x28 clip at (369,443) size 161x26
     261  RenderTextControl {TEXTAREA} at (360,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     262    RenderBlock {DIV} at (1,1) size 161x13
     263      RenderText {#text} at (3,0) size 44x13
     264        text run at (3,0) width 44: "textarea"
  • trunk/LayoutTests/platform/mac/fast/forms/linebox-overflow-in-textarea-padding-expected.checksum

    r41742 r41792  
    1 cca21180369222b796e7533da2780a15
     165ba8955a4b3e37bfb23624c2b5051c6
  • trunk/LayoutTests/platform/mac/fast/forms/linebox-overflow-in-textarea-padding-expected.txt

    r41742 r41792  
    55    RenderBody {BODY} at (8,8) size 784x576
    66      RenderBlock (anonymous) at (0,0) size 784x54
    7         RenderTextControl {TEXTAREA} at (0,0) size 300x50 [color=#0000FF] [bgcolor=#FFFFFF] [border: (3px solid #FFFF00)]
    87        RenderText {#text} at (300,36) size 4x18
    98          text run at (300,36) width 4: " "
     
    1312          text run at (0,0) width 753: "This is a pixel test that tests the linebox overflow in the padding on textareas. The div on the right is styled to look like a"
    1413          text run at (0,18) width 53: "textarea."
    15 layer at (26,26) size 264x14 clip at (26,26) size 249x14 scrollHeight 29
    16   RenderBlock {DIV} at (18,18) size 264x14
    17     RenderText {#text} at (3,-17) size 180x46
    18       text run at (3,-17) width 162: "ggggggggg"
    19       text run at (165,-17) width 18: " "
    20       text run at (3,-6) width 162: "ggggggggg"
     14layer at (8,8) size 300x50 clip at (11,11) size 279x44 scrollHeight 52
     15  RenderTextControl {TEXTAREA} at (0,0) size 300x50 [color=#0000FF] [bgcolor=#FFFFFF] [border: (3px solid #FFFF00)]
     16    RenderBlock {DIV} at (18,18) size 249x22
     17      RenderText {#text} at (3,-17) size 180x46
     18        text run at (3,-17) width 162: "ggggggggg"
     19        text run at (165,-17) width 18: " "
     20        text run at (3,-6) width 162: "ggggggggg"
    2121layer at (312,8) size 300x50 clip at (315,11) size 279x44 scrollHeight 52
    2222  RenderBlock {DIV} at (304,0) size 300x50 [color=#0000FF] [border: (3px solid #FFFF00)]
  • trunk/LayoutTests/platform/mac/fast/forms/negativeLineHeight-expected.txt

    r41569 r41792  
    1212          text run at (0,0) width 87: "TEXTAREA"
    1313        RenderBR {BR} at (87,14) size 0x0
    14         RenderTextControl {TEXTAREA} at (0,18) size 400x200 [bgcolor=#FFFFFF] [border: (1px dotted #C0C0C0)]
    1514        RenderText {#text} at (400,204) size 4x18
    1615          text run at (400,204) width 4: " "
    1716        RenderBR {BR} at (0,0) size 0x0
    1817        RenderBR {BR} at (0,222) size 0x18
    19 layer at (9,61) size 398x198
    20   RenderBlock {DIV} at (1,1) size 398x198
    21     RenderText {#text} at (3,0) size 387x32
    22       text run at (3,0) width 382: "Demo text here that wraps a bit and should demonstrate"
    23       text run at (385,0) width 5: " "
    24       text run at (3,16) width 182: "the goodness of line-height"
     18layer at (8,60) size 400x200 clip at (9,61) size 398x198
     19  RenderTextControl {TEXTAREA} at (0,18) size 400x200 [bgcolor=#FFFFFF] [border: (1px dotted #C0C0C0)]
     20    RenderBlock {DIV} at (1,1) size 398x32
     21      RenderText {#text} at (3,0) size 387x32
     22        text run at (3,0) width 382: "Demo text here that wraps a bit and should demonstrate"
     23        text run at (385,0) width 5: " "
     24        text run at (3,16) width 182: "the goodness of line-height"
  • trunk/LayoutTests/platform/mac/fast/forms/textAreaLineHeight-expected.txt

    r41569 r41792  
    1212          text run at (0,0) width 87: "TEXTAREA"
    1313        RenderBR {BR} at (87,0) size 0x18
    14         RenderTextControl {TEXTAREA} at (0,18) size 402x202 [bgcolor=#FFFFFF] [border: (1px dotted #C0C0C0)]
    1514        RenderText {#text} at (402,206) size 4x18
    1615          text run at (402,206) width 4: " "
     
    3837          text run at (0,36) width 124: "Un-Styled Textarea"
    3938        RenderBR {BR} at (124,36) size 0x18
    40         RenderTextControl {TEXTAREA} at (2,56) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    4139        RenderText {#text} at (167,72) size 4x18
    4240          text run at (167,72) width 4: " "
     
    4644          text run at (0,108) width 215: "Totally Blank Un-Styled Textarea"
    4745        RenderBR {BR} at (215,108) size 0x18
    48         RenderTextControl {TEXTAREA} at (2,128) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    4946        RenderText {#text} at (167,144) size 4x18
    5047          text run at (167,144) width 4: " "
     
    5451          text run at (0,180) width 213: "Totally Blank STYLED Textarea"
    5552        RenderBR {BR} at (213,180) size 0x18
    56         RenderTextControl {TEXTAREA} at (0,198) size 402x202 [bgcolor=#FFFFFF] [border: (1px dotted #C0C0C0)]
    5753        RenderText {#text} at (0,0) size 0x0
    5854      RenderBlock {P} at (0,1183) size 769x0
    59 layer at (9,61) size 400x200
    60   RenderBlock {DIV} at (1,1) size 400x200
    61     RenderText {#text} at (3,18) size 387x68
    62       text run at (3,18) width 382: "Demo text here that wraps a bit and should demonstrate"
    63       text run at (385,18) width 5: " "
    64       text run at (3,70) width 182: "the goodness of line-height"
    65 layer at (11,828) size 161x26 clip at (11,828) size 146x26 scrollHeight 52
    66   RenderBlock {DIV} at (1,1) size 161x26
    67     RenderText {#text} at (3,0) size 130x52
    68       text run at (3,0) width 109: "Demo text here that"
    69       text run at (112,0) width 3: " "
    70       text run at (3,13) width 123: "wraps a bit and should"
    71       text run at (126,13) width 3: " "
    72       text run at (3,26) width 89: "demonstrate the"
    73       text run at (92,26) width 3: " "
    74       text run at (3,39) width 130: "goodness of line-height"
    75 layer at (11,900) size 161x26
    76   RenderBlock {DIV} at (1,1) size 161x26
    77 layer at (9,970) size 400x200
    78   RenderBlock {DIV} at (1,1) size 400x200
     55layer at (8,60) size 402x202 clip at (9,61) size 400x200
     56  RenderTextControl {TEXTAREA} at (0,18) size 402x202 [bgcolor=#FFFFFF] [border: (1px dotted #C0C0C0)]
     57    RenderBlock {DIV} at (1,1) size 400x104
     58      RenderText {#text} at (3,18) size 387x68
     59        text run at (3,18) width 382: "Demo text here that wraps a bit and should demonstrate"
     60        text run at (385,18) width 5: " "
     61        text run at (3,70) width 182: "the goodness of line-height"
     62layer at (10,827) size 163x28 clip at (11,828) size 146x26 scrollHeight 52
     63  RenderTextControl {TEXTAREA} at (2,56) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     64    RenderBlock {DIV} at (1,1) size 146x52
     65      RenderText {#text} at (3,0) size 130x52
     66        text run at (3,0) width 109: "Demo text here that"
     67        text run at (112,0) width 3: " "
     68        text run at (3,13) width 123: "wraps a bit and should"
     69        text run at (126,13) width 3: " "
     70        text run at (3,26) width 89: "demonstrate the"
     71        text run at (92,26) width 3: " "
     72        text run at (3,39) width 130: "goodness of line-height"
     73layer at (10,899) size 163x28 clip at (11,900) size 161x26
     74  RenderTextControl {TEXTAREA} at (2,128) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     75    RenderBlock {DIV} at (1,1) size 161x13
     76layer at (8,969) size 402x202 clip at (9,970) size 400x200
     77  RenderTextControl {TEXTAREA} at (0,198) size 402x202 [bgcolor=#FFFFFF] [border: (1px dotted #C0C0C0)]
     78    RenderBlock {DIV} at (1,1) size 400x52
  • trunk/LayoutTests/platform/mac/fast/forms/textarea-align-expected.txt

    r30635 r41792  
    88          text run at (0,0) width 624: "The following textarea elements should all be rendered on the left, with their text aligned to the left."
    99      RenderBlock (anonymous) at (0,34) size 784x140
    10         RenderTextControl {TEXTAREA} at (2,2) size 371x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    1110        RenderText {#text} at (375,18) size 4x18
    1211          text run at (375,18) width 4: " "
    1312        RenderBR {BR} at (0,0) size 0x0
    14         RenderTextControl {TEXTAREA} at (2,38) size 371x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    1513        RenderText {#text} at (375,54) size 4x18
    1614          text run at (375,54) width 4: " "
    1715        RenderBR {BR} at (0,0) size 0x0
    18         RenderTextControl {TEXTAREA} at (2,74) size 371x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    1916        RenderText {#text} at (375,90) size 4x18
    2017          text run at (375,90) width 4: " "
    2118        RenderBR {BR} at (0,0) size 0x0
    22         RenderTextControl {TEXTAREA} at (2,110) size 371x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    2319        RenderText {#text} at (0,0) size 0x0
    2420        RenderText {#text} at (0,0) size 0x0
    2521      RenderBlock {DIV} at (0,174) size 784x32
    26         RenderTextControl {TEXTAREA} at (2,2) size 371x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    27 layer at (11,45) size 369x26
    28   RenderBlock {DIV} at (1,1) size 369x26
    29     RenderText {#text} at (3,0) size 194x13
    30       text run at (3,0) width 194: "This is should be aligned to the left."
    31 layer at (11,81) size 369x26
    32   RenderBlock {DIV} at (1,1) size 369x26
    33     RenderText {#text} at (3,0) size 194x13
    34       text run at (3,0) width 194: "This is should be aligned to the left."
    35 layer at (11,117) size 369x26
    36   RenderBlock {DIV} at (1,1) size 369x26
    37     RenderText {#text} at (3,0) size 194x13
    38       text run at (3,0) width 194: "This is should be aligned to the left."
    39 layer at (11,153) size 369x26
    40   RenderBlock {DIV} at (1,1) size 369x26
    41     RenderText {#text} at (3,0) size 194x13
    42       text run at (3,0) width 194: "This is should be aligned to the left."
    43 layer at (11,185) size 369x26
    44   RenderBlock {DIV} at (1,1) size 369x26
    45     RenderText {#text} at (3,0) size 194x13
    46       text run at (3,0) width 194: "This is should be aligned to the left."
     22layer at (10,44) size 371x28 clip at (11,45) size 369x26
     23  RenderTextControl {TEXTAREA} at (2,2) size 371x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     24    RenderBlock {DIV} at (1,1) size 369x13
     25      RenderText {#text} at (3,0) size 194x13
     26        text run at (3,0) width 194: "This is should be aligned to the left."
     27layer at (10,80) size 371x28 clip at (11,81) size 369x26
     28  RenderTextControl {TEXTAREA} at (2,38) size 371x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     29    RenderBlock {DIV} at (1,1) size 369x13
     30      RenderText {#text} at (3,0) size 194x13
     31        text run at (3,0) width 194: "This is should be aligned to the left."
     32layer at (10,116) size 371x28 clip at (11,117) size 369x26
     33  RenderTextControl {TEXTAREA} at (2,74) size 371x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     34    RenderBlock {DIV} at (1,1) size 369x13
     35      RenderText {#text} at (3,0) size 194x13
     36        text run at (3,0) width 194: "This is should be aligned to the left."
     37layer at (10,152) size 371x28 clip at (11,153) size 369x26
     38  RenderTextControl {TEXTAREA} at (2,110) size 371x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     39    RenderBlock {DIV} at (1,1) size 369x13
     40      RenderText {#text} at (3,0) size 194x13
     41        text run at (3,0) width 194: "This is should be aligned to the left."
     42layer at (10,184) size 371x28 clip at (11,185) size 369x26
     43  RenderTextControl {TEXTAREA} at (2,2) size 371x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     44    RenderBlock {DIV} at (1,1) size 369x13
     45      RenderText {#text} at (3,0) size 194x13
     46        text run at (3,0) width 194: "This is should be aligned to the left."
  • trunk/LayoutTests/platform/mac/fast/forms/textarea-rows-cols-expected.txt

    r41569 r41792  
    99      RenderBlock {HR} at (0,26) size 784x2 [border: (1px inset #000000)]
    1010      RenderBlock {DIV} at (0,36) size 784x32
    11         RenderTextControl {TEXTAREA} at (2,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    1211      RenderBlock {DIV} at (0,68) size 784x19
    13         RenderTextControl {TEXTAREA} at (2,2) size 163x15 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    1412      RenderBlock {DIV} at (0,87) size 784x32
    15         RenderTextControl {TEXTAREA} at (2,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    1613      RenderBlock {DIV} at (0,119) size 784x45
    17         RenderTextControl {TEXTAREA} at (2,2) size 163x41 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    1814      RenderBlock {DIV} at (0,164) size 784x32
    19         RenderTextControl {TEXTAREA} at (2,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    2015      RenderBlock {DIV} at (0,196) size 784x32
    21         RenderTextControl {TEXTAREA} at (2,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    2216      RenderBlock {DIV} at (0,228) size 784x32
    23         RenderTextControl {TEXTAREA} at (2,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    2417      RenderBlock {DIV} at (0,260) size 784x32
    25         RenderTextControl {TEXTAREA} at (2,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    2618      RenderBlock {HR} at (0,300) size 784x2 [border: (1px inset #000000)]
    2719      RenderBlock {DIV} at (0,310) size 784x32
    28         RenderTextControl {TEXTAREA} at (2,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    2920      RenderBlock {DIV} at (0,342) size 784x32
    30         RenderTextControl {TEXTAREA} at (2,2) size 30x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    3121      RenderBlock {DIV} at (0,374) size 784x32
    32         RenderTextControl {TEXTAREA} at (2,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    3322      RenderBlock {DIV} at (0,406) size 784x32
    34         RenderTextControl {TEXTAREA} at (2,2) size 302x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    3523      RenderBlock {DIV} at (0,438) size 784x32
    36         RenderTextControl {TEXTAREA} at (2,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    3724      RenderBlock {DIV} at (0,470) size 784x32
    38         RenderTextControl {TEXTAREA} at (2,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    3925      RenderBlock {DIV} at (0,502) size 784x32
    40         RenderTextControl {TEXTAREA} at (2,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    4126      RenderBlock {DIV} at (0,534) size 784x32
    42         RenderTextControl {TEXTAREA} at (2,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    4327      RenderBlock {HR} at (0,574) size 784x2 [border: (1px inset #000000)]
    44 layer at (11,47) size 161x26
    45   RenderBlock {DIV} at (1,1) size 161x26
    46     RenderText {#text} at (3,0) size 75x13
    47       text run at (3,0) width 75: "default height"
    48 layer at (11,79) size 161x13
    49   RenderBlock {DIV} at (1,1) size 161x13
    50     RenderText {#text} at (3,0) size 48x13
    51       text run at (3,0) width 48: "rows = 1"
    52 layer at (11,98) size 161x26
    53   RenderBlock {DIV} at (1,1) size 161x26
    54     RenderText {#text} at (3,0) size 131x26
    55       text run at (3,0) width 128: "rows = 2; should match"
    56       text run at (131,0) width 3: " "
    57       text run at (3,13) width 75: "default height"
    58 layer at (11,130) size 161x39
    59   RenderBlock {DIV} at (1,1) size 161x39
    60     RenderText {#text} at (3,0) size 48x13
    61       text run at (3,0) width 48: "rows = 3"
    62 layer at (11,175) size 161x26
    63   RenderBlock {DIV} at (1,1) size 161x26
    64     RenderText {#text} at (3,0) size 130x26
    65       text run at (3,0) width 127: "rows; should be default"
    66       text run at (130,0) width 3: " "
    67       text run at (3,13) width 34: "height"
    68 layer at (11,207) size 161x26
    69   RenderBlock {DIV} at (1,1) size 161x26
    70     RenderText {#text} at (3,0) size 153x26
    71       text run at (3,0) width 150: "rows = 0; should be default"
    72       text run at (153,0) width 3: " "
    73       text run at (3,13) width 34: "height"
    74 layer at (11,239) size 161x26
    75   RenderBlock {DIV} at (1,1) size 161x26
    76     RenderText {#text} at (3,0) size 119x26
    77       text run at (3,0) width 116: "rows = -1; should be"
    78       text run at (119,0) width 3: " "
    79       text run at (3,13) width 75: "default height"
    80 layer at (11,271) size 161x26
    81   RenderBlock {DIV} at (1,1) size 161x26
    82     RenderText {#text} at (3,0) size 153x26
    83       text run at (3,0) width 150: "rows = x; should be default"
    84       text run at (153,0) width 3: " "
    85       text run at (3,13) width 34: "height"
    86 layer at (11,321) size 161x26
    87   RenderBlock {DIV} at (1,1) size 161x26
    88     RenderText {#text} at (3,0) size 71x13
    89       text run at (3,0) width 71: "default width"
    90 layer at (11,353) size 28x26
    91   RenderBlock {DIV} at (1,1) size 28x26
    92     RenderText {#text} at (3,0) size 22x26
    93       text run at (3,0) width 22: "cols"
    94       text run at (25,0) width 0: " "
    95       text run at (3,13) width 19: "= 1"
    96 layer at (11,385) size 161x26
    97   RenderBlock {DIV} at (1,1) size 161x26
    98     RenderText {#text} at (3,0) size 134x26
    99       text run at (3,0) width 131: "cols = 20; should match"
    100       text run at (134,0) width 3: " "
    101       text run at (3,13) width 71: "default width"
    102 layer at (11,417) size 300x26
    103   RenderBlock {DIV} at (1,1) size 300x26
    104     RenderText {#text} at (3,0) size 51x13
    105       text run at (3,0) width 51: "cols = 40"
    106 layer at (11,449) size 161x26
    107   RenderBlock {DIV} at (1,1) size 161x26
    108     RenderText {#text} at (3,0) size 126x26
    109       text run at (3,0) width 123: "cols; should be default"
    110       text run at (126,0) width 3: " "
    111       text run at (3,13) width 30: "width"
    112 layer at (11,481) size 161x26
    113   RenderBlock {DIV} at (1,1) size 161x26
    114     RenderText {#text} at (3,0) size 149x26
    115       text run at (3,0) width 146: "cols = 0; should be default"
    116       text run at (149,0) width 3: " "
    117       text run at (3,13) width 30: "width"
    118 layer at (11,513) size 161x26
    119   RenderBlock {DIV} at (1,1) size 161x26
    120     RenderText {#text} at (3,0) size 155x26
    121       text run at (3,0) width 153: "cols = -1; should be default"
    122       text run at (156,0) width 2: " "
    123       text run at (3,13) width 30: "width"
    124 layer at (11,545) size 161x26
    125   RenderBlock {DIV} at (1,1) size 161x26
    126     RenderText {#text} at (3,0) size 149x26
    127       text run at (3,0) width 146: "cols = x; should be default"
    128       text run at (149,0) width 3: " "
    129       text run at (3,13) width 30: "width"
     28layer at (10,46) size 163x28 clip at (11,47) size 161x26
     29  RenderTextControl {TEXTAREA} at (2,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     30    RenderBlock {DIV} at (1,1) size 161x13
     31      RenderText {#text} at (3,0) size 75x13
     32        text run at (3,0) width 75: "default height"
     33layer at (10,78) size 163x15 clip at (11,79) size 161x13
     34  RenderTextControl {TEXTAREA} at (2,2) size 163x15 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     35    RenderBlock {DIV} at (1,1) size 161x13
     36      RenderText {#text} at (3,0) size 48x13
     37        text run at (3,0) width 48: "rows = 1"
     38layer at (10,97) size 163x28 clip at (11,98) size 161x26
     39  RenderTextControl {TEXTAREA} at (2,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     40    RenderBlock {DIV} at (1,1) size 161x26
     41      RenderText {#text} at (3,0) size 131x26
     42        text run at (3,0) width 128: "rows = 2; should match"
     43        text run at (131,0) width 3: " "
     44        text run at (3,13) width 75: "default height"
     45layer at (10,129) size 163x41 clip at (11,130) size 161x39
     46  RenderTextControl {TEXTAREA} at (2,2) size 163x41 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     47    RenderBlock {DIV} at (1,1) size 161x13
     48      RenderText {#text} at (3,0) size 48x13
     49        text run at (3,0) width 48: "rows = 3"
     50layer at (10,174) size 163x28 clip at (11,175) size 161x26
     51  RenderTextControl {TEXTAREA} at (2,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     52    RenderBlock {DIV} at (1,1) size 161x26
     53      RenderText {#text} at (3,0) size 130x26
     54        text run at (3,0) width 127: "rows; should be default"
     55        text run at (130,0) width 3: " "
     56        text run at (3,13) width 34: "height"
     57layer at (10,206) size 163x28 clip at (11,207) size 161x26
     58  RenderTextControl {TEXTAREA} at (2,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     59    RenderBlock {DIV} at (1,1) size 161x26
     60      RenderText {#text} at (3,0) size 153x26
     61        text run at (3,0) width 150: "rows = 0; should be default"
     62        text run at (153,0) width 3: " "
     63        text run at (3,13) width 34: "height"
     64layer at (10,238) size 163x28 clip at (11,239) size 161x26
     65  RenderTextControl {TEXTAREA} at (2,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     66    RenderBlock {DIV} at (1,1) size 161x26
     67      RenderText {#text} at (3,0) size 119x26
     68        text run at (3,0) width 116: "rows = -1; should be"
     69        text run at (119,0) width 3: " "
     70        text run at (3,13) width 75: "default height"
     71layer at (10,270) size 163x28 clip at (11,271) size 161x26
     72  RenderTextControl {TEXTAREA} at (2,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     73    RenderBlock {DIV} at (1,1) size 161x26
     74      RenderText {#text} at (3,0) size 153x26
     75        text run at (3,0) width 150: "rows = x; should be default"
     76        text run at (153,0) width 3: " "
     77        text run at (3,13) width 34: "height"
     78layer at (10,320) size 163x28 clip at (11,321) size 161x26
     79  RenderTextControl {TEXTAREA} at (2,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     80    RenderBlock {DIV} at (1,1) size 161x13
     81      RenderText {#text} at (3,0) size 71x13
     82        text run at (3,0) width 71: "default width"
     83layer at (10,352) size 30x28 clip at (11,353) size 28x26
     84  RenderTextControl {TEXTAREA} at (2,2) size 30x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     85    RenderBlock {DIV} at (1,1) size 28x26
     86      RenderText {#text} at (3,0) size 22x26
     87        text run at (3,0) width 22: "cols"
     88        text run at (25,0) width 0: " "
     89        text run at (3,13) width 19: "= 1"
     90layer at (10,384) size 163x28 clip at (11,385) size 161x26
     91  RenderTextControl {TEXTAREA} at (2,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     92    RenderBlock {DIV} at (1,1) size 161x26
     93      RenderText {#text} at (3,0) size 134x26
     94        text run at (3,0) width 131: "cols = 20; should match"
     95        text run at (134,0) width 3: " "
     96        text run at (3,13) width 71: "default width"
     97layer at (10,416) size 302x28 clip at (11,417) size 300x26
     98  RenderTextControl {TEXTAREA} at (2,2) size 302x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     99    RenderBlock {DIV} at (1,1) size 300x13
     100      RenderText {#text} at (3,0) size 51x13
     101        text run at (3,0) width 51: "cols = 40"
     102layer at (10,448) size 163x28 clip at (11,449) size 161x26
     103  RenderTextControl {TEXTAREA} at (2,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     104    RenderBlock {DIV} at (1,1) size 161x26
     105      RenderText {#text} at (3,0) size 126x26
     106        text run at (3,0) width 123: "cols; should be default"
     107        text run at (126,0) width 3: " "
     108        text run at (3,13) width 30: "width"
     109layer at (10,480) size 163x28 clip at (11,481) size 161x26
     110  RenderTextControl {TEXTAREA} at (2,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     111    RenderBlock {DIV} at (1,1) size 161x26
     112      RenderText {#text} at (3,0) size 149x26
     113        text run at (3,0) width 146: "cols = 0; should be default"
     114        text run at (149,0) width 3: " "
     115        text run at (3,13) width 30: "width"
     116layer at (10,512) size 163x28 clip at (11,513) size 161x26
     117  RenderTextControl {TEXTAREA} at (2,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     118    RenderBlock {DIV} at (1,1) size 161x26
     119      RenderText {#text} at (3,0) size 155x26
     120        text run at (3,0) width 153: "cols = -1; should be default"
     121        text run at (156,0) width 2: " "
     122        text run at (3,13) width 30: "width"
     123layer at (10,544) size 163x28 clip at (11,545) size 161x26
     124  RenderTextControl {TEXTAREA} at (2,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     125    RenderBlock {DIV} at (1,1) size 161x26
     126      RenderText {#text} at (3,0) size 149x26
     127        text run at (3,0) width 146: "cols = x; should be default"
     128        text run at (149,0) width 3: " "
     129        text run at (3,13) width 30: "width"
  • trunk/LayoutTests/platform/mac/fast/forms/textarea-scroll-height-expected.txt

    r30635 r41792  
    44  RenderBlock {HTML} at (0,0) size 800x600
    55    RenderBody {BODY} at (8,8) size 784x584
    6       RenderTextControl {TEXTAREA} at (0,0) size 200x200 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    76      RenderText {#text} at (200,186) size 4x18
    87        text run at (200,186) width 4: " "
    98      RenderText {#text} at (204,186) size 52x18
    109        text run at (204,186) width 52: "183 312"
    11 layer at (9,9) size 198x198 clip at (9,9) size 183x198 scrollHeight 312
    12   RenderBlock {DIV} at (1,1) size 198x198
    13     RenderText {#text} at (3,0) size 84x299
    14       text run at (3,0) width 84: "Lots of content."
    15       text run at (87,0) width 0: " "
    16       text run at (3,13) width 84: "Lots of content."
    17       text run at (87,13) width 0: " "
    18       text run at (3,26) width 84: "Lots of content."
    19       text run at (87,26) width 0: " "
    20       text run at (3,39) width 84: "Lots of content."
    21       text run at (87,39) width 0: " "
    22       text run at (3,52) width 0: " "
    23       text run at (3,65) width 84: "Lots of content."
    24       text run at (87,65) width 0: " "
    25       text run at (3,78) width 84: "Lots of content."
    26       text run at (87,78) width 0: " "
    27       text run at (3,91) width 0: " "
    28       text run at (3,104) width 84: "Lots of content."
    29       text run at (87,104) width 0: " "
    30       text run at (3,117) width 84: "Lots of content."
    31       text run at (87,117) width 0: " "
    32       text run at (3,130) width 0: " "
    33       text run at (3,143) width 84: "Lots of content."
    34       text run at (87,143) width 0: " "
    35       text run at (3,156) width 84: "Lots of content."
    36       text run at (87,156) width 0: " "
    37       text run at (3,169) width 0: " "
    38       text run at (3,182) width 84: "Lots of content."
    39       text run at (87,182) width 0: " "
    40       text run at (3,195) width 84: "Lots of content."
    41       text run at (87,195) width 0: " "
    42       text run at (3,208) width 0: " "
    43       text run at (3,221) width 84: "Lots of content."
    44       text run at (87,221) width 0: " "
    45       text run at (3,234) width 84: "Lots of content."
    46       text run at (87,234) width 0: " "
    47       text run at (3,247) width 0: " "
    48       text run at (3,260) width 84: "Lots of content."
    49       text run at (87,260) width 0: " "
    50       text run at (3,273) width 84: "Lots of content."
    51       text run at (87,273) width 0: " "
    52       text run at (3,286) width 0: " "
    53     RenderBR {BR} at (3,299) size 0x13
     10layer at (8,8) size 200x200 clip at (9,9) size 183x198 scrollHeight 312
     11  RenderTextControl {TEXTAREA} at (0,0) size 200x200 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     12    RenderBlock {DIV} at (1,1) size 183x312
     13      RenderText {#text} at (3,0) size 84x299
     14        text run at (3,0) width 84: "Lots of content."
     15        text run at (87,0) width 0: " "
     16        text run at (3,13) width 84: "Lots of content."
     17        text run at (87,13) width 0: " "
     18        text run at (3,26) width 84: "Lots of content."
     19        text run at (87,26) width 0: " "
     20        text run at (3,39) width 84: "Lots of content."
     21        text run at (87,39) width 0: " "
     22        text run at (3,52) width 0: " "
     23        text run at (3,65) width 84: "Lots of content."
     24        text run at (87,65) width 0: " "
     25        text run at (3,78) width 84: "Lots of content."
     26        text run at (87,78) width 0: " "
     27        text run at (3,91) width 0: " "
     28        text run at (3,104) width 84: "Lots of content."
     29        text run at (87,104) width 0: " "
     30        text run at (3,117) width 84: "Lots of content."
     31        text run at (87,117) width 0: " "
     32        text run at (3,130) width 0: " "
     33        text run at (3,143) width 84: "Lots of content."
     34        text run at (87,143) width 0: " "
     35        text run at (3,156) width 84: "Lots of content."
     36        text run at (87,156) width 0: " "
     37        text run at (3,169) width 0: " "
     38        text run at (3,182) width 84: "Lots of content."
     39        text run at (87,182) width 0: " "
     40        text run at (3,195) width 84: "Lots of content."
     41        text run at (87,195) width 0: " "
     42        text run at (3,208) width 0: " "
     43        text run at (3,221) width 84: "Lots of content."
     44        text run at (87,221) width 0: " "
     45        text run at (3,234) width 84: "Lots of content."
     46        text run at (87,234) width 0: " "
     47        text run at (3,247) width 0: " "
     48        text run at (3,260) width 84: "Lots of content."
     49        text run at (87,260) width 0: " "
     50        text run at (3,273) width 84: "Lots of content."
     51        text run at (87,273) width 0: " "
     52        text run at (3,286) width 0: " "
     53      RenderBR {BR} at (3,299) size 0x13
  • trunk/LayoutTests/platform/mac/fast/forms/textarea-scrollbar-expected.txt

    r30635 r41792  
    77        text run at (0,0) width 442: "This tests that a scrollbar will appear when text overflows the textarea "
    88      RenderBR {BR} at (442,14) size 0x0
    9       RenderTextControl {TEXTAREA} at (2,20) size 163x80 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    109      RenderText {#text} at (0,0) size 0x0
    1110      RenderText {#text} at (0,0) size 0x0
    1211      RenderText {#text} at (0,0) size 0x0
    13 layer at (11,29) size 161x78 clip at (11,29) size 146x78 scrollHeight 117
    14   RenderBlock {DIV} at (1,1) size 161x78
    15     RenderText {#text} at (3,0) size 7x52
    16       text run at (3,0) width 7: "1"
    17       text run at (10,0) width 0: " "
    18       text run at (3,13) width 7: "2"
    19       text run at (10,13) width 0: " "
    20       text run at (3,26) width 7: "3"
    21       text run at (10,26) width 0: " "
    22       text run at (3,39) width 7: "4"
    23       text run at (10,39) width 0: " "
    24     RenderText {#text} at (3,52) size 7x13
    25       text run at (3,52) width 7: "5"
    26     RenderText {#text} at (10,52) size 0x13
    27       text run at (10,52) width 0: " "
    28     RenderText {#text} at (3,65) size 7x13
    29       text run at (3,65) width 7: "6"
    30     RenderText {#text} at (10,65) size 0x13
    31       text run at (10,65) width 0: " "
    32     RenderText {#text} at (3,78) size 7x13
    33       text run at (3,78) width 7: "7"
    34     RenderText {#text} at (10,78) size 0x13
    35       text run at (10,78) width 0: " "
    36     RenderText {#text} at (3,91) size 7x13
    37       text run at (3,91) width 7: "8"
    38     RenderText {#text} at (10,91) size 0x13
    39       text run at (10,91) width 0: " "
    40     RenderText {#text} at (3,104) size 0x13
    41       text run at (3,104) width 0: " "
     12layer at (10,28) size 163x80 clip at (11,29) size 146x78 scrollHeight 117
     13  RenderTextControl {TEXTAREA} at (2,20) size 163x80 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     14    RenderBlock {DIV} at (1,1) size 146x117
     15      RenderText {#text} at (3,0) size 7x52
     16        text run at (3,0) width 7: "1"
     17        text run at (10,0) width 0: " "
     18        text run at (3,13) width 7: "2"
     19        text run at (10,13) width 0: " "
     20        text run at (3,26) width 7: "3"
     21        text run at (10,26) width 0: " "
     22        text run at (3,39) width 7: "4"
     23        text run at (10,39) width 0: " "
     24      RenderText {#text} at (3,52) size 7x13
     25        text run at (3,52) width 7: "5"
     26      RenderText {#text} at (10,52) size 0x13
     27        text run at (10,52) width 0: " "
     28      RenderText {#text} at (3,65) size 7x13
     29        text run at (3,65) width 7: "6"
     30      RenderText {#text} at (10,65) size 0x13
     31        text run at (10,65) width 0: " "
     32      RenderText {#text} at (3,78) size 7x13
     33        text run at (3,78) width 7: "7"
     34      RenderText {#text} at (10,78) size 0x13
     35        text run at (10,78) width 0: " "
     36      RenderText {#text} at (3,91) size 7x13
     37        text run at (3,91) width 7: "8"
     38      RenderText {#text} at (10,91) size 0x13
     39        text run at (10,91) width 0: " "
     40      RenderText {#text} at (3,104) size 0x13
     41        text run at (3,104) width 0: " "
    4242caret: position 0 of child 9 {#text} of child 0 {DIV} of child 3 {TEXTAREA} of child 1 {BODY} of child 0 {HTML} of document
  • trunk/LayoutTests/platform/mac/fast/forms/textarea-scrolled-type-expected.txt

    r30635 r41792  
    88          text run at (0,0) width 502: "This tests that typing in a scrolled textarea does not cause unnecessary scrolling."
    99        RenderBR {BR} at (502,14) size 0x0
    10         RenderTextControl {TEXTAREA} at (2,20) size 163x93 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    1110        RenderText {#text} at (167,101) size 4x18
    1211          text run at (167,101) width 4: " "
    1312        RenderBR {BR} at (171,115) size 0x0
    1413      RenderBlock {DIV} at (0,119) size 784x0
    15 layer at (11,29) size 161x91 clip at (11,29) size 146x91 scrollY 182 scrollHeight 273
    16   RenderBlock {DIV} at (1,1) size 161x91
    17     RenderText {#text} at (3,0) size 41x260
    18       text run at (3,0) width 7: "1"
    19       text run at (10,0) width 0: " "
    20       text run at (3,13) width 7: "2"
    21       text run at (10,13) width 0: " "
    22       text run at (3,26) width 7: "3"
    23       text run at (10,26) width 0: " "
    24       text run at (3,39) width 7: "4"
    25       text run at (10,39) width 0: " "
    26       text run at (3,52) width 7: "5"
    27       text run at (10,52) width 0: " "
    28       text run at (3,65) width 7: "6"
    29       text run at (10,65) width 0: " "
    30       text run at (3,78) width 7: "7"
    31       text run at (10,78) width 0: " "
    32       text run at (3,91) width 7: "8"
    33       text run at (10,91) width 0: " "
    34       text run at (3,104) width 7: "9"
    35       text run at (10,104) width 0: " "
    36       text run at (3,117) width 14: "10"
    37       text run at (17,117) width 0: " "
    38       text run at (3,130) width 14: "11"
    39       text run at (17,130) width 0: " "
    40       text run at (3,143) width 14: "12"
    41       text run at (17,143) width 0: " "
    42       text run at (3,156) width 14: "13"
    43       text run at (17,156) width 0: " "
    44       text run at (3,169) width 14: "14"
    45       text run at (17,169) width 0: " "
    46       text run at (3,182) width 14: "15"
    47       text run at (17,182) width 0: " "
    48       text run at (3,195) width 14: "16"
    49       text run at (17,195) width 0: " "
    50       text run at (3,208) width 14: "17"
    51       text run at (17,208) width 0: " "
    52       text run at (3,221) width 41: "18 Pass"
    53       text run at (44,221) width 0: " "
    54       text run at (3,234) width 14: "19"
    55       text run at (17,234) width 0: " "
    56       text run at (3,247) width 14: "20"
    57       text run at (17,247) width 0: " "
    58     RenderBR {BR} at (3,260) size 0x13
     14layer at (10,28) size 163x93 clip at (11,29) size 146x91 scrollY 182 scrollHeight 273
     15  RenderTextControl {TEXTAREA} at (2,20) size 163x93 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     16    RenderBlock {DIV} at (1,1) size 146x273
     17      RenderText {#text} at (3,0) size 41x260
     18        text run at (3,0) width 7: "1"
     19        text run at (10,0) width 0: " "
     20        text run at (3,13) width 7: "2"
     21        text run at (10,13) width 0: " "
     22        text run at (3,26) width 7: "3"
     23        text run at (10,26) width 0: " "
     24        text run at (3,39) width 7: "4"
     25        text run at (10,39) width 0: " "
     26        text run at (3,52) width 7: "5"
     27        text run at (10,52) width 0: " "
     28        text run at (3,65) width 7: "6"
     29        text run at (10,65) width 0: " "
     30        text run at (3,78) width 7: "7"
     31        text run at (10,78) width 0: " "
     32        text run at (3,91) width 7: "8"
     33        text run at (10,91) width 0: " "
     34        text run at (3,104) width 7: "9"
     35        text run at (10,104) width 0: " "
     36        text run at (3,117) width 14: "10"
     37        text run at (17,117) width 0: " "
     38        text run at (3,130) width 14: "11"
     39        text run at (17,130) width 0: " "
     40        text run at (3,143) width 14: "12"
     41        text run at (17,143) width 0: " "
     42        text run at (3,156) width 14: "13"
     43        text run at (17,156) width 0: " "
     44        text run at (3,169) width 14: "14"
     45        text run at (17,169) width 0: " "
     46        text run at (3,182) width 14: "15"
     47        text run at (17,182) width 0: " "
     48        text run at (3,195) width 14: "16"
     49        text run at (17,195) width 0: " "
     50        text run at (3,208) width 14: "17"
     51        text run at (17,208) width 0: " "
     52        text run at (3,221) width 41: "18 Pass"
     53        text run at (44,221) width 0: " "
     54        text run at (3,234) width 14: "19"
     55        text run at (17,234) width 0: " "
     56        text run at (3,247) width 14: "20"
     57        text run at (17,247) width 0: " "
     58      RenderBR {BR} at (3,260) size 0x13
    5959caret: position 49 of child 0 {#text} of child 0 {DIV} of child 3 {TEXTAREA} of child 1 {BODY} of child 0 {HTML} of document
  • trunk/LayoutTests/platform/mac/fast/forms/textarea-setinnerhtml-expected.txt

    r25970 r41792  
    44  RenderBlock {HTML} at (0,0) size 800x600
    55    RenderBody {BODY} at (8,8) size 784x584
    6       RenderTextControl {TEXTAREA} at (2,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    76      RenderText {#text} at (0,0) size 0x0
    8 layer at (11,11) size 161x26
    9   RenderBlock {DIV} at (1,1) size 161x26
    10     RenderText {#text} at (3,0) size 63x13
    11       text run at (3,0) width 63: "Test Passed"
     7layer at (10,10) size 163x28 clip at (11,11) size 161x26
     8  RenderTextControl {TEXTAREA} at (2,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     9    RenderBlock {DIV} at (1,1) size 161x13
     10      RenderText {#text} at (3,0) size 63x13
     11        text run at (3,0) width 63: "Test Passed"
  • trunk/LayoutTests/platform/mac/fast/forms/textarea-width-expected.txt

    r37665 r41792  
    1212      RenderBlock (anonymous) at (0,54) size 784x260
    1313        RenderBR {BR} at (0,0) size 0x18
    14         RenderTextControl {TEXTAREA} at (0,18) size 551x242 [color=#333333] [bgcolor=#FFFFFF] [border: (1px solid #333333)]
    1514        RenderText {#text} at (0,0) size 0x0
    1615        RenderText {#text} at (0,0) size 0x0
    1716        RenderText {#text} at (0,0) size 0x0
    18 layer at (9,81) size 549x240
    19   RenderBlock {DIV} at (1,1) size 549x240
    20     RenderText {#text} at (3,0) size 543x24
    21       text run at (3,0) width 543: "1234567890abcdefghijABCDEFGHIJ1234567890abcdefghijABCDEFGHIJ12345X7890abcdefghijABCDEFGXIJ12"
    22       text run at (3,12) width 165: "34567890abcdefghijABCDEFGHIJ"
    23       text run at (168,12) width 0: " "
    24     RenderBR {BR} at (3,24) size 0x12
     17layer at (8,80) size 551x242 clip at (9,81) size 549x240
     18  RenderTextControl {TEXTAREA} at (0,18) size 551x242 [color=#333333] [bgcolor=#FFFFFF] [border: (1px solid #333333)]
     19    RenderBlock {DIV} at (1,1) size 549x36
     20      RenderText {#text} at (3,0) size 543x24
     21        text run at (3,0) width 543: "1234567890abcdefghijABCDEFGHIJ1234567890abcdefghijABCDEFGHIJ12345X7890abcdefghijABCDEFGXIJ12"
     22        text run at (3,12) width 165: "34567890abcdefghijABCDEFGHIJ"
     23        text run at (168,12) width 0: " "
     24      RenderBR {BR} at (3,24) size 0x12
  • trunk/LayoutTests/platform/mac/fast/overflow/overflow-x-y-expected.txt

    r30635 r41792  
    7373      text run at (486,0) width 324: "X scroll X scroll X scroll X scroll X scroll X scroll "
    7474      text run at (810,0) width 374: "X scroll X scroll X scroll X scroll X scroll X scroll X scroll"
    75 layer at (10,243) size 163x28
     75layer at (10,243) size 163x28 clip at (11,244) size 146x26
    7676  RenderTextControl {TEXTAREA} at (2,17) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    77 layer at (11,244) size 161x26 clip at (11,244) size 146x26
    78   RenderBlock {DIV} at (1,1) size 161x26
    79     RenderText {#text} at (3,0) size 92x13
    80       text run at (3,0) width 92: "Textarea y-scroll"
    81 layer at (181,228) size 163x43
     77    RenderBlock {DIV} at (1,1) size 146x13
     78      RenderText {#text} at (3,0) size 92x13
     79        text run at (3,0) width 92: "Textarea y-scroll"
     80layer at (181,228) size 163x43 clip at (182,229) size 161x26
    8281  RenderTextControl {TEXTAREA} at (173,2) size 163x43 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    83 layer at (182,229) size 161x41 clip at (182,229) size 161x26
    84   RenderBlock {DIV} at (1,1) size 161x41
    85     RenderText {#text} at (3,0) size 93x13
    86       text run at (3,0) width 93: "Textarea x-scroll"
     82    RenderBlock {DIV} at (1,1) size 161x13
     83      RenderText {#text} at (3,0) size 93x13
     84        text run at (3,0) width 93: "Textarea x-scroll"
  • trunk/LayoutTests/platform/mac/fast/parser/comment-in-textarea-expected.txt

    r41569 r41792  
    44  RenderBlock {HTML} at (0,0) size 800x600
    55    RenderBody {BODY} at (8,8) size 784x584
    6       RenderTextControl {TEXTAREA} at (2,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    76      RenderText {#text} at (0,0) size 0x0
    87      RenderText {#text} at (0,0) size 0x0
    98      RenderText {#text} at (0,0) size 0x0
    10 layer at (11,11) size 161x26 clip at (11,11) size 146x26 scrollHeight 52
    11   RenderBlock {DIV} at (1,1) size 161x26
    12     RenderText {#text} at (3,0) size 140x39
    13       text run at (3,0) width 124: "<!-- </textarea> -->"
    14       text run at (127,0) width 0: " "
    15       text run at (3,13) width 140: "This should be part of the"
    16       text run at (143,13) width 0: " "
    17       text run at (3,26) width 44: "textarea"
    18       text run at (47,26) width 0: " "
    19     RenderBR {BR} at (3,39) size 0x13
     9layer at (10,10) size 163x28 clip at (11,11) size 146x26 scrollHeight 52
     10  RenderTextControl {TEXTAREA} at (2,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     11    RenderBlock {DIV} at (1,1) size 146x52
     12      RenderText {#text} at (3,0) size 140x39
     13        text run at (3,0) width 124: "<!-- </textarea> -->"
     14        text run at (127,0) width 0: " "
     15        text run at (3,13) width 140: "This should be part of the"
     16        text run at (143,13) width 0: " "
     17        text run at (3,26) width 44: "textarea"
     18        text run at (47,26) width 0: " "
     19      RenderBR {BR} at (3,39) size 0x13
  • trunk/LayoutTests/platform/mac/fast/parser/entity-comment-in-textarea-expected.txt

    r41569 r41792  
    44  RenderBlock {HTML} at (0,0) size 800x600
    55    RenderBody {BODY} at (8,8) size 784x584
    6       RenderTextControl {TEXTAREA} at (2,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    76      RenderText {#text} at (167,18) size 249x18
    87        text run at (167,18) width 249: " --> This should be outside the textarea."
     
    109      RenderText {#text} at (0,0) size 0x0
    1110      RenderText {#text} at (0,0) size 0x0
    12 layer at (11,11) size 161x26
    13   RenderBlock {DIV} at (1,1) size 161x26
    14     RenderText {#text} at (3,0) size 30x13
    15       text run at (3,0) width 27: "<!--"
    16       text run at (30,0) width 3: " "
     11layer at (10,10) size 163x28 clip at (11,11) size 161x26
     12  RenderTextControl {TEXTAREA} at (2,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     13    RenderBlock {DIV} at (1,1) size 161x13
     14      RenderText {#text} at (3,0) size 30x13
     15        text run at (3,0) width 27: "<!--"
     16        text run at (30,0) width 3: " "
  • trunk/LayoutTests/platform/mac/fast/parser/open-comment-in-textarea-expected.txt

    r41569 r41792  
    44  RenderBlock {HTML} at (0,0) size 800x600
    55    RenderBody {BODY} at (8,8) size 784x584
    6       RenderTextControl {TEXTAREA} at (2,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    76      RenderText {#text} at (167,18) size 246x18
    87        text run at (167,18) width 246: " This should not be part of the textarea."
    98      RenderText {#text} at (0,0) size 0x0
    109      RenderText {#text} at (0,0) size 0x0
    11 layer at (11,11) size 161x26 clip at (11,11) size 146x26 scrollHeight 52
    12   RenderBlock {DIV} at (1,1) size 161x26
    13     RenderText {#text} at (3,0) size 140x39
    14       text run at (3,0) width 27: "<!--"
    15       text run at (30,0) width 0: " "
    16       text run at (3,13) width 140: "This should be part of the"
    17       text run at (143,13) width 0: " "
    18       text run at (3,26) width 48: "textarea."
    19       text run at (51,26) width 0: " "
    20     RenderBR {BR} at (3,39) size 0x13
     10layer at (10,10) size 163x28 clip at (11,11) size 146x26 scrollHeight 52
     11  RenderTextControl {TEXTAREA} at (2,2) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     12    RenderBlock {DIV} at (1,1) size 146x52
     13      RenderText {#text} at (3,0) size 140x39
     14        text run at (3,0) width 27: "<!--"
     15        text run at (30,0) width 0: " "
     16        text run at (3,13) width 140: "This should be part of the"
     17        text run at (143,13) width 0: " "
     18        text run at (3,26) width 48: "textarea."
     19        text run at (51,26) width 0: " "
     20      RenderBR {BR} at (3,39) size 0x13
  • trunk/LayoutTests/platform/mac/fast/replaced/width100percent-textarea-expected.txt

    r41742 r41792  
    1111          RenderTableRow {TR} at (0,1) size 784x34
    1212            RenderTableCell {TD} at (1,1) size 165x34 [r=0 c=0 rs=1 cs=1]
    13               RenderTextControl {TEXTAREA} at (1,3) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    1413            RenderTableCell {TD} at (167,1) size 4x34 [r=0 c=1 rs=1 cs=1]
    15               RenderTextControl {TEXTAREA} at (1,3) size 2x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    1614            RenderTableCell {TD} at (172,1) size 4x34 [r=0 c=2 rs=1 cs=1]
    17               RenderTextControl {TEXTAREA} at (1,3) size 2x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    1815            RenderTableCell {TD} at (177,8) size 606x20 [r=0 c=3 rs=1 cs=1]
    1916              RenderText {#text} at (1,1) size 4x18
     
    2623          RenderTableRow {TR} at (0,1) size 784x34
    2724            RenderTableCell {TD} at (1,1) size 234x34 [r=0 c=0 rs=1 cs=1]
    28               RenderTextControl {TEXTAREA} at (1,3) size 232x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    2925            RenderTableCell {TD} at (236,1) size 4x34 [r=0 c=1 rs=1 cs=1]
    30               RenderTextControl {TEXTAREA} at (1,3) size 2x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    3126            RenderTableCell {TD} at (241,1) size 4x34 [r=0 c=2 rs=1 cs=1]
    32               RenderTextControl {TEXTAREA} at (1,3) size 2x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    3327            RenderTableCell {TD} at (246,8) size 537x20 [r=0 c=3 rs=1 cs=1]
    3428              RenderText {#text} at (1,1) size 4x18
    3529                text run at (1,1) width 4: " "
    36 layer at (11,31) size 161x26
    37   RenderBlock {DIV} at (1,1) size 161x26
    38     RenderText {#text} at (3,0) size 20x13
    39       text run at (3,0) width 20: "one"
    40 layer at (177,31) size 6x26 clip at (0,0) size 0x0 scrollWidth 15 scrollHeight 39
    41   RenderBlock {DIV} at (1,1) size 6x26
    42     RenderText {#text} at (3,0) size 9x39
    43       text run at (3,0) width 5: "t"
    44       text run at (3,13) width 9: "w"
    45       text run at (3,26) width 7: "o"
    46 layer at (182,31) size 6x26 clip at (0,0) size 0x0 scrollWidth 13 scrollHeight 65
    47   RenderBlock {DIV} at (1,1) size 6x26
    48     RenderText {#text} at (3,0) size 7x65
    49       text run at (3,0) width 5: "t"
    50       text run at (3,13) width 7: "h"
    51       text run at (3,26) width 5: "r"
    52       text run at (3,39) width 7: "e"
    53       text run at (3,52) width 7: "e"
    54 layer at (11,103) size 230x26
    55   RenderBlock {DIV} at (1,1) size 230x26
    56     RenderText {#text} at (3,0) size 74x13
    57       text run at (3,0) width 74: "one two three"
    58 layer at (246,103) size 6x26 clip at (0,0) size 0x0 scrollWidth 15 scrollHeight 39
    59   RenderBlock {DIV} at (1,1) size 6x26
    60     RenderText {#text} at (3,0) size 9x39
    61       text run at (3,0) width 5: "t"
    62       text run at (3,13) width 9: "w"
    63       text run at (3,26) width 7: "o"
    64 layer at (251,103) size 6x26 clip at (0,0) size 0x0 scrollWidth 13 scrollHeight 65
    65   RenderBlock {DIV} at (1,1) size 6x26
    66     RenderText {#text} at (3,0) size 7x65
    67       text run at (3,0) width 5: "t"
    68       text run at (3,13) width 7: "h"
    69       text run at (3,26) width 5: "r"
    70       text run at (3,39) width 7: "e"
    71       text run at (3,52) width 7: "e"
     30layer at (10,30) size 163x28 clip at (11,31) size 161x26
     31  RenderTextControl {TEXTAREA} at (1,3) size 163x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     32    RenderBlock {DIV} at (1,1) size 161x13
     33      RenderText {#text} at (3,0) size 20x13
     34        text run at (3,0) width 20: "one"
     35layer at (176,30) size 2x28 clip at (0,0) size 0x0 scrollWidth 12 scrollHeight 39
     36  RenderTextControl {TEXTAREA} at (1,3) size 2x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     37    RenderBlock {DIV} at (1,1) size 6x39
     38      RenderText {#text} at (3,0) size 9x39
     39        text run at (3,0) width 5: "t"
     40        text run at (3,13) width 9: "w"
     41        text run at (3,26) width 7: "o"
     42layer at (181,30) size 2x28 clip at (0,0) size 0x0 scrollWidth 10 scrollHeight 65
     43  RenderTextControl {TEXTAREA} at (1,3) size 2x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     44    RenderBlock {DIV} at (1,1) size 6x65
     45      RenderText {#text} at (3,0) size 7x65
     46        text run at (3,0) width 5: "t"
     47        text run at (3,13) width 7: "h"
     48        text run at (3,26) width 5: "r"
     49        text run at (3,39) width 7: "e"
     50        text run at (3,52) width 7: "e"
     51layer at (10,102) size 232x28 clip at (11,103) size 230x26
     52  RenderTextControl {TEXTAREA} at (1,3) size 232x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     53    RenderBlock {DIV} at (1,1) size 230x13
     54      RenderText {#text} at (3,0) size 74x13
     55        text run at (3,0) width 74: "one two three"
     56layer at (245,102) size 2x28 clip at (0,0) size 0x0 scrollWidth 12 scrollHeight 39
     57  RenderTextControl {TEXTAREA} at (1,3) size 2x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     58    RenderBlock {DIV} at (1,1) size 6x39
     59      RenderText {#text} at (3,0) size 9x39
     60        text run at (3,0) width 5: "t"
     61        text run at (3,13) width 9: "w"
     62        text run at (3,26) width 7: "o"
     63layer at (250,102) size 2x28 clip at (0,0) size 0x0 scrollWidth 10 scrollHeight 65
     64  RenderTextControl {TEXTAREA} at (1,3) size 2x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     65    RenderBlock {DIV} at (1,1) size 6x65
     66      RenderText {#text} at (3,0) size 7x65
     67        text run at (3,0) width 5: "t"
     68        text run at (3,13) width 7: "h"
     69        text run at (3,26) width 5: "r"
     70        text run at (3,39) width 7: "e"
     71        text run at (3,52) width 7: "e"
  • trunk/LayoutTests/platform/mac/fast/table/003-expected.txt

    r25970 r41792  
    3636          RenderTableRow {TR} at (0,74) size 175x40
    3737            RenderTableCell {TD} at (2,75) size 171x38 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
    38               RenderTextControl {TEXTAREA} at (4,2) size 163x34 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    3938              RenderText {#text} at (0,0) size 0x0
    4039      RenderTable {TABLE} at (0,271) size 106x78
     
    7877layer at (68,16) size 718x13
    7978  RenderBlock {DIV} at (3,3) size 718x13
    80 layer at (17,239) size 161x32
    81   RenderBlock {DIV} at (1,1) size 161x32
     79layer at (16,238) size 163x34 clip at (17,239) size 161x32
     80  RenderTextControl {TEXTAREA} at (4,2) size 163x34 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     81    RenderBlock {DIV} at (1,1) size 161x13
  • trunk/LayoutTests/platform/mac/fast/text/international/rtl-white-space-pre-wrap-expected.txt

    r30635 r41792  
    2828      RenderBlock (anonymous) at (0,152) size 784x84
    2929        RenderBR {BR} at (0,0) size 0x18
    30         RenderTextControl {TEXTAREA} at (0,20) size 199x58 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    3130        RenderText {#text} at (199,66) size 4x18
    3231          text run at (199,66) width 4: " "
     
    3736          text run at (0,0) width 191 RTL: "\x{5D0}\x{5DB}\x{5DC}\x{5EA} \x{5E4}\x{5DC}\x{5E4}\x{5DC}? \x{5E9}\x{5EA}\x{5D4}"
    3837          text run at (147,28) width 44 RTL: "\x{5DE}\x{5D9}\x{5E5}!"
    39 layer at (9,181) size 197x56
    40   RenderBlock {DIV} at (1,1) size 197x56
    41     RenderText {#text} at (3,0) size 191x56
    42       text run at (3,0) width 0 RTL: " "
    43       text run at (3,0) width 191 RTL: "\x{5D0}\x{5DB}\x{5DC}\x{5EA} \x{5E4}\x{5DC}\x{5E4}\x{5DC}? \x{5E9}\x{5EA}\x{5D4}"
    44       text run at (150,28) width 44 RTL: "\x{5DE}\x{5D9}\x{5E5}!"
     38layer at (8,180) size 199x58 clip at (9,181) size 197x56
     39  RenderTextControl {TEXTAREA} at (0,20) size 199x58 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     40    RenderBlock {DIV} at (1,1) size 197x56
     41      RenderText {#text} at (3,0) size 191x56
     42        text run at (3,0) width 0 RTL: " "
     43        text run at (3,0) width 191 RTL: "\x{5D0}\x{5DB}\x{5DC}\x{5EA} \x{5E4}\x{5DC}\x{5E4}\x{5DC}? \x{5E9}\x{5EA}\x{5D4}"
     44        text run at (150,28) width 44 RTL: "\x{5DE}\x{5D9}\x{5E5}!"
  • trunk/LayoutTests/platform/mac/http/tests/navigation/anchor-basic-expected.txt

    r30635 r41792  
    5656              text run at (8,2) width 63: "Initial Value"
    5757        RenderBR {BR} at (260,281) size 0x0
    58         RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    5958        RenderText {#text} at (0,0) size 0x0
    6059      RenderBlock {HR} at (0,749) size 769x2 [border: (1px inset #000000)]
     
    9998layer at (347,400) size 142x13
    10099  RenderBlock {DIV} at (3,3) size 142x13
    101 layer at (11,592) size 230x130
    102   RenderBlock {DIV} at (1,1) size 230x130
    103     RenderText {#text} at (3,0) size 185x13
    104       text run at (3,0) width 185: "More initial text before user input."
    105       text run at (188,0) width 0: " "
    106     RenderBR {BR} at (3,13) size 0x13
     100layer at (10,591) size 232x132 clip at (11,592) size 230x130
     101  RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     102    RenderBlock {DIV} at (1,1) size 230x26
     103      RenderText {#text} at (3,0) size 185x13
     104        text run at (3,0) width 185: "More initial text before user input."
     105        text run at (188,0) width 0: " "
     106      RenderBR {BR} at (3,13) size 0x13
    107107scrolled to 0,950
    108108
  • trunk/LayoutTests/platform/mac/http/tests/navigation/anchor-frames-expected.txt

    r30635 r41792  
    6262                      text run at (8,2) width 63: "Initial Value"
    6363                RenderBR {BR} at (260,281) size 0x0
    64                 RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    6564                RenderText {#text} at (0,0) size 0x0
    6665              RenderBlock {HR} at (0,749) size 769x2 [border: (1px inset #000000)]
     
    105104        layer at (347,400) size 142x13
    106105          RenderBlock {DIV} at (3,3) size 142x13
    107         layer at (11,592) size 230x130
    108           RenderBlock {DIV} at (1,1) size 230x130
    109             RenderText {#text} at (3,0) size 185x13
    110               text run at (3,0) width 185: "More initial text before user input."
    111               text run at (188,0) width 0: " "
    112             RenderBR {BR} at (3,13) size 0x13
     106        layer at (10,591) size 232x132 clip at (11,592) size 230x130
     107          RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     108            RenderBlock {DIV} at (1,1) size 230x26
     109              RenderText {#text} at (3,0) size 185x13
     110                text run at (3,0) width 185: "More initial text before user input."
     111                text run at (188,0) width 0: " "
     112              RenderBR {BR} at (3,13) size 0x13
    113113      RenderFrame {FRAME} at (0,540) size 800x60
    114114        layer at (0,0) size 785x90
  • trunk/LayoutTests/platform/mac/http/tests/navigation/anchor-goback-expected.txt

    r41569 r41792  
    5656              text run at (8,2) width 225: "Value set by User that should be Restored"
    5757        RenderBR {BR} at (260,281) size 0x0
    58         RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    5958        RenderText {#text} at (0,0) size 0x0
    6059      RenderBlock {HR} at (0,749) size 769x2 [border: (1px inset #000000)]
     
    9998layer at (347,400) size 142x13
    10099  RenderBlock {DIV} at (3,3) size 142x13
    101 layer at (11,592) size 230x130
    102   RenderBlock {DIV} at (1,1) size 230x130
    103     RenderText {#text} at (3,0) size 205x39
    104       text run at (3,0) width 199: "More new form text from user, which"
    105       text run at (202,0) width 3: " "
    106       text run at (3,13) width 202: "should be restored when we return to"
    107       text run at (205,13) width 3: " "
    108       text run at (3,26) width 53: "this page."
     100layer at (10,591) size 232x132 clip at (11,592) size 230x130
     101  RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     102    RenderBlock {DIV} at (1,1) size 230x39
     103      RenderText {#text} at (3,0) size 205x39
     104        text run at (3,0) width 199: "More new form text from user, which"
     105        text run at (202,0) width 3: " "
     106        text run at (3,13) width 202: "should be restored when we return to"
     107        text run at (205,13) width 3: " "
     108        text run at (3,26) width 53: "this page."
    109109scrolled to 0,50
    110110
  • trunk/LayoutTests/platform/mac/http/tests/navigation/anchor-subframeload-expected.txt

    r30635 r41792  
    6262                      text run at (8,2) width 63: "Initial Value"
    6363                RenderBR {BR} at (260,281) size 0x0
    64                 RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    6564                RenderText {#text} at (0,0) size 0x0
    6665              RenderBlock {HR} at (0,749) size 769x2 [border: (1px inset #000000)]
     
    105104        layer at (347,400) size 142x13
    106105          RenderBlock {DIV} at (3,3) size 142x13
    107         layer at (11,592) size 230x130
    108           RenderBlock {DIV} at (1,1) size 230x130
    109             RenderText {#text} at (3,0) size 185x13
    110               text run at (3,0) width 185: "More initial text before user input."
    111               text run at (188,0) width 0: " "
    112             RenderBR {BR} at (3,13) size 0x13
     106        layer at (10,591) size 232x132 clip at (11,592) size 230x130
     107          RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     108            RenderBlock {DIV} at (1,1) size 230x26
     109              RenderText {#text} at (3,0) size 185x13
     110                text run at (3,0) width 185: "More initial text before user input."
     111                text run at (188,0) width 0: " "
     112              RenderBR {BR} at (3,13) size 0x13
    113113      RenderFrame {FRAME} at (0,540) size 800x60
    114114        layer at (0,0) size 785x90
  • trunk/LayoutTests/platform/mac/http/tests/navigation/javascriptlink-basic-expected.txt

    r30635 r41792  
    5656              text run at (8,2) width 63: "Initial Value"
    5757        RenderBR {BR} at (260,281) size 0x0
    58         RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    5958        RenderText {#text} at (0,0) size 0x0
    6059      RenderBlock {HR} at (0,749) size 769x2 [border: (1px inset #000000)]
     
    9998layer at (347,400) size 142x13
    10099  RenderBlock {DIV} at (3,3) size 142x13
    101 layer at (11,592) size 230x130
    102   RenderBlock {DIV} at (1,1) size 230x130
    103     RenderText {#text} at (3,0) size 185x13
    104       text run at (3,0) width 185: "More initial text before user input."
    105       text run at (188,0) width 0: " "
    106     RenderBR {BR} at (3,13) size 0x13
     100layer at (10,591) size 232x132 clip at (11,592) size 230x130
     101  RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     102    RenderBlock {DIV} at (1,1) size 230x26
     103      RenderText {#text} at (3,0) size 185x13
     104        text run at (3,0) width 185: "More initial text before user input."
     105        text run at (188,0) width 0: " "
     106      RenderBR {BR} at (3,13) size 0x13
    107107
    108108============== Back Forward List ==============
  • trunk/LayoutTests/platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt

    r30635 r41792  
    6262                      text run at (8,2) width 63: "Initial Value"
    6363                RenderBR {BR} at (260,281) size 0x0
    64                 RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    6564                RenderText {#text} at (0,0) size 0x0
    6665              RenderBlock {HR} at (0,749) size 769x2 [border: (1px inset #000000)]
     
    105104        layer at (347,400) size 142x13
    106105          RenderBlock {DIV} at (3,3) size 142x13
    107         layer at (11,592) size 230x130
    108           RenderBlock {DIV} at (1,1) size 230x130
    109             RenderText {#text} at (3,0) size 185x13
    110               text run at (3,0) width 185: "More initial text before user input."
    111               text run at (188,0) width 0: " "
    112             RenderBR {BR} at (3,13) size 0x13
     106        layer at (10,591) size 232x132 clip at (11,592) size 230x130
     107          RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     108            RenderBlock {DIV} at (1,1) size 230x26
     109              RenderText {#text} at (3,0) size 185x13
     110                text run at (3,0) width 185: "More initial text before user input."
     111                text run at (188,0) width 0: " "
     112              RenderBR {BR} at (3,13) size 0x13
    113113      RenderFrame {FRAME} at (0,540) size 800x60
    114114        layer at (0,0) size 785x90
  • trunk/LayoutTests/platform/mac/http/tests/navigation/javascriptlink-goback-expected.txt

    r41569 r41792  
    5656              text run at (8,2) width 225: "Value set by User that should be Restored"
    5757        RenderBR {BR} at (260,281) size 0x0
    58         RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    5958        RenderText {#text} at (0,0) size 0x0
    6059      RenderBlock {HR} at (0,749) size 769x2 [border: (1px inset #000000)]
     
    9998layer at (347,400) size 142x13
    10099  RenderBlock {DIV} at (3,3) size 142x13
    101 layer at (11,592) size 230x130
    102   RenderBlock {DIV} at (1,1) size 230x130
    103     RenderText {#text} at (3,0) size 205x39
    104       text run at (3,0) width 199: "More new form text from user, which"
    105       text run at (202,0) width 3: " "
    106       text run at (3,13) width 202: "should be restored when we return to"
    107       text run at (205,13) width 3: " "
    108       text run at (3,26) width 53: "this page."
     100layer at (10,591) size 232x132 clip at (11,592) size 230x130
     101  RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     102    RenderBlock {DIV} at (1,1) size 230x39
     103      RenderText {#text} at (3,0) size 205x39
     104        text run at (3,0) width 199: "More new form text from user, which"
     105        text run at (202,0) width 3: " "
     106        text run at (3,13) width 202: "should be restored when we return to"
     107        text run at (205,13) width 3: " "
     108        text run at (3,26) width 53: "this page."
    109109scrolled to 0,50
    110110
  • trunk/LayoutTests/platform/mac/http/tests/navigation/javascriptlink-subframeload-expected.txt

    r30635 r41792  
    6262                      text run at (8,2) width 63: "Initial Value"
    6363                RenderBR {BR} at (260,281) size 0x0
    64                 RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    6564                RenderText {#text} at (0,0) size 0x0
    6665              RenderBlock {HR} at (0,749) size 769x2 [border: (1px inset #000000)]
     
    105104        layer at (347,400) size 142x13
    106105          RenderBlock {DIV} at (3,3) size 142x13
    107         layer at (11,592) size 230x130
    108           RenderBlock {DIV} at (1,1) size 230x130
    109             RenderText {#text} at (3,0) size 185x13
    110               text run at (3,0) width 185: "More initial text before user input."
    111               text run at (188,0) width 0: " "
    112             RenderBR {BR} at (3,13) size 0x13
     106        layer at (10,591) size 232x132 clip at (11,592) size 230x130
     107          RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     108            RenderBlock {DIV} at (1,1) size 230x26
     109              RenderText {#text} at (3,0) size 185x13
     110                text run at (3,0) width 185: "More initial text before user input."
     111                text run at (188,0) width 0: " "
     112              RenderBR {BR} at (3,13) size 0x13
    113113      RenderFrame {FRAME} at (0,540) size 800x60
    114114        layer at (0,0) size 785x90
  • trunk/LayoutTests/platform/mac/http/tests/navigation/metaredirect-basic-expected.txt

    r30635 r41792  
    5656              text run at (8,2) width 63: "Initial Value"
    5757        RenderBR {BR} at (260,281) size 0x0
    58         RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    5958        RenderText {#text} at (0,0) size 0x0
    6059      RenderBlock {HR} at (0,749) size 769x2 [border: (1px inset #000000)]
     
    9998layer at (347,400) size 142x13
    10099  RenderBlock {DIV} at (3,3) size 142x13
    101 layer at (11,592) size 230x130
    102   RenderBlock {DIV} at (1,1) size 230x130
    103     RenderText {#text} at (3,0) size 185x13
    104       text run at (3,0) width 185: "More initial text before user input."
    105       text run at (188,0) width 0: " "
    106     RenderBR {BR} at (3,13) size 0x13
     100layer at (10,591) size 232x132 clip at (11,592) size 230x130
     101  RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     102    RenderBlock {DIV} at (1,1) size 230x26
     103      RenderText {#text} at (3,0) size 185x13
     104        text run at (3,0) width 185: "More initial text before user input."
     105        text run at (188,0) width 0: " "
     106      RenderBR {BR} at (3,13) size 0x13
    107107
    108108============== Back Forward List ==============
  • trunk/LayoutTests/platform/mac/http/tests/navigation/metaredirect-frames-expected.txt

    r30635 r41792  
    6262                      text run at (8,2) width 63: "Initial Value"
    6363                RenderBR {BR} at (260,281) size 0x0
    64                 RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    6564                RenderText {#text} at (0,0) size 0x0
    6665              RenderBlock {HR} at (0,749) size 769x2 [border: (1px inset #000000)]
     
    105104        layer at (347,400) size 142x13
    106105          RenderBlock {DIV} at (3,3) size 142x13
    107         layer at (11,592) size 230x130
    108           RenderBlock {DIV} at (1,1) size 230x130
    109             RenderText {#text} at (3,0) size 185x13
    110               text run at (3,0) width 185: "More initial text before user input."
    111               text run at (188,0) width 0: " "
    112             RenderBR {BR} at (3,13) size 0x13
     106        layer at (10,591) size 232x132 clip at (11,592) size 230x130
     107          RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     108            RenderBlock {DIV} at (1,1) size 230x26
     109              RenderText {#text} at (3,0) size 185x13
     110                text run at (3,0) width 185: "More initial text before user input."
     111                text run at (188,0) width 0: " "
     112              RenderBR {BR} at (3,13) size 0x13
    113113      RenderFrame {FRAME} at (0,540) size 800x60
    114114        layer at (0,0) size 785x90
  • trunk/LayoutTests/platform/mac/http/tests/navigation/metaredirect-goback-expected.txt

    r41569 r41792  
    5656              text run at (8,2) width 225: "Value set by User that should be Restored"
    5757        RenderBR {BR} at (260,281) size 0x0
    58         RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    5958        RenderText {#text} at (0,0) size 0x0
    6059      RenderBlock {HR} at (0,749) size 769x2 [border: (1px inset #000000)]
     
    9998layer at (347,400) size 142x13
    10099  RenderBlock {DIV} at (3,3) size 142x13
    101 layer at (11,592) size 230x130
    102   RenderBlock {DIV} at (1,1) size 230x130
    103     RenderText {#text} at (3,0) size 205x39
    104       text run at (3,0) width 199: "More new form text from user, which"
    105       text run at (202,0) width 3: " "
    106       text run at (3,13) width 202: "should be restored when we return to"
    107       text run at (205,13) width 3: " "
    108       text run at (3,26) width 53: "this page."
     100layer at (10,591) size 232x132 clip at (11,592) size 230x130
     101  RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     102    RenderBlock {DIV} at (1,1) size 230x39
     103      RenderText {#text} at (3,0) size 205x39
     104        text run at (3,0) width 199: "More new form text from user, which"
     105        text run at (202,0) width 3: " "
     106        text run at (3,13) width 202: "should be restored when we return to"
     107        text run at (205,13) width 3: " "
     108        text run at (3,26) width 53: "this page."
    109109scrolled to 0,50
    110110
  • trunk/LayoutTests/platform/mac/http/tests/navigation/metaredirect-subframeload-expected.txt

    r30635 r41792  
    6262                      text run at (8,2) width 63: "Initial Value"
    6363                RenderBR {BR} at (260,281) size 0x0
    64                 RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    6564                RenderText {#text} at (0,0) size 0x0
    6665              RenderBlock {HR} at (0,749) size 769x2 [border: (1px inset #000000)]
     
    105104        layer at (347,400) size 142x13
    106105          RenderBlock {DIV} at (3,3) size 142x13
    107         layer at (11,592) size 230x130
    108           RenderBlock {DIV} at (1,1) size 230x130
    109             RenderText {#text} at (3,0) size 185x13
    110               text run at (3,0) width 185: "More initial text before user input."
    111               text run at (188,0) width 0: " "
    112             RenderBR {BR} at (3,13) size 0x13
     106        layer at (10,591) size 232x132 clip at (11,592) size 230x130
     107          RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     108            RenderBlock {DIV} at (1,1) size 230x26
     109              RenderText {#text} at (3,0) size 185x13
     110                text run at (3,0) width 185: "More initial text before user input."
     111                text run at (188,0) width 0: " "
     112              RenderBR {BR} at (3,13) size 0x13
    113113      RenderFrame {FRAME} at (0,540) size 800x60
    114114        layer at (0,0) size 785x90
  • trunk/LayoutTests/platform/mac/http/tests/navigation/post-goback2-expected.txt

    r41569 r41792  
    5656              text run at (8,2) width 225: "Value set by User that should be Restored"
    5757        RenderBR {BR} at (260,281) size 0x0
    58         RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    5958        RenderText {#text} at (0,0) size 0x0
    6059      RenderBlock {HR} at (0,749) size 769x2 [border: (1px inset #000000)]
     
    9998layer at (347,400) size 142x13
    10099  RenderBlock {DIV} at (3,3) size 142x13
    101 layer at (11,592) size 230x130
    102   RenderBlock {DIV} at (1,1) size 230x130
    103     RenderText {#text} at (3,0) size 205x39
    104       text run at (3,0) width 199: "More new form text from user, which"
    105       text run at (202,0) width 3: " "
    106       text run at (3,13) width 202: "should be restored when we return to"
    107       text run at (205,13) width 3: " "
    108       text run at (3,26) width 53: "this page."
     100layer at (10,591) size 232x132 clip at (11,592) size 230x130
     101  RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     102    RenderBlock {DIV} at (1,1) size 230x39
     103      RenderText {#text} at (3,0) size 205x39
     104        text run at (3,0) width 199: "More new form text from user, which"
     105        text run at (202,0) width 3: " "
     106        text run at (3,13) width 202: "should be restored when we return to"
     107        text run at (205,13) width 3: " "
     108        text run at (3,26) width 53: "this page."
    109109scrolled to 0,50
    110110
  • trunk/LayoutTests/platform/mac/http/tests/navigation/postredirect-goback2-expected.txt

    r41569 r41792  
    5656              text run at (8,2) width 225: "Value set by User that should be Restored"
    5757        RenderBR {BR} at (260,281) size 0x0
    58         RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    5958        RenderText {#text} at (0,0) size 0x0
    6059      RenderBlock {HR} at (0,749) size 769x2 [border: (1px inset #000000)]
     
    9998layer at (347,400) size 142x13
    10099  RenderBlock {DIV} at (3,3) size 142x13
    101 layer at (11,592) size 230x130
    102   RenderBlock {DIV} at (1,1) size 230x130
    103     RenderText {#text} at (3,0) size 205x39
    104       text run at (3,0) width 199: "More new form text from user, which"
    105       text run at (202,0) width 3: " "
    106       text run at (3,13) width 202: "should be restored when we return to"
    107       text run at (205,13) width 3: " "
    108       text run at (3,26) width 53: "this page."
     100layer at (10,591) size 232x132 clip at (11,592) size 230x130
     101  RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     102    RenderBlock {DIV} at (1,1) size 230x39
     103      RenderText {#text} at (3,0) size 205x39
     104        text run at (3,0) width 199: "More new form text from user, which"
     105        text run at (202,0) width 3: " "
     106        text run at (3,13) width 202: "should be restored when we return to"
     107        text run at (205,13) width 3: " "
     108        text run at (3,26) width 53: "this page."
    109109scrolled to 0,50
    110110
  • trunk/LayoutTests/platform/mac/http/tests/navigation/redirect302-basic-expected.txt

    r30635 r41792  
    5656              text run at (8,2) width 63: "Initial Value"
    5757        RenderBR {BR} at (260,281) size 0x0
    58         RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    5958        RenderText {#text} at (0,0) size 0x0
    6059      RenderBlock {HR} at (0,749) size 769x2 [border: (1px inset #000000)]
     
    9998layer at (347,400) size 142x13
    10099  RenderBlock {DIV} at (3,3) size 142x13
    101 layer at (11,592) size 230x130
    102   RenderBlock {DIV} at (1,1) size 230x130
    103     RenderText {#text} at (3,0) size 185x13
    104       text run at (3,0) width 185: "More initial text before user input."
    105       text run at (188,0) width 0: " "
    106     RenderBR {BR} at (3,13) size 0x13
     100layer at (10,591) size 232x132 clip at (11,592) size 230x130
     101  RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     102    RenderBlock {DIV} at (1,1) size 230x26
     103      RenderText {#text} at (3,0) size 185x13
     104        text run at (3,0) width 185: "More initial text before user input."
     105        text run at (188,0) width 0: " "
     106      RenderBR {BR} at (3,13) size 0x13
    107107
    108108============== Back Forward List ==============
  • trunk/LayoutTests/platform/mac/http/tests/navigation/redirect302-frames-expected.txt

    r30635 r41792  
    6262                      text run at (8,2) width 63: "Initial Value"
    6363                RenderBR {BR} at (260,281) size 0x0
    64                 RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    6564                RenderText {#text} at (0,0) size 0x0
    6665              RenderBlock {HR} at (0,749) size 769x2 [border: (1px inset #000000)]
     
    105104        layer at (347,400) size 142x13
    106105          RenderBlock {DIV} at (3,3) size 142x13
    107         layer at (11,592) size 230x130
    108           RenderBlock {DIV} at (1,1) size 230x130
    109             RenderText {#text} at (3,0) size 185x13
    110               text run at (3,0) width 185: "More initial text before user input."
    111               text run at (188,0) width 0: " "
    112             RenderBR {BR} at (3,13) size 0x13
     106        layer at (10,591) size 232x132 clip at (11,592) size 230x130
     107          RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     108            RenderBlock {DIV} at (1,1) size 230x26
     109              RenderText {#text} at (3,0) size 185x13
     110                text run at (3,0) width 185: "More initial text before user input."
     111                text run at (188,0) width 0: " "
     112              RenderBR {BR} at (3,13) size 0x13
    113113      RenderFrame {FRAME} at (0,540) size 800x60
    114114        layer at (0,0) size 785x90
  • trunk/LayoutTests/platform/mac/http/tests/navigation/redirect302-goback-expected.txt

    r41569 r41792  
    5656              text run at (8,2) width 225: "Value set by User that should be Restored"
    5757        RenderBR {BR} at (260,281) size 0x0
    58         RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    5958        RenderText {#text} at (0,0) size 0x0
    6059      RenderBlock {HR} at (0,749) size 769x2 [border: (1px inset #000000)]
     
    9998layer at (347,400) size 142x13
    10099  RenderBlock {DIV} at (3,3) size 142x13
    101 layer at (11,592) size 230x130
    102   RenderBlock {DIV} at (1,1) size 230x130
    103     RenderText {#text} at (3,0) size 205x39
    104       text run at (3,0) width 199: "More new form text from user, which"
    105       text run at (202,0) width 3: " "
    106       text run at (3,13) width 202: "should be restored when we return to"
    107       text run at (205,13) width 3: " "
    108       text run at (3,26) width 53: "this page."
     100layer at (10,591) size 232x132 clip at (11,592) size 230x130
     101  RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     102    RenderBlock {DIV} at (1,1) size 230x39
     103      RenderText {#text} at (3,0) size 205x39
     104        text run at (3,0) width 199: "More new form text from user, which"
     105        text run at (202,0) width 3: " "
     106        text run at (3,13) width 202: "should be restored when we return to"
     107        text run at (205,13) width 3: " "
     108        text run at (3,26) width 53: "this page."
    109109scrolled to 0,50
    110110
  • trunk/LayoutTests/platform/mac/http/tests/navigation/redirect302-subframeload-expected.txt

    r30635 r41792  
    6262                      text run at (8,2) width 63: "Initial Value"
    6363                RenderBR {BR} at (260,281) size 0x0
    64                 RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    6564                RenderText {#text} at (0,0) size 0x0
    6665              RenderBlock {HR} at (0,749) size 769x2 [border: (1px inset #000000)]
     
    105104        layer at (347,400) size 142x13
    106105          RenderBlock {DIV} at (3,3) size 142x13
    107         layer at (11,592) size 230x130
    108           RenderBlock {DIV} at (1,1) size 230x130
    109             RenderText {#text} at (3,0) size 185x13
    110               text run at (3,0) width 185: "More initial text before user input."
    111               text run at (188,0) width 0: " "
    112             RenderBR {BR} at (3,13) size 0x13
     106        layer at (10,591) size 232x132 clip at (11,592) size 230x130
     107          RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     108            RenderBlock {DIV} at (1,1) size 230x26
     109              RenderText {#text} at (3,0) size 185x13
     110                text run at (3,0) width 185: "More initial text before user input."
     111                text run at (188,0) width 0: " "
     112              RenderBR {BR} at (3,13) size 0x13
    113113      RenderFrame {FRAME} at (0,540) size 800x60
    114114        layer at (0,0) size 785x90
  • trunk/LayoutTests/platform/mac/http/tests/navigation/relativeanchor-basic-expected.txt

    r30635 r41792  
    5656              text run at (8,2) width 63: "Initial Value"
    5757        RenderBR {BR} at (260,281) size 0x0
    58         RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    5958        RenderText {#text} at (0,0) size 0x0
    6059      RenderBlock {HR} at (0,749) size 769x2 [border: (1px inset #000000)]
     
    9998layer at (347,400) size 142x13
    10099  RenderBlock {DIV} at (3,3) size 142x13
    101 layer at (11,592) size 230x130
    102   RenderBlock {DIV} at (1,1) size 230x130
    103     RenderText {#text} at (3,0) size 185x13
    104       text run at (3,0) width 185: "More initial text before user input."
    105       text run at (188,0) width 0: " "
    106     RenderBR {BR} at (3,13) size 0x13
     100layer at (10,591) size 232x132 clip at (11,592) size 230x130
     101  RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     102    RenderBlock {DIV} at (1,1) size 230x26
     103      RenderText {#text} at (3,0) size 185x13
     104        text run at (3,0) width 185: "More initial text before user input."
     105        text run at (188,0) width 0: " "
     106      RenderBR {BR} at (3,13) size 0x13
    107107scrolled to 0,950
    108108
  • trunk/LayoutTests/platform/mac/http/tests/navigation/relativeanchor-frames-expected.txt

    r30635 r41792  
    6262                      text run at (8,2) width 63: "Initial Value"
    6363                RenderBR {BR} at (260,281) size 0x0
    64                 RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    6564                RenderText {#text} at (0,0) size 0x0
    6665              RenderBlock {HR} at (0,749) size 769x2 [border: (1px inset #000000)]
     
    105104        layer at (347,400) size 142x13
    106105          RenderBlock {DIV} at (3,3) size 142x13
    107         layer at (11,592) size 230x130
    108           RenderBlock {DIV} at (1,1) size 230x130
    109             RenderText {#text} at (3,0) size 185x13
    110               text run at (3,0) width 185: "More initial text before user input."
    111               text run at (188,0) width 0: " "
    112             RenderBR {BR} at (3,13) size 0x13
     106        layer at (10,591) size 232x132 clip at (11,592) size 230x130
     107          RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     108            RenderBlock {DIV} at (1,1) size 230x26
     109              RenderText {#text} at (3,0) size 185x13
     110                text run at (3,0) width 185: "More initial text before user input."
     111                text run at (188,0) width 0: " "
     112              RenderBR {BR} at (3,13) size 0x13
    113113      RenderFrame {FRAME} at (0,540) size 800x60
    114114        layer at (0,0) size 785x90
  • trunk/LayoutTests/platform/mac/http/tests/navigation/relativeanchor-goback-expected.txt

    r30635 r41792  
    5656              text run at (8,2) width 63: "Initial Value"
    5757        RenderBR {BR} at (260,281) size 0x0
    58         RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    5958        RenderText {#text} at (0,0) size 0x0
    6059      RenderBlock {HR} at (0,749) size 769x2 [border: (1px inset #000000)]
     
    9998layer at (347,400) size 142x13
    10099  RenderBlock {DIV} at (3,3) size 142x13
    101 layer at (11,592) size 230x130
    102   RenderBlock {DIV} at (1,1) size 230x130
    103     RenderText {#text} at (3,0) size 185x13
    104       text run at (3,0) width 185: "More initial text before user input."
    105       text run at (188,0) width 0: " "
    106     RenderBR {BR} at (3,13) size 0x13
     100layer at (10,591) size 232x132 clip at (11,592) size 230x130
     101  RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     102    RenderBlock {DIV} at (1,1) size 230x26
     103      RenderText {#text} at (3,0) size 185x13
     104        text run at (3,0) width 185: "More initial text before user input."
     105        text run at (188,0) width 0: " "
     106      RenderBR {BR} at (3,13) size 0x13
    107107scrolled to 0,950
    108108
  • trunk/LayoutTests/platform/mac/http/tests/navigation/slowmetaredirect-basic-expected.txt

    r30635 r41792  
    5656              text run at (8,2) width 63: "Initial Value"
    5757        RenderBR {BR} at (260,281) size 0x0
    58         RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    5958        RenderText {#text} at (0,0) size 0x0
    6059      RenderBlock {HR} at (0,749) size 769x2 [border: (1px inset #000000)]
     
    9998layer at (347,400) size 142x13
    10099  RenderBlock {DIV} at (3,3) size 142x13
    101 layer at (11,592) size 230x130
    102   RenderBlock {DIV} at (1,1) size 230x130
    103     RenderText {#text} at (3,0) size 185x13
    104       text run at (3,0) width 185: "More initial text before user input."
    105       text run at (188,0) width 0: " "
    106     RenderBR {BR} at (3,13) size 0x13
     100layer at (10,591) size 232x132 clip at (11,592) size 230x130
     101  RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     102    RenderBlock {DIV} at (1,1) size 230x26
     103      RenderText {#text} at (3,0) size 185x13
     104        text run at (3,0) width 185: "More initial text before user input."
     105        text run at (188,0) width 0: " "
     106      RenderBR {BR} at (3,13) size 0x13
    107107
    108108============== Back Forward List ==============
  • trunk/LayoutTests/platform/mac/http/tests/navigation/slowtimerredirect-basic-expected.txt

    r30635 r41792  
    5656              text run at (8,2) width 63: "Initial Value"
    5757        RenderBR {BR} at (260,281) size 0x0
    58         RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    5958        RenderText {#text} at (0,0) size 0x0
    6059      RenderBlock {HR} at (0,749) size 769x2 [border: (1px inset #000000)]
     
    9998layer at (347,400) size 142x13
    10099  RenderBlock {DIV} at (3,3) size 142x13
    101 layer at (11,592) size 230x130
    102   RenderBlock {DIV} at (1,1) size 230x130
    103     RenderText {#text} at (3,0) size 185x13
    104       text run at (3,0) width 185: "More initial text before user input."
    105       text run at (188,0) width 0: " "
    106     RenderBR {BR} at (3,13) size 0x13
     100layer at (10,591) size 232x132 clip at (11,592) size 230x130
     101  RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     102    RenderBlock {DIV} at (1,1) size 230x26
     103      RenderText {#text} at (3,0) size 185x13
     104        text run at (3,0) width 185: "More initial text before user input."
     105        text run at (188,0) width 0: " "
     106      RenderBR {BR} at (3,13) size 0x13
    107107
    108108============== Back Forward List ==============
  • trunk/LayoutTests/platform/mac/http/tests/navigation/success200-basic-expected.txt

    r30635 r41792  
    5656              text run at (8,2) width 63: "Initial Value"
    5757        RenderBR {BR} at (260,281) size 0x0
    58         RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    5958        RenderText {#text} at (0,0) size 0x0
    6059      RenderBlock {HR} at (0,749) size 769x2 [border: (1px inset #000000)]
     
    9998layer at (347,400) size 142x13
    10099  RenderBlock {DIV} at (3,3) size 142x13
    101 layer at (11,592) size 230x130
    102   RenderBlock {DIV} at (1,1) size 230x130
    103     RenderText {#text} at (3,0) size 185x13
    104       text run at (3,0) width 185: "More initial text before user input."
    105       text run at (188,0) width 0: " "
    106     RenderBR {BR} at (3,13) size 0x13
     100layer at (10,591) size 232x132 clip at (11,592) size 230x130
     101  RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     102    RenderBlock {DIV} at (1,1) size 230x26
     103      RenderText {#text} at (3,0) size 185x13
     104        text run at (3,0) width 185: "More initial text before user input."
     105        text run at (188,0) width 0: " "
     106      RenderBR {BR} at (3,13) size 0x13
    107107
    108108============== Back Forward List ==============
  • trunk/LayoutTests/platform/mac/http/tests/navigation/success200-frames-expected.txt

    r30635 r41792  
    6262                      text run at (8,2) width 63: "Initial Value"
    6363                RenderBR {BR} at (260,281) size 0x0
    64                 RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    6564                RenderText {#text} at (0,0) size 0x0
    6665              RenderBlock {HR} at (0,749) size 769x2 [border: (1px inset #000000)]
     
    105104        layer at (347,400) size 142x13
    106105          RenderBlock {DIV} at (3,3) size 142x13
    107         layer at (11,592) size 230x130
    108           RenderBlock {DIV} at (1,1) size 230x130
    109             RenderText {#text} at (3,0) size 185x13
    110               text run at (3,0) width 185: "More initial text before user input."
    111               text run at (188,0) width 0: " "
    112             RenderBR {BR} at (3,13) size 0x13
     106        layer at (10,591) size 232x132 clip at (11,592) size 230x130
     107          RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     108            RenderBlock {DIV} at (1,1) size 230x26
     109              RenderText {#text} at (3,0) size 185x13
     110                text run at (3,0) width 185: "More initial text before user input."
     111                text run at (188,0) width 0: " "
     112              RenderBR {BR} at (3,13) size 0x13
    113113      RenderFrame {FRAME} at (0,540) size 800x60
    114114        layer at (0,0) size 785x90
  • trunk/LayoutTests/platform/mac/http/tests/navigation/success200-frames-loadsame-expected.txt

    r30635 r41792  
    6262                      text run at (8,2) width 63: "Initial Value"
    6363                RenderBR {BR} at (260,281) size 0x0
    64                 RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    6564                RenderText {#text} at (0,0) size 0x0
    6665              RenderBlock {HR} at (0,749) size 769x2 [border: (1px inset #000000)]
     
    105104        layer at (347,400) size 142x13
    106105          RenderBlock {DIV} at (3,3) size 142x13
    107         layer at (11,592) size 230x130
    108           RenderBlock {DIV} at (1,1) size 230x130
    109             RenderText {#text} at (3,0) size 185x13
    110               text run at (3,0) width 185: "More initial text before user input."
    111               text run at (188,0) width 0: " "
    112             RenderBR {BR} at (3,13) size 0x13
     106        layer at (10,591) size 232x132 clip at (11,592) size 230x130
     107          RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     108            RenderBlock {DIV} at (1,1) size 230x26
     109              RenderText {#text} at (3,0) size 185x13
     110                text run at (3,0) width 185: "More initial text before user input."
     111                text run at (188,0) width 0: " "
     112              RenderBR {BR} at (3,13) size 0x13
    113113      RenderFrame {FRAME} at (0,540) size 800x60
    114114        layer at (0,0) size 785x90
  • trunk/LayoutTests/platform/mac/http/tests/navigation/success200-goback-expected.txt

    r41569 r41792  
    5656              text run at (8,2) width 225: "Value set by User that should be Restored"
    5757        RenderBR {BR} at (260,281) size 0x0
    58         RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    5958        RenderText {#text} at (0,0) size 0x0
    6059      RenderBlock {HR} at (0,749) size 769x2 [border: (1px inset #000000)]
     
    9998layer at (347,400) size 142x13
    10099  RenderBlock {DIV} at (3,3) size 142x13
    101 layer at (11,592) size 230x130
    102   RenderBlock {DIV} at (1,1) size 230x130
    103     RenderText {#text} at (3,0) size 205x39
    104       text run at (3,0) width 199: "More new form text from user, which"
    105       text run at (202,0) width 3: " "
    106       text run at (3,13) width 202: "should be restored when we return to"
    107       text run at (205,13) width 3: " "
    108       text run at (3,26) width 53: "this page."
     100layer at (10,591) size 232x132 clip at (11,592) size 230x130
     101  RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     102    RenderBlock {DIV} at (1,1) size 230x39
     103      RenderText {#text} at (3,0) size 205x39
     104        text run at (3,0) width 199: "More new form text from user, which"
     105        text run at (202,0) width 3: " "
     106        text run at (3,13) width 202: "should be restored when we return to"
     107        text run at (205,13) width 3: " "
     108        text run at (3,26) width 53: "this page."
    109109scrolled to 0,50
    110110
  • trunk/LayoutTests/platform/mac/http/tests/navigation/success200-loadsame-expected.txt

    r30635 r41792  
    5656              text run at (8,2) width 63: "Initial Value"
    5757        RenderBR {BR} at (260,281) size 0x0
    58         RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    5958        RenderText {#text} at (0,0) size 0x0
    6059      RenderBlock {HR} at (0,749) size 769x2 [border: (1px inset #000000)]
     
    9998layer at (347,400) size 142x13
    10099  RenderBlock {DIV} at (3,3) size 142x13
    101 layer at (11,592) size 230x130
    102   RenderBlock {DIV} at (1,1) size 230x130
    103     RenderText {#text} at (3,0) size 185x13
    104       text run at (3,0) width 185: "More initial text before user input."
    105       text run at (188,0) width 0: " "
    106     RenderBR {BR} at (3,13) size 0x13
     100layer at (10,591) size 232x132 clip at (11,592) size 230x130
     101  RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     102    RenderBlock {DIV} at (1,1) size 230x26
     103      RenderText {#text} at (3,0) size 185x13
     104        text run at (3,0) width 185: "More initial text before user input."
     105        text run at (188,0) width 0: " "
     106      RenderBR {BR} at (3,13) size 0x13
    107107
    108108============== Back Forward List ==============
  • trunk/LayoutTests/platform/mac/http/tests/navigation/success200-reload-expected.txt

    r30635 r41792  
    5656              text run at (8,2) width 63: "Initial Value"
    5757        RenderBR {BR} at (260,281) size 0x0
    58         RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    5958        RenderText {#text} at (0,0) size 0x0
    6059      RenderBlock {HR} at (0,749) size 769x2 [border: (1px inset #000000)]
     
    9998layer at (347,400) size 142x13
    10099  RenderBlock {DIV} at (3,3) size 142x13
    101 layer at (11,592) size 230x130
    102   RenderBlock {DIV} at (1,1) size 230x130
    103     RenderText {#text} at (3,0) size 185x13
    104       text run at (3,0) width 185: "More initial text before user input."
    105       text run at (188,0) width 0: " "
    106     RenderBR {BR} at (3,13) size 0x13
     100layer at (10,591) size 232x132 clip at (11,592) size 230x130
     101  RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     102    RenderBlock {DIV} at (1,1) size 230x26
     103      RenderText {#text} at (3,0) size 185x13
     104        text run at (3,0) width 185: "More initial text before user input."
     105        text run at (188,0) width 0: " "
     106      RenderBR {BR} at (3,13) size 0x13
    107107scrolled to 0,50
    108108
  • trunk/LayoutTests/platform/mac/http/tests/navigation/success200-subframeload-expected.txt

    r30635 r41792  
    6262                      text run at (8,2) width 63: "Initial Value"
    6363                RenderBR {BR} at (260,281) size 0x0
    64                 RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    6564                RenderText {#text} at (0,0) size 0x0
    6665              RenderBlock {HR} at (0,749) size 769x2 [border: (1px inset #000000)]
     
    105104        layer at (347,400) size 142x13
    106105          RenderBlock {DIV} at (3,3) size 142x13
    107         layer at (11,592) size 230x130
    108           RenderBlock {DIV} at (1,1) size 230x130
    109             RenderText {#text} at (3,0) size 185x13
    110               text run at (3,0) width 185: "More initial text before user input."
    111               text run at (188,0) width 0: " "
    112             RenderBR {BR} at (3,13) size 0x13
     106        layer at (10,591) size 232x132 clip at (11,592) size 230x130
     107          RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     108            RenderBlock {DIV} at (1,1) size 230x26
     109              RenderText {#text} at (3,0) size 185x13
     110                text run at (3,0) width 185: "More initial text before user input."
     111                text run at (188,0) width 0: " "
     112              RenderBR {BR} at (3,13) size 0x13
    113113      RenderFrame {FRAME} at (0,540) size 800x60
    114114        layer at (0,0) size 785x90
  • trunk/LayoutTests/platform/mac/http/tests/navigation/timerredirect-basic-expected.txt

    r30635 r41792  
    5656              text run at (8,2) width 63: "Initial Value"
    5757        RenderBR {BR} at (260,281) size 0x0
    58         RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    5958        RenderText {#text} at (0,0) size 0x0
    6059      RenderBlock {HR} at (0,749) size 769x2 [border: (1px inset #000000)]
     
    9998layer at (347,400) size 142x13
    10099  RenderBlock {DIV} at (3,3) size 142x13
    101 layer at (11,592) size 230x130
    102   RenderBlock {DIV} at (1,1) size 230x130
    103     RenderText {#text} at (3,0) size 185x13
    104       text run at (3,0) width 185: "More initial text before user input."
    105       text run at (188,0) width 0: " "
    106     RenderBR {BR} at (3,13) size 0x13
     100layer at (10,591) size 232x132 clip at (11,592) size 230x130
     101  RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     102    RenderBlock {DIV} at (1,1) size 230x26
     103      RenderText {#text} at (3,0) size 185x13
     104        text run at (3,0) width 185: "More initial text before user input."
     105        text run at (188,0) width 0: " "
     106      RenderBR {BR} at (3,13) size 0x13
    107107
    108108============== Back Forward List ==============
  • trunk/LayoutTests/platform/mac/http/tests/navigation/timerredirect-frames-expected.txt

    r30635 r41792  
    6262                      text run at (8,2) width 63: "Initial Value"
    6363                RenderBR {BR} at (260,281) size 0x0
    64                 RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    6564                RenderText {#text} at (0,0) size 0x0
    6665              RenderBlock {HR} at (0,749) size 769x2 [border: (1px inset #000000)]
     
    105104        layer at (347,400) size 142x13
    106105          RenderBlock {DIV} at (3,3) size 142x13
    107         layer at (11,592) size 230x130
    108           RenderBlock {DIV} at (1,1) size 230x130
    109             RenderText {#text} at (3,0) size 185x13
    110               text run at (3,0) width 185: "More initial text before user input."
    111               text run at (188,0) width 0: " "
    112             RenderBR {BR} at (3,13) size 0x13
     106        layer at (10,591) size 232x132 clip at (11,592) size 230x130
     107          RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     108            RenderBlock {DIV} at (1,1) size 230x26
     109              RenderText {#text} at (3,0) size 185x13
     110                text run at (3,0) width 185: "More initial text before user input."
     111                text run at (188,0) width 0: " "
     112              RenderBR {BR} at (3,13) size 0x13
    113113      RenderFrame {FRAME} at (0,540) size 800x60
    114114        layer at (0,0) size 785x90
  • trunk/LayoutTests/platform/mac/http/tests/navigation/timerredirect-goback-expected.txt

    r41569 r41792  
    5656              text run at (8,2) width 225: "Value set by User that should be Restored"
    5757        RenderBR {BR} at (260,281) size 0x0
    58         RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    5958        RenderText {#text} at (0,0) size 0x0
    6059      RenderBlock {HR} at (0,749) size 769x2 [border: (1px inset #000000)]
     
    9998layer at (347,400) size 142x13
    10099  RenderBlock {DIV} at (3,3) size 142x13
    101 layer at (11,592) size 230x130
    102   RenderBlock {DIV} at (1,1) size 230x130
    103     RenderText {#text} at (3,0) size 205x39
    104       text run at (3,0) width 199: "More new form text from user, which"
    105       text run at (202,0) width 3: " "
    106       text run at (3,13) width 202: "should be restored when we return to"
    107       text run at (205,13) width 3: " "
    108       text run at (3,26) width 53: "this page."
     100layer at (10,591) size 232x132 clip at (11,592) size 230x130
     101  RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     102    RenderBlock {DIV} at (1,1) size 230x39
     103      RenderText {#text} at (3,0) size 205x39
     104        text run at (3,0) width 199: "More new form text from user, which"
     105        text run at (202,0) width 3: " "
     106        text run at (3,13) width 202: "should be restored when we return to"
     107        text run at (205,13) width 3: " "
     108        text run at (3,26) width 53: "this page."
    109109scrolled to 0,50
    110110
  • trunk/LayoutTests/platform/mac/http/tests/navigation/timerredirect-subframeload-expected.txt

    r30635 r41792  
    6262                      text run at (8,2) width 63: "Initial Value"
    6363                RenderBR {BR} at (260,281) size 0x0
    64                 RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    6564                RenderText {#text} at (0,0) size 0x0
    6665              RenderBlock {HR} at (0,749) size 769x2 [border: (1px inset #000000)]
     
    105104        layer at (347,400) size 142x13
    106105          RenderBlock {DIV} at (3,3) size 142x13
    107         layer at (11,592) size 230x130
    108           RenderBlock {DIV} at (1,1) size 230x130
    109             RenderText {#text} at (3,0) size 185x13
    110               text run at (3,0) width 185: "More initial text before user input."
    111               text run at (188,0) width 0: " "
    112             RenderBR {BR} at (3,13) size 0x13
     106        layer at (10,591) size 232x132 clip at (11,592) size 230x130
     107          RenderTextControl {TEXTAREA} at (2,290) size 232x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     108            RenderBlock {DIV} at (1,1) size 230x26
     109              RenderText {#text} at (3,0) size 185x13
     110                text run at (3,0) width 185: "More initial text before user input."
     111                text run at (188,0) width 0: " "
     112              RenderBR {BR} at (3,13) size 0x13
    113113      RenderFrame {FRAME} at (0,540) size 800x60
    114114        layer at (0,0) size 785x90
  • trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug194024-expected.txt

    r30635 r41792  
    1212            RenderTableCell {TD} at (0,16) size 12x0 [r=0 c=0 rs=1 cs=1]
    1313            RenderTableCell {TD} at (12,0) size 760x32 [r=0 c=1 rs=1 cs=1]
    14               RenderTextControl {TEXTAREA} at (0,2) size 760x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    1514            RenderTableCell {TD} at (772,16) size 12x0 [r=0 c=2 rs=1 cs=1]
    1615      RenderBlock (anonymous) at (0,50) size 784x18
     
    2221            RenderTableCell {TD} at (0,16) size 12x0 [r=0 c=0 rs=1 cs=1]
    2322            RenderTableCell {TD} at (12,0) size 760x32 [r=0 c=1 rs=1 cs=1]
    24               RenderTextControl {TEXTAREA} at (0,2) size 760x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    2523            RenderTableCell {TD} at (772,16) size 12x0 [r=0 c=2 rs=1 cs=1]
    2624      RenderBlock (anonymous) at (0,100) size 784x18
     
    3230            RenderTableCell {TD} at (2,18) size 12x0 [r=0 c=0 rs=1 cs=1]
    3331            RenderTableCell {TD} at (16,2) size 752x32 [r=0 c=1 rs=1 cs=1]
    34               RenderTextControl {TEXTAREA} at (0,2) size 752x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    3532            RenderTableCell {TD} at (770,18) size 12x0 [r=0 c=2 rs=1 cs=1]
    3633      RenderBlock (anonymous) at (0,154) size 784x18
     
    4239            RenderTableCell {TD} at (2,18) size 12x0 [r=0 c=0 rs=1 cs=1]
    4340            RenderTableCell {TD} at (16,2) size 752x32 [r=0 c=1 rs=1 cs=1]
    44               RenderTextControl {TEXTAREA} at (0,2) size 752x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    4541            RenderTableCell {TD} at (770,18) size 12x0 [r=0 c=2 rs=1 cs=1]
    4642      RenderBlock (anonymous) at (0,208) size 784x18
     
    5551            RenderTableCell {TD} at (2,18) size 14x2 [r=0 c=0 rs=1 cs=1]
    5652            RenderTableCell {TD} at (18,2) size 748x34 [r=0 c=1 rs=1 cs=1]
    57               RenderTextControl {TEXTAREA} at (1,3) size 746x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    5853            RenderTableCell {TD} at (768,18) size 14x2 [r=0 c=2 rs=1 cs=1]
    5954      RenderBlock (anonymous) at (0,264) size 784x18
     
    6863            RenderTableCell {TD} at (2,18) size 14x2 [r=0 c=0 rs=1 cs=1]
    6964            RenderTableCell {TD} at (18,2) size 748x34 [r=0 c=1 rs=1 cs=1]
    70               RenderTextControl {TEXTAREA} at (1,3) size 746x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    7165            RenderTableCell {TD} at (768,18) size 14x2 [r=0 c=2 rs=1 cs=1]
    7266      RenderBlock (anonymous) at (0,320) size 784x18
     
    8175            RenderTableCell {TD} at (0,16) size 14x2 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
    8276            RenderTableCell {TD} at (14,0) size 754x34 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
    83               RenderTextControl {TEXTAREA} at (1,3) size 752x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    8477            RenderTableCell {TD} at (768,16) size 14x2 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
    8578      RenderBlock (anonymous) at (0,374) size 784x18
     
    9487            RenderTableCell {TD} at (0,16) size 16x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
    9588            RenderTableCell {TD} at (16,0) size 750x36 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
    96               RenderTextControl {TEXTAREA} at (2,4) size 746x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    9789            RenderTableCell {TD} at (766,16) size 16x4 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
    9890      RenderBlock (anonymous) at (0,430) size 784x18
     
    10799            RenderTableCell {TD} at (2,18) size 16x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
    108100            RenderTableCell {TD} at (20,2) size 742x36 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
    109               RenderTextControl {TEXTAREA} at (2,4) size 738x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    110101            RenderTableCell {TD} at (764,18) size 16x4 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
    111 layer at (21,29) size 758x26
    112   RenderBlock {DIV} at (1,1) size 758x26
    113     RenderText {#text} at (3,0) size 20x13
    114       text run at (3,0) width 20: "test"
    115 layer at (21,79) size 758x26
    116   RenderBlock {DIV} at (1,1) size 758x26
    117     RenderText {#text} at (3,0) size 20x13
    118       text run at (3,0) width 20: "test"
    119 layer at (25,131) size 750x26
    120   RenderBlock {DIV} at (1,1) size 750x26
    121     RenderText {#text} at (3,0) size 20x13
    122       text run at (3,0) width 20: "test"
    123 layer at (25,185) size 750x26
    124   RenderBlock {DIV} at (1,1) size 750x26
    125     RenderText {#text} at (3,0) size 20x13
    126       text run at (3,0) width 20: "test"
    127 layer at (28,240) size 744x26
    128   RenderBlock {DIV} at (1,1) size 744x26
    129     RenderText {#text} at (3,0) size 20x13
    130       text run at (3,0) width 20: "test"
    131 layer at (28,296) size 744x26
    132   RenderBlock {DIV} at (1,1) size 744x26
    133     RenderText {#text} at (3,0) size 20x13
    134       text run at (3,0) width 20: "test"
    135 layer at (25,351) size 750x26
    136   RenderBlock {DIV} at (1,1) size 750x26
    137     RenderText {#text} at (3,0) size 20x13
    138       text run at (3,0) width 20: "test"
    139 layer at (28,406) size 744x26
    140   RenderBlock {DIV} at (1,1) size 744x26
    141     RenderText {#text} at (3,0) size 20x13
    142       text run at (3,0) width 20: "test"
    143 layer at (32,464) size 736x26
    144   RenderBlock {DIV} at (1,1) size 736x26
    145     RenderText {#text} at (3,0) size 20x13
    146       text run at (3,0) width 20: "test"
     102layer at (20,28) size 760x28 clip at (21,29) size 758x26
     103  RenderTextControl {TEXTAREA} at (0,2) size 760x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     104    RenderBlock {DIV} at (1,1) size 758x13
     105      RenderText {#text} at (3,0) size 20x13
     106        text run at (3,0) width 20: "test"
     107layer at (20,78) size 760x28 clip at (21,79) size 758x26
     108  RenderTextControl {TEXTAREA} at (0,2) size 760x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     109    RenderBlock {DIV} at (1,1) size 758x13
     110      RenderText {#text} at (3,0) size 20x13
     111        text run at (3,0) width 20: "test"
     112layer at (24,130) size 752x28 clip at (25,131) size 750x26
     113  RenderTextControl {TEXTAREA} at (0,2) size 752x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     114    RenderBlock {DIV} at (1,1) size 750x13
     115      RenderText {#text} at (3,0) size 20x13
     116        text run at (3,0) width 20: "test"
     117layer at (24,184) size 752x28 clip at (25,185) size 750x26
     118  RenderTextControl {TEXTAREA} at (0,2) size 752x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     119    RenderBlock {DIV} at (1,1) size 750x13
     120      RenderText {#text} at (3,0) size 20x13
     121        text run at (3,0) width 20: "test"
     122layer at (27,239) size 746x28 clip at (28,240) size 744x26
     123  RenderTextControl {TEXTAREA} at (1,3) size 746x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     124    RenderBlock {DIV} at (1,1) size 744x13
     125      RenderText {#text} at (3,0) size 20x13
     126        text run at (3,0) width 20: "test"
     127layer at (27,295) size 746x28 clip at (28,296) size 744x26
     128  RenderTextControl {TEXTAREA} at (1,3) size 746x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     129    RenderBlock {DIV} at (1,1) size 744x13
     130      RenderText {#text} at (3,0) size 20x13
     131        text run at (3,0) width 20: "test"
     132layer at (24,350) size 752x28 clip at (25,351) size 750x26
     133  RenderTextControl {TEXTAREA} at (1,3) size 752x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     134    RenderBlock {DIV} at (1,1) size 750x13
     135      RenderText {#text} at (3,0) size 20x13
     136        text run at (3,0) width 20: "test"
     137layer at (27,405) size 746x28 clip at (28,406) size 744x26
     138  RenderTextControl {TEXTAREA} at (2,4) size 746x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     139    RenderBlock {DIV} at (1,1) size 744x13
     140      RenderText {#text} at (3,0) size 20x13
     141        text run at (3,0) width 20: "test"
     142layer at (31,463) size 738x28 clip at (32,464) size 736x26
     143  RenderTextControl {TEXTAREA} at (2,4) size 738x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     144    RenderBlock {DIV} at (1,1) size 736x13
     145      RenderText {#text} at (3,0) size 20x13
     146        text run at (3,0) width 20: "test"
  • trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug30559-expected.txt

    r30635 r41792  
    1717                  RenderTableRow {TR} at (0,2) size 70x36
    1818                    RenderTableCell {TD} at (2,2) size 66x36 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
    19                       RenderTextControl {TEXTAREA} at (4,4) size 58x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    2019                      RenderText {#text} at (0,0) size 0x0
    21 layer at (263,39) size 56x26
    22   RenderBlock {DIV} at (1,1) size 56x26
    23     RenderText {#text} at (3,0) size 18x13
    24       text run at (3,0) width 18: "bar"
     20layer at (262,38) size 58x28 clip at (263,39) size 56x26
     21  RenderTextControl {TEXTAREA} at (4,4) size 58x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     22    RenderBlock {DIV} at (1,1) size 56x13
     23      RenderText {#text} at (3,0) size 18x13
     24        text run at (3,0) width 18: "bar"
  • trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug30692-expected.txt

    r30635 r41792  
    2222            RenderTableRow {TR} at (0,2) size 784x96
    2323              RenderTableCell {TD} at (2,12) size 780x75 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
    24                 RenderTextControl {TEXTAREA} at (1,1) size 622x73 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    2524                RenderText {#text} at (0,0) size 0x0
    2625        RenderBlock {HR} at (0,144) size 784x2 [border: (1px inset #000000)]
     
    2928            RenderTableRow {TR} at (0,2) size 784x96
    3029              RenderTableCell {TD} at (2,9) size 780x82 [bgcolor=#FF0000] [r=0 c=0 rs=1 cs=1]
    31                 RenderTextControl {TEXTAREA} at (1,1) size 622x80 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
    3230                RenderText {#text} at (0,0) size 0x0
    3331        RenderBlock {HR} at (0,262) size 784x2 [border: (1px inset #000000)]
     
    4745                  RenderText {#text} at (0,0) size 222x18
    4846                    text run at (0,0) width 222: "OK: the height of the P is 80 pixels"
    49 layer at (12,94) size 620x71
    50   RenderBlock {DIV} at (1,1) size 620x71
    51     RenderText {#text} at (3,0) size 224x13
    52       text run at (3,0) width 224: "BUG: the height of the textarea is not 80%"
    53 layer at (12,209) size 620x78
    54   RenderBlock {DIV} at (1,1) size 620x78
    55     RenderText {#text} at (3,0) size 224x13
    56       text run at (3,0) width 224: "OK: the height of the textarea is 80 pixels"
     47layer at (11,93) size 622x73 clip at (12,94) size 620x71
     48  RenderTextControl {TEXTAREA} at (1,1) size 622x73 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     49    RenderBlock {DIV} at (1,1) size 620x13
     50      RenderText {#text} at (3,0) size 224x13
     51        text run at (3,0) width 224: "BUG: the height of the textarea is not 80%"
     52layer at (11,208) size 622x80 clip at (12,209) size 620x78
     53  RenderTextControl {TEXTAREA} at (1,1) size 622x80 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     54    RenderBlock {DIV} at (1,1) size 620x13
     55      RenderText {#text} at (3,0) size 224x13
     56        text run at (3,0) width 224: "OK: the height of the textarea is 80 pixels"
  • trunk/WebCore/ChangeLog

    r41791 r41792  
     12009-03-17  Ojan Vafai  <ojan@chromium.org>
     2
     3        Reviewed by Adele Peterson.
     4
     5        Put the padding inside scrollbars on textareas.
     6        https://bugs.webkit.org/show_bug.cgi?id=24370
     7       
     8        Put the padding inside the scrollbars on textareas. This is done by moving the
     9        overflow from the shadowNode to the RenderTextControlMultiline. As a result,
     10        all of the scroll handing methods that RenderTextControl overrides can be moved
     11        down into RenderTextControlSingleLine since RenderTextControlMultiline can now
     12        just use RenderBlock's versions. This also allows RenderTextControlMultiLine to
     13        no longer need a custom layout method since the shadowNode can now just size
     14        like a regular DIV.
     15
     16        * css/CSSStyleSelector.cpp:
     17        (WebCore::CSSStyleSelector::adjustRenderStyle):
     18        * rendering/RenderTextControl.cpp:
     19        (WebCore::RenderTextControl::styleDidChange):
     20        (WebCore::RenderTextControl::selection):
     21        (WebCore::RenderTextControl::calcHeight):
     22        (WebCore::RenderTextControl::hitInnerTextElement):
     23        * rendering/RenderTextControl.h:
     24        * rendering/RenderTextControlMultiLine.cpp:
     25        (WebCore::RenderTextControlMultiLine::nodeAtPoint):
     26        (WebCore::RenderTextControlMultiLine::createInnerTextStyle):
     27        * rendering/RenderTextControlMultiLine.h:
     28        * rendering/RenderTextControlSingleLine.cpp:
     29        (WebCore::RenderTextControlSingleLine::styleDidChange):
     30        (WebCore::RenderTextControlSingleLine::autoscroll):
     31        (WebCore::RenderTextControlSingleLine::scrollWidth):
     32        (WebCore::RenderTextControlSingleLine::scrollHeight):
     33        (WebCore::RenderTextControlSingleLine::scrollLeft):
     34        (WebCore::RenderTextControlSingleLine::scrollTop):
     35        (WebCore::RenderTextControlSingleLine::setScrollLeft):
     36        (WebCore::RenderTextControlSingleLine::setScrollTop):
     37        (WebCore::RenderTextControlSingleLine::scroll):
     38        * rendering/RenderTextControlSingleLine.h:
     39        * rendering/TextControlInnerElements.cpp:
     40        (WebCore::RenderTextControlInnerBlock::RenderTextControlInnerBlock):
     41        (WebCore::RenderTextControlInnerBlock::positionForPoint):
     42        (WebCore::TextControlInnerTextElement::createRenderer):
     43
    1442009-03-17  Darin Adler  <darin@apple.com>
    245
  • trunk/WebCore/css/CSSStyleSelector.cpp

    r41538 r41792  
    15021502        if (style->width().isAuto())
    15031503            style->setWidth(Length(Intrinsic));
     1504
     1505        // Textarea considers overflow visible as auto.
     1506        if (e && e->hasTagName(textareaTag)) {
     1507            style->setOverflowX(style->overflowX() == OVISIBLE ? OAUTO : style->overflowX());
     1508            style->setOverflowY(style->overflowY() == OVISIBLE ? OAUTO : style->overflowY());
     1509        }
    15041510    }
    15051511
  • trunk/WebCore/rendering/RenderTextControl.cpp

    r41576 r41792  
    100100    }
    101101
    102     setHasOverflowClip(false);
    103102    setReplaced(isInline());
    104103}
     
    265264{
    266265    return VisibleSelection(VisiblePosition(m_innerText.get(), start, VP_DEFAULT_AFFINITY),
    267                      VisiblePosition(m_innerText.get(), end, VP_DEFAULT_AFFINITY));
     266                            VisiblePosition(m_innerText.get(), end, VP_DEFAULT_AFFINITY));
    268267}
    269268
     
    446445
    447446    // We are able to have a horizontal scrollbar if the overflow style is scroll, or if its auto and there's no word wrap.
    448     if (m_innerText->renderer()->style()->overflowX() == OSCROLL ||  (m_innerText->renderer()->style()->overflowX() == OAUTO && m_innerText->renderer()->style()->wordWrap() == NormalWordWrap))
     447    if (style()->overflowX() == OSCROLL ||  (style()->overflowX() == OAUTO && m_innerText->renderer()->style()->wordWrap() == NormalWordWrap))
    449448        setHeight(height() + scrollbarThickness());
    450449
     
    455454{
    456455    result.setInnerNode(m_innerText.get());
     456    result.setInnerNonSharedNode(m_innerText.get());
    457457    result.setLocalPoint(IntPoint(xPos - tx - x() - m_innerText->renderBox()->x(),
    458458                                  yPos - ty - y() - m_innerText->renderBox()->y()));
     
    526526}
    527527
    528 void RenderTextControl::autoscroll()
    529 {
    530     RenderLayer* layer = m_innerText->renderBox()->layer();
    531     if (layer)
    532         layer->autoscroll();
    533 }
    534 
    535 int RenderTextControl::scrollWidth() const
    536 {
    537     if (m_innerText)
    538         return m_innerText->scrollWidth();
    539     return RenderBlock::scrollWidth();
    540 }
    541 
    542 int RenderTextControl::scrollHeight() const
    543 {
    544     if (m_innerText)
    545         return m_innerText->scrollHeight();
    546     return RenderBlock::scrollHeight();
    547 }
    548 
    549 int RenderTextControl::scrollLeft() const
    550 {
    551     if (m_innerText)
    552         return m_innerText->scrollLeft();
    553     return RenderBlock::scrollLeft();
    554 }
    555 
    556 int RenderTextControl::scrollTop() const
    557 {
    558     if (m_innerText)
    559         return m_innerText->scrollTop();
    560     return RenderBlock::scrollTop();
    561 }
    562 
    563 void RenderTextControl::setScrollLeft(int newLeft)
    564 {
    565     if (m_innerText)
    566         m_innerText->setScrollLeft(newLeft);
    567 }
    568 
    569 void RenderTextControl::setScrollTop(int newTop)
    570 {
    571     if (m_innerText)
    572         m_innerText->setScrollTop(newTop);
    573 }
    574 
    575 bool RenderTextControl::scroll(ScrollDirection direction, ScrollGranularity granularity, float multiplier)
    576 {
    577     RenderLayer* layer = m_innerText->renderBox()->layer();
    578     if (layer && layer->scroll(direction, granularity, multiplier))
    579         return true;
    580     return RenderBlock::scroll(direction, granularity, multiplier);
    581 }
    582 
    583528HTMLElement* RenderTextControl::innerTextElement() const
    584529{
  • trunk/WebCore/rendering/RenderTextControl.h

    r41576 r41792  
    6969
    7070    virtual bool canBeProgramaticallyScrolled(bool) const { return true; }
    71     virtual void autoscroll();
    72 
    73     // Subclassed to forward to our inner div.
    74     virtual int scrollLeft() const;
    75     virtual int scrollTop() const;
    76     virtual int scrollWidth() const;
    77     virtual int scrollHeight() const;
    78     virtual void setScrollLeft(int);
    79     virtual void setScrollTop(int);
    80     virtual bool scroll(ScrollDirection, ScrollGranularity, float multiplier = 1.0f);
    8171
    8272    VisiblePosition visiblePositionForIndex(int index);
  • trunk/WebCore/rendering/RenderTextControlMultiLine.cpp

    r41576 r41792  
    5353}
    5454
    55 void RenderTextControlMultiLine::layout()
    56 {
    57     int oldHeight = height();
    58     calcHeight();
    59 
    60     int oldWidth = width();
    61     calcWidth();
    62 
    63     bool relayoutChildren = oldHeight != height() || oldWidth != width();
    64     RenderBox* innerTextRenderer = innerTextElement()->renderBox();
    65 
    66     // Set the text block height
    67     int desiredHeight = textBlockHeight();
    68     if (desiredHeight != innerTextRenderer->height())
    69         relayoutChildren = true;
    70     innerTextRenderer->style()->setHeight(Length(desiredHeight, Fixed));
    71 
    72     // Set the text block width
    73     int desiredWidth = textBlockWidth();
    74     if (desiredWidth != innerTextRenderer->width())
    75         relayoutChildren = true;
    76     innerTextRenderer->style()->setWidth(Length(desiredWidth, Fixed));
    77 
    78     RenderBlock::layoutBlock(relayoutChildren);
    79 }
    80 
    8155bool RenderTextControlMultiLine::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int x, int y, int tx, int ty, HitTestAction hitTestAction)
    8256{
     
    8458        return false;
    8559
    86     if (result.innerNode() == node())
     60    if (result.innerNode() == node() || result.innerNode() == innerTextElement())
    8761        hitInnerTextElement(result, x, y, tx, ty);
    8862
     
    131105    adjustInnerTextStyle(startStyle, textBlockStyle.get());
    132106
    133     // Forward overflow properties.
    134     textBlockStyle->setOverflowX(startStyle->overflowX() == OVISIBLE ? OAUTO : startStyle->overflowX());
    135     textBlockStyle->setOverflowY(startStyle->overflowY() == OVISIBLE ? OAUTO : startStyle->overflowY());
    136 
     107    // FIXME: This code should just map wrap into CSS in the DOM code.
     108    // Then here we should set the textBlockStyle appropriately based off this
     109    // object's style()->whiteSpace() and style->wordWrap().
    137110    // Set word wrap property based on wrap attribute.
    138111    if (static_cast<HTMLTextAreaElement*>(node())->shouldWrapText()) {
  • trunk/WebCore/rendering/RenderTextControlMultiLine.h

    r39490 r41792  
    3434
    3535    virtual void subtreeHasChanged();
    36     virtual void layout();
    3736
    3837    virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, int x, int y, int tx, int ty, HitTestAction);
  • trunk/WebCore/rendering/RenderTextControlSingleLine.cpp

    r41590 r41792  
    352352    if (RenderObject* cancelRenderer = m_cancelButton ? m_cancelButton->renderer() : 0)
    353353        cancelRenderer->setStyle(createCancelButtonStyle(style()));
     354
     355    setHasOverflowClip(false);
    354356}
    355357
     
    775777}
    776778
     779void RenderTextControlSingleLine::autoscroll()
     780{
     781    RenderLayer* layer = innerTextElement()->renderBox()->layer();
     782    if (layer)
     783        layer->autoscroll();
     784}
     785
     786int RenderTextControlSingleLine::scrollWidth() const
     787{
     788    if (innerTextElement())
     789        return innerTextElement()->scrollWidth();
     790    return RenderBlock::scrollWidth();
     791}
     792
     793int RenderTextControlSingleLine::scrollHeight() const
     794{
     795    if (innerTextElement())
     796        return innerTextElement()->scrollHeight();
     797    return RenderBlock::scrollHeight();
     798}
     799
     800int RenderTextControlSingleLine::scrollLeft() const
     801{
     802    if (innerTextElement())
     803        return innerTextElement()->scrollLeft();
     804    return RenderBlock::scrollLeft();
     805}
     806
     807int RenderTextControlSingleLine::scrollTop() const
     808{
     809    if (innerTextElement())
     810        return innerTextElement()->scrollTop();
     811    return RenderBlock::scrollTop();
     812}
     813
     814void RenderTextControlSingleLine::setScrollLeft(int newLeft)
     815{
     816    if (innerTextElement())
     817        innerTextElement()->setScrollLeft(newLeft);
     818}
     819
     820void RenderTextControlSingleLine::setScrollTop(int newTop)
     821{
     822    if (innerTextElement())
     823        innerTextElement()->setScrollTop(newTop);
     824}
     825
     826bool RenderTextControlSingleLine::scroll(ScrollDirection direction, ScrollGranularity granularity, float multiplier)
     827{
     828    RenderLayer* layer = innerTextElement()->renderBox()->layer();
     829    if (layer && layer->scroll(direction, granularity, multiplier))
     830        return true;
     831    return RenderBlock::scroll(direction, granularity, multiplier);
     832}
     833
    777834PassRefPtr<Scrollbar> RenderTextControlSingleLine::createScrollbar(ScrollbarClient* client, ScrollbarOrientation orientation, ScrollbarControlSize controlSize)
    778835{
  • trunk/WebCore/rendering/RenderTextControlSingleLine.h

    r41590 r41792  
    6161
    6262    void capsLockStateMayHaveChanged();
     63
     64    virtual void autoscroll();
     65
     66    // Subclassed to forward to our inner div.
     67    virtual int scrollLeft() const;
     68    virtual int scrollTop() const;
     69    virtual int scrollWidth() const;
     70    virtual int scrollHeight() const;
     71    virtual void setScrollLeft(int);
     72    virtual void setScrollTop(int);
     73    virtual bool scroll(ScrollDirection, ScrollGranularity, float multiplier = 1.0f);
    6374
    6475private:
  • trunk/WebCore/rendering/TextControlInnerElements.cpp

    r40984 r41792  
    3636#include "HTMLTextAreaElement.h"
    3737#include "MouseEvent.h"
     38#include "RenderLayer.h"
    3839#include "RenderTextControlSingleLine.h"
    3940
     
    4243class RenderTextControlInnerBlock : public RenderBlock {
    4344public:
    44     RenderTextControlInnerBlock(Node* node) : RenderBlock(node) { }
     45    RenderTextControlInnerBlock(Node* node, bool isMultiLine) : RenderBlock(node), m_multiLine(isMultiLine) { }
    4546
    4647    virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, int x, int y, int tx, int ty, HitTestAction);
     48    virtual VisiblePosition positionForPoint(const IntPoint&);
     49    private:
     50        bool m_multiLine;
    4751};
    4852
     
    5660
    5761    return RenderBlock::nodeAtPoint(request, result, x, y, tx, ty, placeholderIsVisible ? HitTestBlockBackground : hitTestAction);
     62}
     63
     64VisiblePosition RenderTextControlInnerBlock::positionForPoint(const IntPoint& point)
     65{
     66    int contentsX = point.x();
     67    int contentsY = point.y();
     68
     69    // Multiline text controls have the scroll on shadowAncestorNode, so we need to take that
     70    // into account here.
     71    if (m_multiLine) {
     72        RenderTextControl* renderer = static_cast<RenderTextControl*>(node()->shadowAncestorNode()->renderer());
     73        if (renderer->hasOverflowClip())
     74            renderer->layer()->addScrolledContentOffset(contentsX, contentsY);
     75    }
     76
     77    return RenderBlock::positionForPoint(IntPoint(contentsX, contentsY));
    5878}
    5979
     
    114134RenderObject* TextControlInnerTextElement::createRenderer(RenderArena* arena, RenderStyle*)
    115135{
    116     return new (arena) RenderTextControlInnerBlock(this);
     136    bool multiLine = false;
     137    Node* shadowAncestor = shadowAncestorNode();
     138    if (shadowAncestor && shadowAncestor->renderer()) {
     139        ASSERT(shadowAncestor->renderer()->isTextField() || shadowAncestor->renderer()->isTextArea());
     140        multiLine = shadowAncestor->renderer()->isTextArea();
     141    }
     142    return new (arena) RenderTextControlInnerBlock(this, multiLine);
    117143}
    118144
Note: See TracChangeset for help on using the changeset viewer.