Changeset 64746 in webkit


Ignore:
Timestamp:
Aug 5, 2010 7:28:06 AM (14 years ago)
Author:
jorlow@chromium.org
Message:

2010-08-05 Satish Sampath <satish@chromium.org>

Reviewed by Jeremy Orlow.

Fix rendering of speech button and enable layout tests
https://bugs.webkit.org/show_bug.cgi?id=43425

Added layout and pixel test expecations for speech button on chromium-linux and chromium-mac.
Also enabled the relevant layout tests on these platforms.
Non chromium ports don't have the feature flag enabled and the code does not get compiled in yet,
so there are no test expectations for those ports.

  • fast/speech/input-appearance-numberandspeech-expected.txt: Removed.
  • fast/speech/input-appearance-numberandspeech.html:
  • fast/speech/input-appearance-searchandspeech-expected.txt: Removed.
  • fast/speech/input-appearance-searchandspeech.html:
  • fast/speech/input-appearance-speechbutton-expected.txt: Removed.
  • fast/speech/input-appearance-speechbutton.html:
  • platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.checksum: Added.
  • platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.png: Added.
  • platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.txt: Added.
  • platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.checksum: Added.
  • platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.png: Added.
  • platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.txt: Added.
  • platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.checksum: Added.
  • platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.png: Added.
  • platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.txt: Added.
  • platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.checksum: Added.
  • platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.png: Added.
  • platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.txt: Added.
  • platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.checksum: Added.
  • platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.png: Added.
  • platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.txt: Added.
  • platform/chromium/test_expectations.txt:
  • platform/mac/fast/forms/input-appearance-numberandspeech-expected.checksum: Removed.
  • platform/mac/fast/forms/input-appearance-numberandspeech-expected.png: Removed.
  • platform/mac/fast/forms/input-appearance-speechbutton-expected.checksum: Removed.
  • platform/mac/fast/forms/input-appearance-speechbutton-expected.png: Removed.

2010-08-05 Satish Sampath <satish@chromium.org>

Reviewed by Jeremy Orlow.

Fix rendering of speech button and enable layout tests
https://bugs.webkit.org/show_bug.cgi?id=43425

Rewrote the speech button rendering code to match how the spin buttons (for input type=number)
are implemented as the previous implementation did not work well on many platforms.

  • rendering/RenderTextControlSingleLine.cpp: (WebCore::RenderTextControlSingleLine::~RenderTextControlSingleLine): (WebCore::RenderTextControlSingleLine::layout): (WebCore::RenderTextControlSingleLine::nodeAtPoint): (WebCore::RenderTextControlSingleLine::styleDidChange): (WebCore::RenderTextControlSingleLine::hasControlClip): (WebCore::RenderTextControlSingleLine::adjustControlHeightBasedOnLineHeight): (WebCore::RenderTextControlSingleLine::createSubtreeIfNeeded): (WebCore::RenderTextControlSingleLine::createInnerTextStyle): (WebCore::RenderTextControlSingleLine::createSpeechButtonStyle): (WebCore::RenderTextControlSingleLine::clientPaddingRight):
  • rendering/RenderTextControlSingleLine.h:
  • rendering/TextControlInnerElements.cpp: (WebCore::InputFieldSpeechButtonElement::InputFieldSpeechButtonElement): (WebCore::InputFieldSpeechButtonElement::create):
  • rendering/TextControlInnerElements.h:
Location:
trunk
Files:
14 added
4 deleted
10 edited
3 moved

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r64745 r64746  
     12010-08-05  Satish Sampath  <satish@chromium.org>
     2
     3        Reviewed by Jeremy Orlow.
     4
     5        Fix rendering of speech button and enable layout tests
     6        https://bugs.webkit.org/show_bug.cgi?id=43425
     7
     8        Added layout and pixel test expecations for speech button on chromium-linux and chromium-mac.
     9        Also enabled the relevant layout tests on these platforms.
     10        Non chromium ports don't have the feature flag enabled and the code does not get compiled in yet,
     11        so there are no test expectations for those ports.
     12
     13        * fast/speech/input-appearance-numberandspeech-expected.txt: Removed.
     14        * fast/speech/input-appearance-numberandspeech.html:
     15        * fast/speech/input-appearance-searchandspeech-expected.txt: Removed.
     16        * fast/speech/input-appearance-searchandspeech.html:
     17        * fast/speech/input-appearance-speechbutton-expected.txt: Removed.
     18        * fast/speech/input-appearance-speechbutton.html:
     19        * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.checksum: Added.
     20        * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.png: Added.
     21        * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.txt: Added.
     22        * platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.checksum: Added.
     23        * platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.png: Added.
     24        * platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.txt: Added.
     25        * platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.checksum: Added.
     26        * platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.png: Added.
     27        * platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.txt: Added.
     28        * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.checksum: Added.
     29        * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.png: Added.
     30        * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.txt: Added.
     31        * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.checksum: Added.
     32        * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.png: Added.
     33        * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.txt: Added.
     34        * platform/chromium/test_expectations.txt:
     35        * platform/mac/fast/forms/input-appearance-numberandspeech-expected.checksum: Removed.
     36        * platform/mac/fast/forms/input-appearance-numberandspeech-expected.png: Removed.
     37        * platform/mac/fast/forms/input-appearance-speechbutton-expected.checksum: Removed.
     38        * platform/mac/fast/forms/input-appearance-speechbutton-expected.png: Removed.
     39
    1402010-08-05  Andrey Kosyakov  <caseq@chromium.org>
    241
  • trunk/LayoutTests/fast/speech/input-appearance-numberandspeech.html

    r64424 r64746  
    1313var parent = document.createElement('div');
    1414document.body.appendChild(parent);
    15 parent.innerHTML = '<table><tr><td id=p1><td id=p2></tr></table>';
     15parent.innerHTML = '<table><tr><td id=p1><td id=p2><td id=p3></tr></table>';
     16var cells = ["", "", ""];
     17var maxCellCount = [7, 5, 5];
     18var cellCount = 0;
     19var index = 0;
    1620for (var size = 8; size < 24; size++) {
    17     var div = document.createElement('div');
    18     document.getElementById(size < (24 + 8) / 2 ? 'p1' : 'p2').appendChild(div);
    19     div.innerHTML = '<input type="number" style="font-size:' + size + 'px" value="012345678901234567890123456789"> <br>'
    20         + '<input type="number" style="font-size:' + size + 'px" value="012345678901234567890123456789" speech>';
     21    cells[index] += '<input type="number" style="font-size:' + size + 'px" value="012345678901234567890123456789"><br>'
     22        + '<input type="number" style="font-size:' + size + 'px" value="012345678901234567890123456789" speech><br>';
     23    if (++cellCount >= maxCellCount[index]) {
     24        ++index;
     25        cellCount = 0;
     26    }
     27}
     28for (var i = 0; i < cells.length; ++i) {
     29  var div = document.createElement('div');
     30  div.innerHTML = cells[i];
     31  document.getElementById('p' + (i + 1)).appendChild(div);
    2132}
    2233</script>
  • trunk/LayoutTests/fast/speech/input-appearance-searchandspeech.html

    r64424 r64746  
    1414document.body.appendChild(parent);
    1515parent.innerHTML = '<table><tr><td id=p1><td id=p2><td id=p3></tr></table>';
     16var cells = ["", "", ""];
     17var maxCellCount = [7, 5, 5];
     18var cellCount = 0;
     19var index = 0;
    1620for (var size = 8; size < 24; size++) {
    17     var div = document.createElement('div');
    18     document.getElementById('p' + (Math.floor((size - 8) / 6) + 1)).appendChild(div);
    19     div.innerHTML = '<input type="search" style="font-size:' + size + 'px" speech> <br>'
    20         + '<input type="search" style="font-size:' + size + 'px" value="012345678901234567890123456789"> <br>'
    21         + '<input type="search" style="font-size:' + size + 'px" value="012345678901234567890123456789" speech>';
     21    cells[index] += '<input type="search" style="font-size:' + size + 'px" speech><br>'
     22        + '<input type="search" style="font-size:' + size + 'px" value="012345678901234567890123456789"><br>'
     23        + '<input type="search" style="font-size:' + size + 'px" value="012345678901234567890123456789" speech><br>';
     24    if (++cellCount >= maxCellCount[index]) {
     25        ++index;
     26        cellCount = 0;
     27    }
     28}
     29for (var i = 0; i < cells.length; ++i) {
     30  var div = document.createElement('div');
     31  div.innerHTML = cells[i];
     32  document.getElementById('p' + (i + 1)).appendChild(div);
    2233}
    2334</script>
  • trunk/LayoutTests/fast/speech/input-appearance-speechbutton.html

    r64424 r64746  
    1313var parent = document.createElement('div');
    1414document.body.appendChild(parent);
    15 parent.innerHTML = '<table><tr><td id=p1><td id=p2></tr></table>';
     15parent.innerHTML = '<table><tr><td id=p1><td id=p2><td id=p3></tr></table>';
     16var cells = ["", "", ""];
     17var maxCellCount = [7, 5, 5];
     18var cellCount = 0;
     19var index = 0;
    1620for (var size = 8; size < 24; size++) {
    17     var div = document.createElement('div');
    18     document.getElementById(size < (24 + 8) / 2 ? 'p1' : 'p2').appendChild(div);
    19     div.innerHTML = '<input style="font-size:' + size + 'px" value="A quick brown fox jumps over the lazy dog"> <br>'
    20         + '<input style="font-size:' + size + 'px" value="A quick brown fox jumps over the lazy dog" speech>';
     21    cells[index] += '<input style="font-size:' + size + 'px" value="A quick brown fox jumps over the lazy dog"><br>'
     22        + '<input style="font-size:' + size + 'px" value="A quick brown fox jumps over the lazy dog" speech><br>';
     23    if (++cellCount >= maxCellCount[index]) {
     24        ++index;
     25        cellCount = 0;
     26    }
     27}
     28for (var i = 0; i < cells.length; ++i) {
     29  var div = document.createElement('div');
     30  div.innerHTML = cells[i];
     31  document.getElementById('p' + (i + 1)).appendChild(div);
    2132}
    2233</script>
  • trunk/LayoutTests/platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.txt

    • Property svn:eol-style set to LF
    r64745 r64746  
    1 layer at (0,0) size 785x605
    2   RenderView at (0,0) size 785x600
    3 layer at (0,0) size 785x605
    4   RenderBlock {HTML} at (0,0) size 785x600
    5     RenderBody {BODY} at (8,8) size 769x584
    6       RenderBlock {P} at (0,0) size 769x18
     1layer at (0,0) size 800x600
     2  RenderView at (0,0) size 800x600
     3layer at (0,0) size 800x600
     4  RenderBlock {HTML} at (0,0) size 800x600
     5    RenderBody {BODY} at (8,8) size 784x584
     6      RenderBlock {P} at (0,0) size 784x18
    77        RenderText {#text} at (0,0) size 422x18
    88          text run at (0,0) width 422: "Test appearances of input-speech-button in <input type='number'>."
    9       RenderBlock {DIV} at (0,34) size 769x0
    10       RenderBlock {DIV} at (0,34) size 769x539
    11         RenderTable {TABLE} at (0,0) size 439x539
    12           RenderTableSection {TBODY} at (0,0) size 439x539
    13             RenderTableRow {TR} at (0,2) size 439x535
    14               RenderTableCell {TD} at (2,85) size 180x369 [r=0 c=0 rs=1 cs=1]
    15                 RenderBlock {DIV} at (1,1) size 178x35
    16                   RenderTextControl {INPUT} at (0,3) size 100x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     9      RenderBlock {DIV} at (0,34) size 784x0
     10      RenderBlock {DIV} at (0,34) size 784x311
     11        RenderTable {TABLE} at (0,0) size 616x311
     12          RenderTableSection {TBODY} at (0,0) size 616x311
     13            RenderTableRow {TR} at (0,2) size 616x307
     14              RenderTableCell {TD} at (2,2) size 156x307 [r=0 c=0 rs=1 cs=1]
     15                RenderBlock {DIV} at (1,1) size 154x305
     16                  RenderTextControl {INPUT} at (0,0) size 100x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     17                    RenderBlock {DIV} at (80,2) size 0x12
    1718                    RenderBlock {DIV} at (84,1) size 13x15
    18                   RenderText {#text} at (100,0) size 4x18
    19                     text run at (100,0) width 4: " "
    20                   RenderBR {BR} at (104,14) size 0x0
    21                   RenderTextControl {INPUT} at (0,19) size 100x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     19                  RenderBR {BR} at (100,11) size 0x0
     20                  RenderTextControl {INPUT} at (0,16) size 100x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    2221                    RenderBlock {DIV} at (3,2) size 94x12
    2322                      RenderBlock {DIV} at (66,0) size 10x10
    2423                    RenderBlock {DIV} at (84,1) size 13x15
    25                 RenderBlock {DIV} at (1,36) size 178x36
    26                   RenderTextControl {INPUT} at (0,2) size 102x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     24                  RenderBR {BR} at (100,32) size 0x0
     25                  RenderTextControl {INPUT} at (0,32) size 102x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     26                    RenderBlock {DIV} at (82,2) size 0x13
    2727                    RenderBlock {DIV} at (86,1) size 13x15
    28                   RenderText {#text} at (102,0) size 4x18
    29                     text run at (102,0) width 4: " "
    30                   RenderBR {BR} at (106,14) size 0x0
    31                   RenderTextControl {INPUT} at (0,19) size 102x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     28                  RenderBR {BR} at (102,44) size 0x0
     29                  RenderTextControl {INPUT} at (0,49) size 102x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    3230                    RenderBlock {DIV} at (3,2) size 96x13
    3331                      RenderBlock {DIV} at (67,0) size 11x11
    3432                    RenderBlock {DIV} at (86,1) size 13x15
    35                 RenderBlock {DIV} at (1,72) size 178x37
    36                   RenderTextControl {INPUT} at (0,1) size 104x18 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     33                  RenderBR {BR} at (102,66) size 0x0
     34                  RenderTextControl {INPUT} at (0,66) size 104x18 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     35                    RenderBlock {DIV} at (84,2) size 0x14
    3736                    RenderBlock {DIV} at (88,2) size 13x15
    38                   RenderText {#text} at (104,0) size 4x18
    39                     text run at (104,0) width 4: " "
    40                   RenderBR {BR} at (108,14) size 0x0
    41                   RenderTextControl {INPUT} at (0,19) size 104x18 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     37                  RenderBR {BR} at (104,79) size 0x0
     38                  RenderTextControl {INPUT} at (0,84) size 104x18 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    4239                    RenderBlock {DIV} at (3,2) size 98x14
    4340                      RenderBlock {DIV} at (68,0) size 12x12
    4441                    RenderBlock {DIV} at (88,2) size 13x15
    45                 RenderBlock {DIV} at (1,109) size 178x47
    46                   RenderTextControl {INPUT} at (2,2) size 125x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     42                  RenderBR {BR} at (104,102) size 0x0
     43                  RenderTextControl {INPUT} at (2,104) size 125x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     44                    RenderBlock {DIV} at (105,2) size 0x15
    4745                    RenderBlock {DIV} at (109,2) size 13x15
    48                   RenderText {#text} at (129,2) size 4x18
    49                     text run at (129,2) width 4: " "
    50                   RenderBR {BR} at (133,16) size 0x0
    51                   RenderTextControl {INPUT} at (2,25) size 125x20 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     46                  RenderBR {BR} at (129,118) size 0x0
     47                  RenderTextControl {INPUT} at (2,127) size 125x20 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    5248                    RenderBlock {DIV} at (3,2) size 119x16
    5349                      RenderBlock {DIV} at (87,0) size 14x14
    5450                    RenderBlock {DIV} at (109,3) size 13x15
    55                 RenderBlock {DIV} at (1,156) size 178x50
    56                   RenderTextControl {INPUT} at (2,2) size 127x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     51                  RenderBR {BR} at (129,149) size 0x0
     52                  RenderTextControl {INPUT} at (2,151) size 127x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     53                    RenderBlock {DIV} at (107,2) size 0x17
    5754                    RenderBlock {DIV} at (111,3) size 13x15
    58                   RenderText {#text} at (131,3) size 4x18
    59                     text run at (131,3) width 4: " "
    60                   RenderBR {BR} at (135,17) size 0x0
    61                   RenderTextControl {INPUT} at (2,27) size 127x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     55                  RenderBR {BR} at (131,166) size 0x0
     56                  RenderTextControl {INPUT} at (2,176) size 127x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    6257                    RenderBlock {DIV} at (3,1) size 121x18
    6358                      RenderBlock {DIV} at (88,0) size 15x15
    6459                    RenderBlock {DIV} at (111,3) size 13x15
    65                 RenderBlock {DIV} at (1,206) size 178x52
    66                   RenderTextControl {INPUT} at (2,2) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     60                  RenderBR {BR} at (131,199) size 0x0
     61                  RenderTextControl {INPUT} at (2,201) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     62                    RenderBlock {DIV} at (126,2) size 0x18
    6763                    RenderBlock {DIV} at (130,0) size 15x22
    68                   RenderText {#text} at (152,4) size 4x18
    69                     text run at (152,4) width 4: " "
    70                   RenderBR {BR} at (156,18) size 0x0
    71                   RenderTextControl {INPUT} at (2,28) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     64                  RenderBR {BR} at (152,217) size 0x0
     65                  RenderTextControl {INPUT} at (2,227) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    7266                    RenderBlock {DIV} at (3,1) size 142x19
    7367                      RenderBlock {DIV} at (106,0) size 16x16
    7468                    RenderBlock {DIV} at (130,0) size 15x22
    75                 RenderBlock {DIV} at (1,258) size 178x54
    76                   RenderTextControl {INPUT} at (2,2) size 150x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     69                  RenderBR {BR} at (152,251) size 0x0
     70                  RenderTextControl {INPUT} at (2,253) size 150x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     71                    RenderBlock {DIV} at (128,2) size 0x19
    7772                    RenderBlock {DIV} at (132,1) size 15x22
    78                   RenderText {#text} at (154,5) size 4x18
    79                     text run at (154,5) width 4: " "
    80                   RenderBR {BR} at (158,19) size 0x0
    81                   RenderTextControl {INPUT} at (2,29) size 150x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     73                  RenderBR {BR} at (154,270) size 0x0
     74                  RenderTextControl {INPUT} at (2,280) size 150x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    8275                    RenderBlock {DIV} at (3,1) size 144x20
    8376                      RenderBlock {DIV} at (107,0) size 17x17
    8477                    RenderBlock {DIV} at (132,1) size 15x22
    85                 RenderBlock {DIV} at (1,312) size 178x56
     78                  RenderBR {BR} at (154,305) size 0x0
     79              RenderTableCell {TD} at (160,3) size 203x305 [r=0 c=1 rs=1 cs=1]
     80                RenderBlock {DIV} at (1,1) size 201x303
    8681                  RenderTextControl {INPUT} at (2,2) size 170x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     82                    RenderBlock {DIV} at (148,2) size 0x20
    8783                    RenderBlock {DIV} at (152,1) size 15x22
    88                   RenderText {#text} at (174,6) size 4x18
    89                     text run at (174,6) width 4: " "
    90                   RenderBR {BR} at (178,20) size 0x0
     84                  RenderBR {BR} at (174,20) size 0x0
    9185                  RenderTextControl {INPUT} at (2,30) size 170x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    9286                    RenderBlock {DIV} at (3,1) size 164x21
    9387                      RenderBlock {DIV} at (126,0) size 18x18
    9488                    RenderBlock {DIV} at (152,1) size 15x22
    95               RenderTableCell {TD} at (184,2) size 253x535 [r=0 c=1 rs=1 cs=1]
    96                 RenderBlock {DIV} at (1,1) size 251x58
    97                   RenderTextControl {INPUT} at (2,2) size 172x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     89                  RenderBR {BR} at (174,56) size 0x0
     90                  RenderTextControl {INPUT} at (2,58) size 172x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     91                    RenderBlock {DIV} at (150,2) size 0x20
    9892                    RenderBlock {DIV} at (154,1) size 15x22
    99                   RenderText {#text} at (176,6) size 4x18
    100                     text run at (176,6) width 4: " "
    101                   RenderBR {BR} at (180,20) size 0x0
    102                   RenderTextControl {INPUT} at (2,30) size 172x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     93                  RenderBR {BR} at (176,76) size 0x0
     94                  RenderTextControl {INPUT} at (2,86) size 172x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    10395                    RenderBlock {DIV} at (3,1) size 166x23
    10496                      RenderBlock {DIV} at (126,0) size 20x20
    10597                    RenderBlock {DIV} at (154,2) size 15x22
    106                 RenderBlock {DIV} at (1,59) size 251x61
    107                   RenderTextControl {INPUT} at (2,2) size 174x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     98                  RenderBR {BR} at (176,114) size 0x0
     99                  RenderTextControl {INPUT} at (2,116) size 174x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     100                    RenderBlock {DIV} at (152,2) size 0x22
    108101                    RenderBlock {DIV} at (156,2) size 15x22
    109                   RenderText {#text} at (178,7) size 4x18
    110                     text run at (178,7) width 4: " "
    111                   RenderBR {BR} at (182,21) size 0x0
    112                   RenderTextControl {INPUT} at (2,32) size 174x27 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     102                  RenderBR {BR} at (178,135) size 0x0
     103                  RenderTextControl {INPUT} at (2,146) size 174x27 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    113104                    RenderBlock {DIV} at (3,1) size 168x25
    114105                      RenderBlock {DIV} at (127,0) size 21x21
    115106                    RenderBlock {DIV} at (156,3) size 15x22
    116                 RenderBlock {DIV} at (1,120) size 251x63
    117                   RenderTextControl {INPUT} at (2,2) size 195x27 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     107                  RenderBR {BR} at (178,175) size 0x0
     108                  RenderTextControl {INPUT} at (2,177) size 195x27 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     109                    RenderBlock {DIV} at (169,2) size 0x23
    118110                    RenderBlock {DIV} at (173,0) size 19x27
    119                   RenderText {#text} at (199,8) size 4x18
    120                     text run at (199,8) width 4: " "
    121                   RenderBR {BR} at (203,22) size 0x0
    122                   RenderTextControl {INPUT} at (2,33) size 195x28 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     111                  RenderBR {BR} at (199,197) size 0x0
     112                  RenderTextControl {INPUT} at (2,208) size 195x28 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    123113                    RenderBlock {DIV} at (3,1) size 189x26
    124114                      RenderBlock {DIV} at (143,0) size 22x22
    125115                    RenderBlock {DIV} at (173,1) size 19x27
    126                 RenderBlock {DIV} at (1,183) size 251x65
    127                   RenderTextControl {INPUT} at (2,2) size 197x28 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     116                  RenderBR {BR} at (199,238) size 0x0
     117                  RenderTextControl {INPUT} at (2,240) size 197x28 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     118                    RenderBlock {DIV} at (171,2) size 0x24
    128119                    RenderBlock {DIV} at (175,1) size 19x27
    129                   RenderText {#text} at (201,9) size 4x18
    130                     text run at (201,9) width 4: " "
    131                   RenderBR {BR} at (205,23) size 0x0
    132                   RenderTextControl {INPUT} at (2,34) size 197x29 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     120                  RenderBR {BR} at (201,261) size 0x0
     121                  RenderTextControl {INPUT} at (2,272) size 197x29 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    133122                    RenderBlock {DIV} at (3,1) size 191x27
    134123                      RenderBlock {DIV} at (144,0) size 23x23
    135124                    RenderBlock {DIV} at (175,1) size 19x27
    136                 RenderBlock {DIV} at (1,248) size 251x68
     125                  RenderBR {BR} at (201,303) size 0x0
     126              RenderTableCell {TD} at (365,11) size 249x288 [r=0 c=2 rs=1 cs=1]
     127                RenderBlock {DIV} at (1,1) size 247x286
    137128                  RenderTextControl {INPUT} at (2,2) size 218x29 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     129                    RenderBlock {DIV} at (192,2) size 0x25
    138130                    RenderBlock {DIV} at (196,1) size 19x27
    139                   RenderText {#text} at (222,10) size 4x18
    140                     text run at (222,10) width 4: " "
    141                   RenderBR {BR} at (226,24) size 0x0
     131                  RenderBR {BR} at (222,24) size 0x0
    142132                  RenderTextControl {INPUT} at (2,35) size 218x31 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    143133                    RenderBlock {DIV} at (3,1) size 212x29
    144134                      RenderBlock {DIV} at (163,0) size 25x25
    145135                    RenderBlock {DIV} at (196,2) size 19x27
    146                 RenderBlock {DIV} at (1,316) size 251x70
    147                   RenderTextControl {INPUT} at (2,2) size 220x30 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     136                  RenderBR {BR} at (222,68) size 0x0
     137                  RenderTextControl {INPUT} at (2,70) size 220x30 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     138                    RenderBlock {DIV} at (194,2) size 0x26
    148139                    RenderBlock {DIV} at (198,2) size 19x27
    149                   RenderText {#text} at (224,11) size 4x18
    150                     text run at (224,11) width 4: " "
    151                   RenderBR {BR} at (228,25) size 0x0
    152                   RenderTextControl {INPUT} at (2,36) size 220x32 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     140                  RenderBR {BR} at (224,93) size 0x0
     141                  RenderTextControl {INPUT} at (2,104) size 220x32 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    153142                    RenderBlock {DIV} at (3,1) size 214x30
    154143                      RenderBlock {DIV} at (164,0) size 26x26
    155144                    RenderBlock {DIV} at (198,3) size 19x27
    156                 RenderBlock {DIV} at (1,386) size 251x73
    157                   RenderTextControl {INPUT} at (2,2) size 241x32 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     145                  RenderBR {BR} at (224,138) size 0x0
     146                  RenderTextControl {INPUT} at (2,140) size 241x32 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     147                    RenderBlock {DIV} at (215,2) size 0x28
    158148                    RenderBlock {DIV} at (219,3) size 19x27
    159                   RenderText {#text} at (245,12) size 4x18
    160                     text run at (245,12) width 4: " "
    161                   RenderBR {BR} at (249,26) size 0x0
    162                   RenderTextControl {INPUT} at (2,38) size 241x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     149                  RenderBR {BR} at (245,164) size 0x0
     150                  RenderTextControl {INPUT} at (2,176) size 241x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    163151                    RenderBlock {DIV} at (3,0) size 235x32
    164152                      RenderBlock {DIV} at (184,0) size 27x27
    165153                    RenderBlock {DIV} at (219,3) size 19x27
    166                 RenderBlock {DIV} at (1,459) size 251x75
    167                   RenderTextControl {INPUT} at (2,2) size 243x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     154                  RenderBR {BR} at (245,211) size 0x0
     155                  RenderTextControl {INPUT} at (2,213) size 243x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     156                    RenderBlock {DIV} at (217,2) size 0x29
    168157                    RenderBlock {DIV} at (221,3) size 19x27
    169                   RenderText {#text} at (247,13) size 4x18
    170                     text run at (247,13) width 4: " "
    171                   RenderBR {BR} at (251,27) size 0x0
    172                   RenderTextControl {INPUT} at (2,39) size 243x34 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     158                  RenderBR {BR} at (247,238) size 0x0
     159                  RenderTextControl {INPUT} at (2,250) size 243x34 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    173160                    RenderBlock {DIV} at (3,0) size 237x33
    174161                      RenderBlock {DIV} at (185,0) size 28x28
    175162                    RenderBlock {DIV} at (221,4) size 19x27
    176 layer at (14,134) size 76x10 scrollWidth 154
     163                  RenderBR {BR} at (247,286) size 0x0
     164layer at (14,48) size 76x10 scrollWidth 154
    177165  RenderBlock {DIV} at (3,3) size 76x10
    178166    RenderText {#text} at (1,0) size 152x10
    179167      text run at (1,0) width 152: "012345678901234567890123456789"
    180 layer at (14,151) size 66x10 scrollWidth 154
     168layer at (14,65) size 66x10 scrollWidth 154
    181169  RenderBlock {DIV} at (0,2) size 66x10
    182170    RenderText {#text} at (1,0) size 152x10
    183171      text run at (1,0) width 152: "012345678901234567890123456789"
    184 layer at (14,168) size 78x11 scrollWidth 173
     172layer at (14,80) size 78x11 scrollWidth 173
    185173  RenderBlock {DIV} at (3,3) size 78x11
    186174    RenderText {#text} at (1,0) size 171x11
    187175      text run at (1,0) width 171: "012345678901234567890123456789"
    188 layer at (14,186) size 67x11 scrollWidth 173
     176layer at (14,98) size 67x11 scrollWidth 173
    189177  RenderBlock {DIV} at (0,2) size 67x11
    190178    RenderText {#text} at (1,0) size 171x11
    191179      text run at (1,0) width 171: "012345678901234567890123456789"
    192 layer at (14,203) size 80x12 scrollWidth 192
     180layer at (14,114) size 80x12 scrollWidth 192
    193181  RenderBlock {DIV} at (3,3) size 80x12
    194182    RenderText {#text} at (1,0) size 190x12
    195183      text run at (1,0) width 190: "012345678901234567890123456789"
    196 layer at (14,222) size 68x12 scrollWidth 192
     184layer at (14,133) size 68x12 scrollWidth 192
    197185  RenderBlock {DIV} at (0,2) size 68x12
    198186    RenderText {#text} at (1,0) size 190x12
    199187      text run at (1,0) width 190: "012345678901234567890123456789"
    200 layer at (16,241) size 101x13 scrollWidth 211
     188layer at (16,152) size 101x13 scrollWidth 211
    201189  RenderBlock {DIV} at (3,3) size 101x13
    202190    RenderText {#text} at (1,0) size 209x13
    203191      text run at (1,0) width 209: "012345678901234567890123456789"
    204 layer at (16,266) size 87x13 scrollWidth 211
     192layer at (16,177) size 87x13 scrollWidth 211
    205193  RenderBlock {DIV} at (0,3) size 87x13
    206194    RenderText {#text} at (1,0) size 209x13
    207195      text run at (1,0) width 209: "012345678901234567890123456789"
    208 layer at (16,288) size 103x15 scrollWidth 230
     196layer at (16,199) size 103x15 scrollWidth 230
    209197  RenderBlock {DIV} at (3,3) size 103x15
    210198    RenderText {#text} at (1,0) size 228x15
    211199      text run at (1,0) width 228: "012345678901234567890123456789"
    212 layer at (16,314) size 88x15 scrollWidth 230
     200layer at (16,225) size 88x15 scrollWidth 230
    213201  RenderBlock {DIV} at (0,3) size 88x15
    214202    RenderText {#text} at (1,0) size 228x15
    215203      text run at (1,0) width 228: "012345678901234567890123456789"
    216 layer at (16,338) size 122x16 scrollWidth 249
     204layer at (16,249) size 122x16 scrollWidth 249
    217205  RenderBlock {DIV} at (3,3) size 122x16
    218206    RenderText {#text} at (1,0) size 247x16
    219207      text run at (1,0) width 247: "012345678901234567890123456789"
    220 layer at (16,365) size 106x16 scrollWidth 249
     208layer at (16,276) size 106x16 scrollWidth 249
    221209  RenderBlock {DIV} at (0,3) size 106x16
    222210    RenderText {#text} at (1,0) size 247x16
    223211      text run at (1,0) width 247: "012345678901234567890123456789"
    224 layer at (16,390) size 124x17 scrollWidth 268
     212layer at (16,301) size 124x17 scrollWidth 268
    225213  RenderBlock {DIV} at (3,3) size 124x17
    226214    RenderText {#text} at (1,0) size 266x17
    227215      text run at (1,0) width 266: "012345678901234567890123456789"
    228 layer at (16,418) size 107x17 scrollWidth 268
     216layer at (16,329) size 107x17 scrollWidth 268
    229217  RenderBlock {DIV} at (0,3) size 107x17
    230218    RenderText {#text} at (1,0) size 266x17
    231219      text run at (1,0) width 266: "012345678901234567890123456789"
    232 layer at (16,444) size 144x18 scrollWidth 287
     220layer at (174,51) size 144x18 scrollWidth 287
    233221  RenderBlock {DIV} at (3,3) size 144x18
    234222    RenderText {#text} at (1,0) size 285x18
    235223      text run at (1,0) width 285: "012345678901234567890123456789"
    236 layer at (16,473) size 126x18 scrollWidth 287
     224layer at (174,80) size 126x18 scrollWidth 287
    237225  RenderBlock {DIV} at (0,3) size 126x18
    238226    RenderText {#text} at (1,0) size 285x18
    239227      text run at (1,0) width 285: "012345678901234567890123456789"
    240 layer at (198,50) size 146x18 scrollWidth 306
     228layer at (174,107) size 146x18 scrollWidth 306
    241229  RenderBlock {DIV} at (3,3) size 146x18
    242230    RenderText {#text} at (1,0) size 304x18
    243231      text run at (1,0) width 304: "012345678901234567890123456789"
    244 layer at (198,81) size 126x18 scrollWidth 306
     232layer at (174,138) size 126x18 scrollWidth 306
    245233  RenderBlock {DIV} at (0,5) size 126x18
    246234    RenderText {#text} at (1,0) size 304x18
    247235      text run at (1,0) width 304: "012345678901234567890123456789"
    248 layer at (198,108) size 148x20 scrollWidth 325
     236layer at (174,165) size 148x20 scrollWidth 325
    249237  RenderBlock {DIV} at (3,3) size 148x20
    250238    RenderText {#text} at (1,0) size 323x20
    251239      text run at (1,0) width 323: "012345678901234567890123456789"
    252 layer at (198,141) size 127x20 scrollWidth 325
     240layer at (174,198) size 127x20 scrollWidth 325
    253241  RenderBlock {DIV} at (0,5) size 127x20
    254242    RenderText {#text} at (1,0) size 323x20
    255243      text run at (1,0) width 323: "012345678901234567890123456789"
    256 layer at (198,169) size 165x21 scrollWidth 344
     244layer at (174,226) size 165x21 scrollWidth 344
    257245  RenderBlock {DIV} at (3,3) size 165x21
    258246    RenderText {#text} at (1,0) size 342x21
    259247      text run at (1,0) width 342: "012345678901234567890123456789"
    260 layer at (198,203) size 143x21 scrollWidth 344
     248layer at (174,260) size 143x21 scrollWidth 344
    261249  RenderBlock {DIV} at (0,5) size 143x21
    262250    RenderText {#text} at (1,0) size 342x21
    263251      text run at (1,0) width 342: "012345678901234567890123456789"
    264 layer at (198,232) size 167x22 scrollWidth 363
     252layer at (174,289) size 167x22 scrollWidth 363
    265253  RenderBlock {DIV} at (3,3) size 167x22
    266254    RenderText {#text} at (1,0) size 361x22
    267255      text run at (1,0) width 361: "012345678901234567890123456789"
    268 layer at (198,267) size 144x22 scrollWidth 363
     256layer at (174,324) size 144x22 scrollWidth 363
    269257  RenderBlock {DIV} at (0,5) size 144x22
    270258    RenderText {#text} at (1,0) size 361x22
    271259      text run at (1,0) width 361: "012345678901234567890123456789"
    272 layer at (198,297) size 188x23 scrollWidth 382
     260layer at (379,59) size 188x23 scrollWidth 382
    273261  RenderBlock {DIV} at (3,3) size 188x23
    274262    RenderText {#text} at (1,0) size 380x23
    275263      text run at (1,0) width 380: "012345678901234567890123456789"
    276 layer at (198,334) size 163x23 scrollWidth 382
     264layer at (379,96) size 163x23 scrollWidth 382
    277265  RenderBlock {DIV} at (0,6) size 163x23
    278266    RenderText {#text} at (1,0) size 380x23
    279267      text run at (1,0) width 380: "012345678901234567890123456789"
    280 layer at (198,365) size 190x24 scrollWidth 401
     268layer at (379,127) size 190x24 scrollWidth 401
    281269  RenderBlock {DIV} at (3,3) size 190x24
    282270    RenderText {#text} at (1,0) size 399x24
    283271      text run at (1,0) width 399: "012345678901234567890123456789"
    284 layer at (198,403) size 164x24 scrollWidth 401
     272layer at (379,165) size 164x24 scrollWidth 401
    285273  RenderBlock {DIV} at (0,6) size 164x24
    286274    RenderText {#text} at (1,0) size 399x24
    287275      text run at (1,0) width 399: "012345678901234567890123456789"
    288 layer at (198,435) size 211x26 scrollWidth 420
     276layer at (379,197) size 211x26 scrollWidth 420
    289277  RenderBlock {DIV} at (3,3) size 211x26
    290278    RenderText {#text} at (1,0) size 418x26
    291279      text run at (1,0) width 418: "012345678901234567890123456789"
    292 layer at (198,474) size 184x26 scrollWidth 420
     280layer at (379,236) size 184x26 scrollWidth 420
    293281  RenderBlock {DIV} at (0,6) size 184x26
    294282    RenderText {#text} at (1,0) size 418x26
    295283      text run at (1,0) width 418: "012345678901234567890123456789"
    296 layer at (198,508) size 213x27 scrollWidth 439
     284layer at (379,270) size 213x27 scrollWidth 439
    297285  RenderBlock {DIV} at (3,3) size 213x27
    298286    RenderText {#text} at (1,0) size 437x27
    299287      text run at (1,0) width 437: "012345678901234567890123456789"
    300 layer at (198,548) size 185x27 scrollWidth 439
     288layer at (379,310) size 185x27 scrollWidth 439
    301289  RenderBlock {DIV} at (0,6) size 185x27
    302290    RenderText {#text} at (1,0) size 437x27
  • trunk/LayoutTests/platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.txt

    • Property svn:eol-style set to LF
    r64745 r64746  
    88          text run at (0,0) width 414: "Test appearances of input-speech-button in <input type='search'>."
    99      RenderBlock {DIV} at (0,34) size 784x0
    10       RenderBlock {DIV} at (0,34) size 784x456
    11         RenderTable {TABLE} at (0,0) size 459x456
    12           RenderTableSection {TBODY} at (0,0) size 459x456
    13             RenderTableRow {TR} at (0,2) size 459x452
    14               RenderTableCell {TD} at (2,42) size 135x371 [r=0 c=0 rs=1 cs=1]
    15                 RenderBlock {DIV} at (1,1) size 133x54
    16                   RenderTextControl {INPUT} at (0,1) size 102x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    17                     RenderBlock {DIV} at (3,2) size 96x13
    18                       RenderBlock {DIV} at (0,2) size 8x9
    19                       RenderBlock {DIV} at (72,2) size 13x9
    20                       RenderBlock {DIV} at (85,0) size 11x11
    21                   RenderText {#text} at (102,0) size 4x18
    22                     text run at (102,0) width 4: " "
    23                   RenderBR {BR} at (106,14) size 0x0
    24                   RenderTextControl {INPUT} at (0,20) size 102x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     10      RenderBlock {DIV} at (0,34) size 784x435
     11        RenderTable {TABLE} at (0,0) size 447x435
     12          RenderTableSection {TBODY} at (0,0) size 447x435
     13            RenderTableRow {TR} at (0,2) size 447x431
     14              RenderTableCell {TD} at (2,2) size 131x431 [r=0 c=0 rs=1 cs=1]
     15                RenderBlock {DIV} at (1,1) size 129x429
     16                  RenderTextControl {INPUT} at (0,0) size 102x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     17                    RenderBlock {DIV} at (3,2) size 96x13
     18                      RenderBlock {DIV} at (0,2) size 8x9
     19                      RenderBlock {DIV} at (72,2) size 13x9
     20                      RenderBlock {DIV} at (85,0) size 11x11
     21                  RenderBR {BR} at (102,13) size 0x0
     22                  RenderTextControl {INPUT} at (0,17) size 102x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    2523                    RenderBlock {DIV} at (3,3) size 96x11
    2624                      RenderBlock {DIV} at (0,0) size 8x9
    2725                      RenderBlock {DIV} at (83,0) size 13x9
    28                   RenderText {#text} at (102,18) size 4x18
    29                     text run at (102,18) width 4: " "
    30                   RenderBR {BR} at (106,32) size 0x0
    31                   RenderTextControl {INPUT} at (0,37) size 102x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    32                     RenderBlock {DIV} at (3,2) size 96x13
    33                       RenderBlock {DIV} at (0,2) size 8x9
    34                       RenderBlock {DIV} at (72,2) size 13x9
    35                       RenderBlock {DIV} at (85,0) size 11x11
    36                 RenderBlock {DIV} at (1,55) size 133x54
    37                   RenderTextControl {INPUT} at (0,1) size 102x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    38                     RenderBlock {DIV} at (3,2) size 96x13
    39                       RenderBlock {DIV} at (0,2) size 8x9
    40                       RenderBlock {DIV} at (72,2) size 13x9
    41                       RenderBlock {DIV} at (85,0) size 11x11
    42                   RenderText {#text} at (102,0) size 4x18
    43                     text run at (102,0) width 4: " "
    44                   RenderBR {BR} at (106,14) size 0x0
    45                   RenderTextControl {INPUT} at (0,20) size 102x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     26                  RenderBR {BR} at (102,29) size 0x0
     27                  RenderTextControl {INPUT} at (0,34) size 102x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     28                    RenderBlock {DIV} at (3,2) size 96x13
     29                      RenderBlock {DIV} at (0,2) size 8x9
     30                      RenderBlock {DIV} at (72,2) size 13x9
     31                      RenderBlock {DIV} at (85,0) size 11x11
     32                  RenderBR {BR} at (102,47) size 0x0
     33                  RenderTextControl {INPUT} at (0,51) size 102x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     34                    RenderBlock {DIV} at (3,2) size 96x13
     35                      RenderBlock {DIV} at (0,2) size 8x9
     36                      RenderBlock {DIV} at (72,2) size 13x9
     37                      RenderBlock {DIV} at (85,0) size 11x11
     38                  RenderBR {BR} at (102,64) size 0x0
     39                  RenderTextControl {INPUT} at (0,68) size 102x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    4640                    RenderBlock {DIV} at (3,3) size 96x11
    4741                      RenderBlock {DIV} at (0,0) size 8x9
    4842                      RenderBlock {DIV} at (83,0) size 13x9
    49                   RenderText {#text} at (102,18) size 4x18
    50                     text run at (102,18) width 4: " "
    51                   RenderBR {BR} at (106,32) size 0x0
    52                   RenderTextControl {INPUT} at (0,37) size 102x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    53                     RenderBlock {DIV} at (3,2) size 96x13
    54                       RenderBlock {DIV} at (0,2) size 8x9
    55                       RenderBlock {DIV} at (72,2) size 13x9
    56                       RenderBlock {DIV} at (85,0) size 11x11
    57                 RenderBlock {DIV} at (1,109) size 133x54
    58                   RenderTextControl {INPUT} at (0,1) size 102x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    59                     RenderBlock {DIV} at (3,2) size 96x13
    60                       RenderBlock {DIV} at (0,2) size 8x9
    61                       RenderBlock {DIV} at (72,2) size 13x9
    62                       RenderBlock {DIV} at (85,0) size 11x11
    63                   RenderText {#text} at (102,0) size 4x18
    64                     text run at (102,0) width 4: " "
    65                   RenderBR {BR} at (106,14) size 0x0
    66                   RenderTextControl {INPUT} at (0,20) size 102x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     43                  RenderBR {BR} at (102,80) size 0x0
     44                  RenderTextControl {INPUT} at (0,85) size 102x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     45                    RenderBlock {DIV} at (3,2) size 96x13
     46                      RenderBlock {DIV} at (0,2) size 8x9
     47                      RenderBlock {DIV} at (72,2) size 13x9
     48                      RenderBlock {DIV} at (85,0) size 11x11
     49                  RenderBR {BR} at (102,98) size 0x0
     50                  RenderTextControl {INPUT} at (0,102) size 102x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     51                    RenderBlock {DIV} at (3,2) size 96x13
     52                      RenderBlock {DIV} at (0,2) size 8x9
     53                      RenderBlock {DIV} at (72,2) size 13x9
     54                      RenderBlock {DIV} at (85,0) size 11x11
     55                  RenderBR {BR} at (102,115) size 0x0
     56                  RenderTextControl {INPUT} at (0,119) size 102x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    6757                    RenderBlock {DIV} at (3,3) size 96x11
    6858                      RenderBlock {DIV} at (0,0) size 8x9
    6959                      RenderBlock {DIV} at (83,0) size 13x9
    70                   RenderText {#text} at (102,18) size 4x18
    71                     text run at (102,18) width 4: " "
    72                   RenderBR {BR} at (106,32) size 0x0
    73                   RenderTextControl {INPUT} at (0,37) size 102x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    74                     RenderBlock {DIV} at (3,2) size 96x13
    75                       RenderBlock {DIV} at (0,2) size 8x9
    76                       RenderBlock {DIV} at (72,2) size 13x9
    77                       RenderBlock {DIV} at (85,0) size 11x11
    78                 RenderBlock {DIV} at (1,163) size 133x69
     60                  RenderBR {BR} at (102,131) size 0x0
     61                  RenderTextControl {INPUT} at (0,136) size 102x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     62                    RenderBlock {DIV} at (3,2) size 96x13
     63                      RenderBlock {DIV} at (0,2) size 8x9
     64                      RenderBlock {DIV} at (72,2) size 13x9
     65                      RenderBlock {DIV} at (85,0) size 11x11
     66                  RenderBR {BR} at (102,149) size 0x0
     67                  RenderTextControl {INPUT} at (2,155) size 125x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     68                    RenderBlock {DIV} at (3,1) size 119x16
     69                      RenderBlock {DIV} at (0,3) size 8x11
     70                      RenderBlock {DIV} at (92,3) size 13x11
     71                      RenderBlock {DIV} at (105,0) size 14x14
     72                  RenderBR {BR} at (129,170) size 0x0
     73                  RenderTextControl {INPUT} at (2,178) size 125x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     74                    RenderBlock {DIV} at (3,3) size 119x13
     75                      RenderBlock {DIV} at (0,0) size 8x11
     76                      RenderBlock {DIV} at (106,0) size 13x11
     77                  RenderBR {BR} at (129,192) size 0x0
     78                  RenderTextControl {INPUT} at (2,201) size 125x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     79                    RenderBlock {DIV} at (3,1) size 119x16
     80                      RenderBlock {DIV} at (0,3) size 8x11
     81                      RenderBlock {DIV} at (92,3) size 13x11
     82                      RenderBlock {DIV} at (105,0) size 14x14
     83                  RenderBR {BR} at (129,216) size 0x0
     84                  RenderTextControl {INPUT} at (2,224) size 125x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     85                    RenderBlock {DIV} at (3,1) size 119x16
     86                      RenderBlock {DIV} at (0,3) size 8x11
     87                      RenderBlock {DIV} at (92,3) size 13x11
     88                      RenderBlock {DIV} at (105,0) size 14x14
     89                  RenderBR {BR} at (129,239) size 0x0
     90                  RenderTextControl {INPUT} at (2,247) size 125x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     91                    RenderBlock {DIV} at (3,3) size 119x13
     92                      RenderBlock {DIV} at (0,0) size 8x11
     93                      RenderBlock {DIV} at (106,0) size 13x11
     94                  RenderBR {BR} at (129,261) size 0x0
     95                  RenderTextControl {INPUT} at (2,270) size 125x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     96                    RenderBlock {DIV} at (3,1) size 119x16
     97                      RenderBlock {DIV} at (0,3) size 8x11
     98                      RenderBlock {DIV} at (92,3) size 13x11
     99                      RenderBlock {DIV} at (105,0) size 14x14
     100                  RenderBR {BR} at (129,285) size 0x0
     101                  RenderTextControl {INPUT} at (2,293) size 125x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     102                    RenderBlock {DIV} at (3,1) size 119x16
     103                      RenderBlock {DIV} at (0,3) size 8x11
     104                      RenderBlock {DIV} at (92,3) size 13x11
     105                      RenderBlock {DIV} at (105,0) size 14x14
     106                  RenderBR {BR} at (129,308) size 0x0
     107                  RenderTextControl {INPUT} at (2,316) size 125x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     108                    RenderBlock {DIV} at (3,3) size 119x13
     109                      RenderBlock {DIV} at (0,0) size 8x11
     110                      RenderBlock {DIV} at (106,0) size 13x11
     111                  RenderBR {BR} at (129,330) size 0x0
     112                  RenderTextControl {INPUT} at (2,339) size 125x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     113                    RenderBlock {DIV} at (3,1) size 119x16
     114                      RenderBlock {DIV} at (0,3) size 8x11
     115                      RenderBlock {DIV} at (92,3) size 13x11
     116                      RenderBlock {DIV} at (105,0) size 14x14
     117                  RenderBR {BR} at (129,354) size 0x0
     118                  RenderTextControl {INPUT} at (2,362) size 125x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     119                    RenderBlock {DIV} at (3,1) size 119x16
     120                      RenderBlock {DIV} at (0,3) size 8x11
     121                      RenderBlock {DIV} at (92,3) size 13x11
     122                      RenderBlock {DIV} at (105,0) size 14x14
     123                  RenderBR {BR} at (129,377) size 0x0
     124                  RenderTextControl {INPUT} at (2,385) size 125x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     125                    RenderBlock {DIV} at (3,3) size 119x13
     126                      RenderBlock {DIV} at (0,0) size 8x11
     127                      RenderBlock {DIV} at (106,0) size 13x11
     128                  RenderBR {BR} at (129,399) size 0x0
     129                  RenderTextControl {INPUT} at (2,408) size 125x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     130                    RenderBlock {DIV} at (3,1) size 119x16
     131                      RenderBlock {DIV} at (0,3) size 8x11
     132                      RenderBlock {DIV} at (92,3) size 13x11
     133                      RenderBlock {DIV} at (105,0) size 14x14
     134                  RenderBR {BR} at (129,423) size 0x0
     135              RenderTableCell {TD} at (135,26) size 154x383 [r=0 c=1 rs=1 cs=1]
     136                RenderBlock {DIV} at (1,1) size 152x381
    79137                  RenderTextControl {INPUT} at (2,2) size 125x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    80138                    RenderBlock {DIV} at (3,1) size 119x16
     
    82140                      RenderBlock {DIV} at (92,3) size 13x11
    83141                      RenderBlock {DIV} at (105,0) size 14x14
    84                   RenderText {#text} at (129,3) size 4x18
    85                     text run at (129,3) width 4: " "
    86                   RenderBR {BR} at (133,17) size 0x0
     142                  RenderBR {BR} at (129,17) size 0x0
    87143                  RenderTextControl {INPUT} at (2,25) size 125x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    88144                    RenderBlock {DIV} at (3,3) size 119x13
    89145                      RenderBlock {DIV} at (0,0) size 8x11
    90146                      RenderBlock {DIV} at (106,0) size 13x11
    91                   RenderText {#text} at (129,25) size 4x18
    92                     text run at (129,25) width 4: " "
    93                   RenderBR {BR} at (133,39) size 0x0
     147                  RenderBR {BR} at (129,39) size 0x0
    94148                  RenderTextControl {INPUT} at (2,48) size 125x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    95149                    RenderBlock {DIV} at (3,1) size 119x16
     
    97151                      RenderBlock {DIV} at (92,3) size 13x11
    98152                      RenderBlock {DIV} at (105,0) size 14x14
    99                 RenderBlock {DIV} at (1,232) size 133x69
    100                   RenderTextControl {INPUT} at (2,2) size 125x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    101                     RenderBlock {DIV} at (3,1) size 119x16
    102                       RenderBlock {DIV} at (0,3) size 8x11
    103                       RenderBlock {DIV} at (92,3) size 13x11
    104                       RenderBlock {DIV} at (105,0) size 14x14
    105                   RenderText {#text} at (129,3) size 4x18
    106                     text run at (129,3) width 4: " "
    107                   RenderBR {BR} at (133,17) size 0x0
    108                   RenderTextControl {INPUT} at (2,25) size 125x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    109                     RenderBlock {DIV} at (3,3) size 119x13
    110                       RenderBlock {DIV} at (0,0) size 8x11
    111                       RenderBlock {DIV} at (106,0) size 13x11
    112                   RenderText {#text} at (129,25) size 4x18
    113                     text run at (129,25) width 4: " "
    114                   RenderBR {BR} at (133,39) size 0x0
    115                   RenderTextControl {INPUT} at (2,48) size 125x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    116                     RenderBlock {DIV} at (3,1) size 119x16
    117                       RenderBlock {DIV} at (0,3) size 8x11
    118                       RenderBlock {DIV} at (92,3) size 13x11
    119                       RenderBlock {DIV} at (105,0) size 14x14
    120                 RenderBlock {DIV} at (1,301) size 133x69
    121                   RenderTextControl {INPUT} at (2,2) size 125x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    122                     RenderBlock {DIV} at (3,1) size 119x16
    123                       RenderBlock {DIV} at (0,3) size 8x11
    124                       RenderBlock {DIV} at (92,3) size 13x11
    125                       RenderBlock {DIV} at (105,0) size 14x14
    126                   RenderText {#text} at (129,3) size 4x18
    127                     text run at (129,3) width 4: " "
    128                   RenderBR {BR} at (133,17) size 0x0
    129                   RenderTextControl {INPUT} at (2,25) size 125x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    130                     RenderBlock {DIV} at (3,3) size 119x13
    131                       RenderBlock {DIV} at (0,0) size 8x11
    132                       RenderBlock {DIV} at (106,0) size 13x11
    133                   RenderText {#text} at (129,25) size 4x18
    134                     text run at (129,25) width 4: " "
    135                   RenderBR {BR} at (133,39) size 0x0
    136                   RenderTextControl {INPUT} at (2,48) size 125x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    137                     RenderBlock {DIV} at (3,1) size 119x16
    138                       RenderBlock {DIV} at (0,3) size 8x11
    139                       RenderBlock {DIV} at (92,3) size 13x11
    140                       RenderBlock {DIV} at (105,0) size 14x14
    141               RenderTableCell {TD} at (139,2) size 158x452 [r=0 c=1 rs=1 cs=1]
    142                 RenderBlock {DIV} at (1,1) size 156x69
    143                   RenderTextControl {INPUT} at (2,2) size 125x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    144                     RenderBlock {DIV} at (3,1) size 119x16
    145                       RenderBlock {DIV} at (0,3) size 8x11
    146                       RenderBlock {DIV} at (92,3) size 13x11
    147                       RenderBlock {DIV} at (105,0) size 14x14
    148                   RenderText {#text} at (129,3) size 4x18
    149                     text run at (129,3) width 4: " "
    150                   RenderBR {BR} at (133,17) size 0x0
    151                   RenderTextControl {INPUT} at (2,25) size 125x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    152                     RenderBlock {DIV} at (3,3) size 119x13
    153                       RenderBlock {DIV} at (0,0) size 8x11
    154                       RenderBlock {DIV} at (106,0) size 13x11
    155                   RenderText {#text} at (129,25) size 4x18
    156                     text run at (129,25) width 4: " "
    157                   RenderBR {BR} at (133,39) size 0x0
    158                   RenderTextControl {INPUT} at (2,48) size 125x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    159                     RenderBlock {DIV} at (3,1) size 119x16
    160                       RenderBlock {DIV} at (0,3) size 8x11
    161                       RenderBlock {DIV} at (92,3) size 13x11
    162                       RenderBlock {DIV} at (105,0) size 14x14
    163                 RenderBlock {DIV} at (1,70) size 156x69
    164                   RenderTextControl {INPUT} at (2,2) size 125x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    165                     RenderBlock {DIV} at (3,1) size 119x16
    166                       RenderBlock {DIV} at (0,3) size 8x11
    167                       RenderBlock {DIV} at (92,3) size 13x11
    168                       RenderBlock {DIV} at (105,0) size 14x14
    169                   RenderText {#text} at (129,3) size 4x18
    170                     text run at (129,3) width 4: " "
    171                   RenderBR {BR} at (133,17) size 0x0
    172                   RenderTextControl {INPUT} at (2,25) size 125x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    173                     RenderBlock {DIV} at (3,3) size 119x13
    174                       RenderBlock {DIV} at (0,0) size 8x11
    175                       RenderBlock {DIV} at (106,0) size 13x11
    176                   RenderText {#text} at (129,25) size 4x18
    177                     text run at (129,25) width 4: " "
    178                   RenderBR {BR} at (133,39) size 0x0
    179                   RenderTextControl {INPUT} at (2,48) size 125x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    180                     RenderBlock {DIV} at (3,1) size 119x16
    181                       RenderBlock {DIV} at (0,3) size 8x11
    182                       RenderBlock {DIV} at (92,3) size 13x11
    183                       RenderBlock {DIV} at (105,0) size 14x14
    184                 RenderBlock {DIV} at (1,139) size 156x78
     153                  RenderBR {BR} at (129,63) size 0x0
     154                  RenderTextControl {INPUT} at (2,71) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     155                    RenderBlock {DIV} at (3,1) size 142x19
     156                      RenderBlock {DIV} at (0,3) size 10x13
     157                      RenderBlock {DIV} at (110,3) size 16x13
     158                      RenderBlock {DIV} at (126,0) size 16x16
     159                  RenderBR {BR} at (152,88) size 0x0
     160                  RenderTextControl {INPUT} at (2,97) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     161                    RenderBlock {DIV} at (3,3) size 142x16
     162                      RenderBlock {DIV} at (0,0) size 10x13
     163                      RenderBlock {DIV} at (126,0) size 16x13
     164                  RenderBR {BR} at (152,113) size 0x0
     165                  RenderTextControl {INPUT} at (2,123) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     166                    RenderBlock {DIV} at (3,1) size 142x19
     167                      RenderBlock {DIV} at (0,3) size 10x13
     168                      RenderBlock {DIV} at (110,3) size 16x13
     169                      RenderBlock {DIV} at (126,0) size 16x16
     170                  RenderBR {BR} at (152,140) size 0x0
     171                  RenderTextControl {INPUT} at (2,149) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     172                    RenderBlock {DIV} at (3,1) size 142x19
     173                      RenderBlock {DIV} at (0,3) size 10x13
     174                      RenderBlock {DIV} at (110,3) size 16x13
     175                      RenderBlock {DIV} at (126,0) size 16x16
     176                  RenderBR {BR} at (152,166) size 0x0
     177                  RenderTextControl {INPUT} at (2,175) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     178                    RenderBlock {DIV} at (3,3) size 142x16
     179                      RenderBlock {DIV} at (0,0) size 10x13
     180                      RenderBlock {DIV} at (126,0) size 16x13
     181                  RenderBR {BR} at (152,191) size 0x0
     182                  RenderTextControl {INPUT} at (2,201) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     183                    RenderBlock {DIV} at (3,1) size 142x19
     184                      RenderBlock {DIV} at (0,3) size 10x13
     185                      RenderBlock {DIV} at (110,3) size 16x13
     186                      RenderBlock {DIV} at (126,0) size 16x16
     187                  RenderBR {BR} at (152,218) size 0x0
     188                  RenderTextControl {INPUT} at (2,227) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     189                    RenderBlock {DIV} at (3,1) size 142x19
     190                      RenderBlock {DIV} at (0,3) size 10x13
     191                      RenderBlock {DIV} at (110,3) size 16x13
     192                      RenderBlock {DIV} at (126,0) size 16x16
     193                  RenderBR {BR} at (152,244) size 0x0
     194                  RenderTextControl {INPUT} at (2,253) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     195                    RenderBlock {DIV} at (3,3) size 142x16
     196                      RenderBlock {DIV} at (0,0) size 10x13
     197                      RenderBlock {DIV} at (126,0) size 16x13
     198                  RenderBR {BR} at (152,269) size 0x0
     199                  RenderTextControl {INPUT} at (2,279) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     200                    RenderBlock {DIV} at (3,1) size 142x19
     201                      RenderBlock {DIV} at (0,3) size 10x13
     202                      RenderBlock {DIV} at (110,3) size 16x13
     203                      RenderBlock {DIV} at (126,0) size 16x16
     204                  RenderBR {BR} at (152,296) size 0x0
     205                  RenderTextControl {INPUT} at (2,305) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     206                    RenderBlock {DIV} at (3,1) size 142x19
     207                      RenderBlock {DIV} at (0,3) size 10x13
     208                      RenderBlock {DIV} at (110,3) size 16x13
     209                      RenderBlock {DIV} at (126,0) size 16x16
     210                  RenderBR {BR} at (152,322) size 0x0
     211                  RenderTextControl {INPUT} at (2,331) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     212                    RenderBlock {DIV} at (3,3) size 142x16
     213                      RenderBlock {DIV} at (0,0) size 10x13
     214                      RenderBlock {DIV} at (126,0) size 16x13
     215                  RenderBR {BR} at (152,347) size 0x0
     216                  RenderTextControl {INPUT} at (2,357) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     217                    RenderBlock {DIV} at (3,1) size 142x19
     218                      RenderBlock {DIV} at (0,3) size 10x13
     219                      RenderBlock {DIV} at (110,3) size 16x13
     220                      RenderBlock {DIV} at (126,0) size 16x16
     221                  RenderBR {BR} at (152,374) size 0x0
     222              RenderTableCell {TD} at (291,60) size 154x314 [r=0 c=2 rs=1 cs=1]
     223                RenderBlock {DIV} at (1,1) size 152x312
    185224                  RenderTextControl {INPUT} at (2,2) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    186225                    RenderBlock {DIV} at (3,1) size 142x19
     
    188227                      RenderBlock {DIV} at (110,3) size 16x13
    189228                      RenderBlock {DIV} at (126,0) size 16x16
    190                   RenderText {#text} at (152,5) size 4x18
    191                     text run at (152,5) width 4: " "
    192                   RenderBR {BR} at (156,19) size 0x0
     229                  RenderBR {BR} at (152,19) size 0x0
    193230                  RenderTextControl {INPUT} at (2,28) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    194231                    RenderBlock {DIV} at (3,3) size 142x16
    195232                      RenderBlock {DIV} at (0,0) size 10x13
    196233                      RenderBlock {DIV} at (126,0) size 16x13
    197                   RenderText {#text} at (152,30) size 4x18
    198                     text run at (152,30) width 4: " "
    199                   RenderBR {BR} at (156,44) size 0x0
     234                  RenderBR {BR} at (152,44) size 0x0
    200235                  RenderTextControl {INPUT} at (2,54) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    201236                    RenderBlock {DIV} at (3,1) size 142x19
     
    203238                      RenderBlock {DIV} at (110,3) size 16x13
    204239                      RenderBlock {DIV} at (126,0) size 16x16
    205                 RenderBlock {DIV} at (1,217) size 156x78
    206                   RenderTextControl {INPUT} at (2,2) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    207                     RenderBlock {DIV} at (3,1) size 142x19
    208                       RenderBlock {DIV} at (0,3) size 10x13
    209                       RenderBlock {DIV} at (110,3) size 16x13
    210                       RenderBlock {DIV} at (126,0) size 16x16
    211                   RenderText {#text} at (152,5) size 4x18
    212                     text run at (152,5) width 4: " "
    213                   RenderBR {BR} at (156,19) size 0x0
    214                   RenderTextControl {INPUT} at (2,28) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    215                     RenderBlock {DIV} at (3,3) size 142x16
    216                       RenderBlock {DIV} at (0,0) size 10x13
    217                       RenderBlock {DIV} at (126,0) size 16x13
    218                   RenderText {#text} at (152,30) size 4x18
    219                     text run at (152,30) width 4: " "
    220                   RenderBR {BR} at (156,44) size 0x0
    221                   RenderTextControl {INPUT} at (2,54) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    222                     RenderBlock {DIV} at (3,1) size 142x19
    223                       RenderBlock {DIV} at (0,3) size 10x13
    224                       RenderBlock {DIV} at (110,3) size 16x13
    225                       RenderBlock {DIV} at (126,0) size 16x16
    226                 RenderBlock {DIV} at (1,295) size 156x78
    227                   RenderTextControl {INPUT} at (2,2) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    228                     RenderBlock {DIV} at (3,1) size 142x19
    229                       RenderBlock {DIV} at (0,3) size 10x13
    230                       RenderBlock {DIV} at (110,3) size 16x13
    231                       RenderBlock {DIV} at (126,0) size 16x16
    232                   RenderText {#text} at (152,5) size 4x18
    233                     text run at (152,5) width 4: " "
    234                   RenderBR {BR} at (156,19) size 0x0
    235                   RenderTextControl {INPUT} at (2,28) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    236                     RenderBlock {DIV} at (3,3) size 142x16
    237                       RenderBlock {DIV} at (0,0) size 10x13
    238                       RenderBlock {DIV} at (126,0) size 16x13
    239                   RenderText {#text} at (152,30) size 4x18
    240                     text run at (152,30) width 4: " "
    241                   RenderBR {BR} at (156,44) size 0x0
    242                   RenderTextControl {INPUT} at (2,54) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    243                     RenderBlock {DIV} at (3,1) size 142x19
    244                       RenderBlock {DIV} at (0,3) size 10x13
    245                       RenderBlock {DIV} at (110,3) size 16x13
    246                       RenderBlock {DIV} at (126,0) size 16x16
    247                 RenderBlock {DIV} at (1,373) size 156x78
    248                   RenderTextControl {INPUT} at (2,2) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    249                     RenderBlock {DIV} at (3,1) size 142x19
    250                       RenderBlock {DIV} at (0,3) size 10x13
    251                       RenderBlock {DIV} at (110,3) size 16x13
    252                       RenderBlock {DIV} at (126,0) size 16x16
    253                   RenderText {#text} at (152,5) size 4x18
    254                     text run at (152,5) width 4: " "
    255                   RenderBR {BR} at (156,19) size 0x0
    256                   RenderTextControl {INPUT} at (2,28) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    257                     RenderBlock {DIV} at (3,3) size 142x16
    258                       RenderBlock {DIV} at (0,0) size 10x13
    259                       RenderBlock {DIV} at (126,0) size 16x13
    260                   RenderText {#text} at (152,30) size 4x18
    261                     text run at (152,30) width 4: " "
    262                   RenderBR {BR} at (156,44) size 0x0
    263                   RenderTextControl {INPUT} at (2,54) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    264                     RenderBlock {DIV} at (3,1) size 142x19
    265                       RenderBlock {DIV} at (0,3) size 10x13
    266                       RenderBlock {DIV} at (110,3) size 16x13
    267                       RenderBlock {DIV} at (126,0) size 16x16
    268               RenderTableCell {TD} at (299,71) size 158x314 [r=0 c=2 rs=1 cs=1]
    269                 RenderBlock {DIV} at (1,1) size 156x78
    270                   RenderTextControl {INPUT} at (2,2) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    271                     RenderBlock {DIV} at (3,1) size 142x19
    272                       RenderBlock {DIV} at (0,3) size 10x13
    273                       RenderBlock {DIV} at (110,3) size 16x13
    274                       RenderBlock {DIV} at (126,0) size 16x16
    275                   RenderText {#text} at (152,5) size 4x18
    276                     text run at (152,5) width 4: " "
    277                   RenderBR {BR} at (156,19) size 0x0
    278                   RenderTextControl {INPUT} at (2,28) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    279                     RenderBlock {DIV} at (3,3) size 142x16
    280                       RenderBlock {DIV} at (0,0) size 10x13
    281                       RenderBlock {DIV} at (126,0) size 16x13
    282                   RenderText {#text} at (152,30) size 4x18
    283                     text run at (152,30) width 4: " "
    284                   RenderBR {BR} at (156,44) size 0x0
    285                   RenderTextControl {INPUT} at (2,54) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    286                     RenderBlock {DIV} at (3,1) size 142x19
    287                       RenderBlock {DIV} at (0,3) size 10x13
    288                       RenderBlock {DIV} at (110,3) size 16x13
    289                       RenderBlock {DIV} at (126,0) size 16x16
    290                 RenderBlock {DIV} at (1,79) size 156x78
    291                   RenderTextControl {INPUT} at (2,2) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    292                     RenderBlock {DIV} at (3,1) size 142x19
    293                       RenderBlock {DIV} at (0,3) size 10x13
    294                       RenderBlock {DIV} at (110,3) size 16x13
    295                       RenderBlock {DIV} at (126,0) size 16x16
    296                   RenderText {#text} at (152,5) size 4x18
    297                     text run at (152,5) width 4: " "
    298                   RenderBR {BR} at (156,19) size 0x0
    299                   RenderTextControl {INPUT} at (2,28) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    300                     RenderBlock {DIV} at (3,3) size 142x16
    301                       RenderBlock {DIV} at (0,0) size 10x13
    302                       RenderBlock {DIV} at (126,0) size 16x13
    303                   RenderText {#text} at (152,30) size 4x18
    304                     text run at (152,30) width 4: " "
    305                   RenderBR {BR} at (156,44) size 0x0
    306                   RenderTextControl {INPUT} at (2,54) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    307                     RenderBlock {DIV} at (3,1) size 142x19
    308                       RenderBlock {DIV} at (0,3) size 10x13
    309                       RenderBlock {DIV} at (110,3) size 16x13
    310                       RenderBlock {DIV} at (126,0) size 16x16
    311                 RenderBlock {DIV} at (1,157) size 156x78
    312                   RenderTextControl {INPUT} at (2,2) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    313                     RenderBlock {DIV} at (3,1) size 142x19
    314                       RenderBlock {DIV} at (0,3) size 10x13
    315                       RenderBlock {DIV} at (110,3) size 16x13
    316                       RenderBlock {DIV} at (126,0) size 16x16
    317                   RenderText {#text} at (152,5) size 4x18
    318                     text run at (152,5) width 4: " "
    319                   RenderBR {BR} at (156,19) size 0x0
    320                   RenderTextControl {INPUT} at (2,28) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    321                     RenderBlock {DIV} at (3,3) size 142x16
    322                       RenderBlock {DIV} at (0,0) size 10x13
    323                       RenderBlock {DIV} at (126,0) size 16x13
    324                   RenderText {#text} at (152,30) size 4x18
    325                     text run at (152,30) width 4: " "
    326                   RenderBR {BR} at (156,44) size 0x0
    327                   RenderTextControl {INPUT} at (2,54) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    328                     RenderBlock {DIV} at (3,1) size 142x19
    329                       RenderBlock {DIV} at (0,3) size 10x13
    330                       RenderBlock {DIV} at (110,3) size 16x13
    331                       RenderBlock {DIV} at (126,0) size 16x16
    332                 RenderBlock {DIV} at (1,235) size 156x78
    333                   RenderTextControl {INPUT} at (2,2) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    334                     RenderBlock {DIV} at (3,1) size 142x19
    335                       RenderBlock {DIV} at (0,3) size 10x13
    336                       RenderBlock {DIV} at (110,3) size 16x13
    337                       RenderBlock {DIV} at (126,0) size 16x16
    338                   RenderText {#text} at (152,5) size 4x18
    339                     text run at (152,5) width 4: " "
    340                   RenderBR {BR} at (156,19) size 0x0
    341                   RenderTextControl {INPUT} at (2,28) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    342                     RenderBlock {DIV} at (3,3) size 142x16
    343                       RenderBlock {DIV} at (0,0) size 10x13
    344                       RenderBlock {DIV} at (126,0) size 16x13
    345                   RenderText {#text} at (152,30) size 4x18
    346                     text run at (152,30) width 4: " "
    347                   RenderBR {BR} at (156,44) size 0x0
    348                   RenderTextControl {INPUT} at (2,54) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    349                     RenderBlock {DIV} at (3,1) size 142x19
    350                       RenderBlock {DIV} at (0,3) size 10x13
    351                       RenderBlock {DIV} at (110,3) size 16x13
    352                       RenderBlock {DIV} at (126,0) size 16x16
    353 layer at (22,90) size 64x11
    354   RenderBlock {DIV} at (8,2) size 64x11
    355 layer at (22,108) size 75x11 scrollWidth 173
     240                  RenderBR {BR} at (152,71) size 0x0
     241                  RenderTextControl {INPUT} at (2,80) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     242                    RenderBlock {DIV} at (3,1) size 142x19
     243                      RenderBlock {DIV} at (0,3) size 10x13
     244                      RenderBlock {DIV} at (110,3) size 16x13
     245                      RenderBlock {DIV} at (126,0) size 16x16
     246                  RenderBR {BR} at (152,97) size 0x0
     247                  RenderTextControl {INPUT} at (2,106) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     248                    RenderBlock {DIV} at (3,3) size 142x16
     249                      RenderBlock {DIV} at (0,0) size 10x13
     250                      RenderBlock {DIV} at (126,0) size 16x13
     251                  RenderBR {BR} at (152,122) size 0x0
     252                  RenderTextControl {INPUT} at (2,132) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     253                    RenderBlock {DIV} at (3,1) size 142x19
     254                      RenderBlock {DIV} at (0,3) size 10x13
     255                      RenderBlock {DIV} at (110,3) size 16x13
     256                      RenderBlock {DIV} at (126,0) size 16x16
     257                  RenderBR {BR} at (152,149) size 0x0
     258                  RenderTextControl {INPUT} at (2,158) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     259                    RenderBlock {DIV} at (3,1) size 142x19
     260                      RenderBlock {DIV} at (0,3) size 10x13
     261                      RenderBlock {DIV} at (110,3) size 16x13
     262                      RenderBlock {DIV} at (126,0) size 16x16
     263                  RenderBR {BR} at (152,175) size 0x0
     264                  RenderTextControl {INPUT} at (2,184) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     265                    RenderBlock {DIV} at (3,3) size 142x16
     266                      RenderBlock {DIV} at (0,0) size 10x13
     267                      RenderBlock {DIV} at (126,0) size 16x13
     268                  RenderBR {BR} at (152,200) size 0x0
     269                  RenderTextControl {INPUT} at (2,210) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     270                    RenderBlock {DIV} at (3,1) size 142x19
     271                      RenderBlock {DIV} at (0,3) size 10x13
     272                      RenderBlock {DIV} at (110,3) size 16x13
     273                      RenderBlock {DIV} at (126,0) size 16x16
     274                  RenderBR {BR} at (152,227) size 0x0
     275                  RenderTextControl {INPUT} at (2,236) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     276                    RenderBlock {DIV} at (3,1) size 142x19
     277                      RenderBlock {DIV} at (0,3) size 10x13
     278                      RenderBlock {DIV} at (110,3) size 16x13
     279                      RenderBlock {DIV} at (126,0) size 16x16
     280                  RenderBR {BR} at (152,253) size 0x0
     281                  RenderTextControl {INPUT} at (2,262) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     282                    RenderBlock {DIV} at (3,3) size 142x16
     283                      RenderBlock {DIV} at (0,0) size 10x13
     284                      RenderBlock {DIV} at (126,0) size 16x13
     285                  RenderBR {BR} at (152,278) size 0x0
     286                  RenderTextControl {INPUT} at (2,288) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     287                    RenderBlock {DIV} at (3,1) size 142x19
     288                      RenderBlock {DIV} at (0,3) size 10x13
     289                      RenderBlock {DIV} at (110,3) size 16x13
     290                      RenderBlock {DIV} at (126,0) size 16x16
     291                  RenderBR {BR} at (152,305) size 0x0
     292layer at (22,49) size 64x11
     293  RenderBlock {DIV} at (8,2) size 64x11
     294layer at (22,65) size 75x11 scrollWidth 173
    356295  RenderBlock {DIV} at (8,0) size 75x11
    357296    RenderText {#text} at (1,0) size 171x11
    358297      text run at (1,0) width 171: "012345678901234567890123456789"
    359 layer at (22,126) size 64x11 scrollWidth 173
    360   RenderBlock {DIV} at (8,2) size 64x11
    361     RenderText {#text} at (1,0) size 171x11
    362       text run at (1,0) width 171: "012345678901234567890123456789"
    363 layer at (22,144) size 64x11
    364   RenderBlock {DIV} at (8,2) size 64x11
    365 layer at (22,162) size 75x11 scrollWidth 173
     298layer at (22,83) size 64x11 scrollWidth 173
     299  RenderBlock {DIV} at (8,2) size 64x11
     300    RenderText {#text} at (1,0) size 171x11
     301      text run at (1,0) width 171: "012345678901234567890123456789"
     302layer at (22,100) size 64x11
     303  RenderBlock {DIV} at (8,2) size 64x11
     304layer at (22,116) size 75x11 scrollWidth 173
    366305  RenderBlock {DIV} at (8,0) size 75x11
    367306    RenderText {#text} at (1,0) size 171x11
    368307      text run at (1,0) width 171: "012345678901234567890123456789"
    369 layer at (22,180) size 64x11 scrollWidth 173
    370   RenderBlock {DIV} at (8,2) size 64x11
    371     RenderText {#text} at (1,0) size 171x11
    372       text run at (1,0) width 171: "012345678901234567890123456789"
    373 layer at (22,198) size 64x11
    374   RenderBlock {DIV} at (8,2) size 64x11
    375 layer at (22,216) size 75x11 scrollWidth 173
     308layer at (22,134) size 64x11 scrollWidth 173
     309  RenderBlock {DIV} at (8,2) size 64x11
     310    RenderText {#text} at (1,0) size 171x11
     311      text run at (1,0) width 171: "012345678901234567890123456789"
     312layer at (22,151) size 64x11
     313  RenderBlock {DIV} at (8,2) size 64x11
     314layer at (22,167) size 75x11 scrollWidth 173
    376315  RenderBlock {DIV} at (8,0) size 75x11
    377316    RenderText {#text} at (1,0) size 171x11
    378317      text run at (1,0) width 171: "012345678901234567890123456789"
    379 layer at (22,234) size 64x11 scrollWidth 173
    380   RenderBlock {DIV} at (8,2) size 64x11
    381     RenderText {#text} at (1,0) size 171x11
    382       text run at (1,0) width 171: "012345678901234567890123456789"
    383 layer at (24,253) size 84x13
    384   RenderBlock {DIV} at (8,3) size 84x13
    385 layer at (24,275) size 98x13 scrollWidth 211
     318layer at (22,185) size 64x11 scrollWidth 173
     319  RenderBlock {DIV} at (8,2) size 64x11
     320    RenderText {#text} at (1,0) size 171x11
     321      text run at (1,0) width 171: "012345678901234567890123456789"
     322layer at (24,204) size 84x13
     323  RenderBlock {DIV} at (8,3) size 84x13
     324layer at (24,226) size 98x13 scrollWidth 211
    386325  RenderBlock {DIV} at (8,0) size 98x13
    387326    RenderText {#text} at (1,0) size 209x13
    388327      text run at (1,0) width 209: "012345678901234567890123456789"
    389 layer at (24,299) size 84x13 scrollWidth 211
    390   RenderBlock {DIV} at (8,3) size 84x13
    391     RenderText {#text} at (1,0) size 209x13
    392       text run at (1,0) width 209: "012345678901234567890123456789"
    393 layer at (24,322) size 84x13
    394   RenderBlock {DIV} at (8,3) size 84x13
    395 layer at (24,344) size 98x13 scrollWidth 211
     328layer at (24,250) size 84x13 scrollWidth 211
     329  RenderBlock {DIV} at (8,3) size 84x13
     330    RenderText {#text} at (1,0) size 209x13
     331      text run at (1,0) width 209: "012345678901234567890123456789"
     332layer at (24,273) size 84x13
     333  RenderBlock {DIV} at (8,3) size 84x13
     334layer at (24,295) size 98x13 scrollWidth 211
    396335  RenderBlock {DIV} at (8,0) size 98x13
    397336    RenderText {#text} at (1,0) size 209x13
    398337      text run at (1,0) width 209: "012345678901234567890123456789"
    399 layer at (24,368) size 84x13 scrollWidth 211
    400   RenderBlock {DIV} at (8,3) size 84x13
    401     RenderText {#text} at (1,0) size 209x13
    402       text run at (1,0) width 209: "012345678901234567890123456789"
    403 layer at (24,391) size 84x13
    404   RenderBlock {DIV} at (8,3) size 84x13
    405 layer at (24,413) size 98x13 scrollWidth 211
     338layer at (24,319) size 84x13 scrollWidth 211
     339  RenderBlock {DIV} at (8,3) size 84x13
     340    RenderText {#text} at (1,0) size 209x13
     341      text run at (1,0) width 209: "012345678901234567890123456789"
     342layer at (24,342) size 84x13
     343  RenderBlock {DIV} at (8,3) size 84x13
     344layer at (24,364) size 98x13 scrollWidth 211
    406345  RenderBlock {DIV} at (8,0) size 98x13
    407346    RenderText {#text} at (1,0) size 209x13
    408347      text run at (1,0) width 209: "012345678901234567890123456789"
    409 layer at (24,437) size 84x13 scrollWidth 211
    410   RenderBlock {DIV} at (8,3) size 84x13
    411     RenderText {#text} at (1,0) size 209x13
    412       text run at (1,0) width 209: "012345678901234567890123456789"
    413 layer at (161,51) size 84x13
    414   RenderBlock {DIV} at (8,3) size 84x13
    415 layer at (161,73) size 98x13 scrollWidth 211
     348layer at (24,388) size 84x13 scrollWidth 211
     349  RenderBlock {DIV} at (8,3) size 84x13
     350    RenderText {#text} at (1,0) size 209x13
     351      text run at (1,0) width 209: "012345678901234567890123456789"
     352layer at (24,411) size 84x13
     353  RenderBlock {DIV} at (8,3) size 84x13
     354layer at (24,433) size 98x13 scrollWidth 211
    416355  RenderBlock {DIV} at (8,0) size 98x13
    417356    RenderText {#text} at (1,0) size 209x13
    418357      text run at (1,0) width 209: "012345678901234567890123456789"
    419 layer at (161,97) size 84x13 scrollWidth 211
    420   RenderBlock {DIV} at (8,3) size 84x13
    421     RenderText {#text} at (1,0) size 209x13
    422       text run at (1,0) width 209: "012345678901234567890123456789"
    423 layer at (161,120) size 84x13
    424   RenderBlock {DIV} at (8,3) size 84x13
    425 layer at (161,142) size 98x13 scrollWidth 211
     358layer at (24,457) size 84x13 scrollWidth 211
     359  RenderBlock {DIV} at (8,3) size 84x13
     360    RenderText {#text} at (1,0) size 209x13
     361      text run at (1,0) width 209: "012345678901234567890123456789"
     362layer at (157,75) size 84x13
     363  RenderBlock {DIV} at (8,3) size 84x13
     364layer at (157,97) size 98x13 scrollWidth 211
    426365  RenderBlock {DIV} at (8,0) size 98x13
    427366    RenderText {#text} at (1,0) size 209x13
    428367      text run at (1,0) width 209: "012345678901234567890123456789"
    429 layer at (161,166) size 84x13 scrollWidth 211
    430   RenderBlock {DIV} at (8,3) size 84x13
    431     RenderText {#text} at (1,0) size 209x13
    432       text run at (1,0) width 209: "012345678901234567890123456789"
    433 layer at (163,189) size 100x16
    434   RenderBlock {DIV} at (10,3) size 100x16
    435 layer at (163,214) size 116x16 scrollWidth 249
    436   RenderBlock {DIV} at (10,0) size 116x16
    437     RenderText {#text} at (1,0) size 247x16
    438       text run at (1,0) width 247: "012345678901234567890123456789"
    439 layer at (163,241) size 100x16 scrollWidth 249
    440   RenderBlock {DIV} at (10,3) size 100x16
    441     RenderText {#text} at (1,0) size 247x16
    442       text run at (1,0) width 247: "012345678901234567890123456789"
    443 layer at (163,267) size 100x16
    444   RenderBlock {DIV} at (10,3) size 100x16
    445 layer at (163,292) size 116x16 scrollWidth 249
    446   RenderBlock {DIV} at (10,0) size 116x16
    447     RenderText {#text} at (1,0) size 247x16
    448       text run at (1,0) width 247: "012345678901234567890123456789"
    449 layer at (163,319) size 100x16 scrollWidth 249
    450   RenderBlock {DIV} at (10,3) size 100x16
    451     RenderText {#text} at (1,0) size 247x16
    452       text run at (1,0) width 247: "012345678901234567890123456789"
    453 layer at (163,345) size 100x16
    454   RenderBlock {DIV} at (10,3) size 100x16
    455 layer at (163,370) size 116x16 scrollWidth 249
    456   RenderBlock {DIV} at (10,0) size 116x16
    457     RenderText {#text} at (1,0) size 247x16
    458       text run at (1,0) width 247: "012345678901234567890123456789"
    459 layer at (163,397) size 100x16 scrollWidth 249
    460   RenderBlock {DIV} at (10,3) size 100x16
    461     RenderText {#text} at (1,0) size 247x16
    462       text run at (1,0) width 247: "012345678901234567890123456789"
    463 layer at (163,423) size 100x16
    464   RenderBlock {DIV} at (10,3) size 100x16
    465 layer at (163,448) size 116x16 scrollWidth 249
    466   RenderBlock {DIV} at (10,0) size 116x16
    467     RenderText {#text} at (1,0) size 247x16
    468       text run at (1,0) width 247: "012345678901234567890123456789"
    469 layer at (163,475) size 100x16 scrollWidth 249
    470   RenderBlock {DIV} at (10,3) size 100x16
    471     RenderText {#text} at (1,0) size 247x16
    472       text run at (1,0) width 247: "012345678901234567890123456789"
    473 layer at (323,120) size 100x16
    474   RenderBlock {DIV} at (10,3) size 100x16
    475 layer at (323,145) size 116x16 scrollWidth 249
    476   RenderBlock {DIV} at (10,0) size 116x16
    477     RenderText {#text} at (1,0) size 247x16
    478       text run at (1,0) width 247: "012345678901234567890123456789"
    479 layer at (323,172) size 100x16 scrollWidth 249
    480   RenderBlock {DIV} at (10,3) size 100x16
    481     RenderText {#text} at (1,0) size 247x16
    482       text run at (1,0) width 247: "012345678901234567890123456789"
    483 layer at (323,198) size 100x16
    484   RenderBlock {DIV} at (10,3) size 100x16
    485 layer at (323,223) size 116x16 scrollWidth 249
    486   RenderBlock {DIV} at (10,0) size 116x16
    487     RenderText {#text} at (1,0) size 247x16
    488       text run at (1,0) width 247: "012345678901234567890123456789"
    489 layer at (323,250) size 100x16 scrollWidth 249
    490   RenderBlock {DIV} at (10,3) size 100x16
    491     RenderText {#text} at (1,0) size 247x16
    492       text run at (1,0) width 247: "012345678901234567890123456789"
    493 layer at (323,276) size 100x16
    494   RenderBlock {DIV} at (10,3) size 100x16
    495 layer at (323,301) size 116x16 scrollWidth 249
    496   RenderBlock {DIV} at (10,0) size 116x16
    497     RenderText {#text} at (1,0) size 247x16
    498       text run at (1,0) width 247: "012345678901234567890123456789"
    499 layer at (323,328) size 100x16 scrollWidth 249
    500   RenderBlock {DIV} at (10,3) size 100x16
    501     RenderText {#text} at (1,0) size 247x16
    502       text run at (1,0) width 247: "012345678901234567890123456789"
    503 layer at (323,354) size 100x16
    504   RenderBlock {DIV} at (10,3) size 100x16
    505 layer at (323,379) size 116x16 scrollWidth 249
    506   RenderBlock {DIV} at (10,0) size 116x16
    507     RenderText {#text} at (1,0) size 247x16
    508       text run at (1,0) width 247: "012345678901234567890123456789"
    509 layer at (323,406) size 100x16 scrollWidth 249
    510   RenderBlock {DIV} at (10,3) size 100x16
    511     RenderText {#text} at (1,0) size 247x16
    512       text run at (1,0) width 247: "012345678901234567890123456789"
     368layer at (157,121) size 84x13 scrollWidth 211
     369  RenderBlock {DIV} at (8,3) size 84x13
     370    RenderText {#text} at (1,0) size 209x13
     371      text run at (1,0) width 209: "012345678901234567890123456789"
     372layer at (159,144) size 100x16
     373  RenderBlock {DIV} at (10,3) size 100x16
     374layer at (159,169) size 116x16 scrollWidth 249
     375  RenderBlock {DIV} at (10,0) size 116x16
     376    RenderText {#text} at (1,0) size 247x16
     377      text run at (1,0) width 247: "012345678901234567890123456789"
     378layer at (159,196) size 100x16 scrollWidth 249
     379  RenderBlock {DIV} at (10,3) size 100x16
     380    RenderText {#text} at (1,0) size 247x16
     381      text run at (1,0) width 247: "012345678901234567890123456789"
     382layer at (159,222) size 100x16
     383  RenderBlock {DIV} at (10,3) size 100x16
     384layer at (159,247) size 116x16 scrollWidth 249
     385  RenderBlock {DIV} at (10,0) size 116x16
     386    RenderText {#text} at (1,0) size 247x16
     387      text run at (1,0) width 247: "012345678901234567890123456789"
     388layer at (159,274) size 100x16 scrollWidth 249
     389  RenderBlock {DIV} at (10,3) size 100x16
     390    RenderText {#text} at (1,0) size 247x16
     391      text run at (1,0) width 247: "012345678901234567890123456789"
     392layer at (159,300) size 100x16
     393  RenderBlock {DIV} at (10,3) size 100x16
     394layer at (159,325) size 116x16 scrollWidth 249
     395  RenderBlock {DIV} at (10,0) size 116x16
     396    RenderText {#text} at (1,0) size 247x16
     397      text run at (1,0) width 247: "012345678901234567890123456789"
     398layer at (159,352) size 100x16 scrollWidth 249
     399  RenderBlock {DIV} at (10,3) size 100x16
     400    RenderText {#text} at (1,0) size 247x16
     401      text run at (1,0) width 247: "012345678901234567890123456789"
     402layer at (159,378) size 100x16
     403  RenderBlock {DIV} at (10,3) size 100x16
     404layer at (159,403) size 116x16 scrollWidth 249
     405  RenderBlock {DIV} at (10,0) size 116x16
     406    RenderText {#text} at (1,0) size 247x16
     407      text run at (1,0) width 247: "012345678901234567890123456789"
     408layer at (159,430) size 100x16 scrollWidth 249
     409  RenderBlock {DIV} at (10,3) size 100x16
     410    RenderText {#text} at (1,0) size 247x16
     411      text run at (1,0) width 247: "012345678901234567890123456789"
     412layer at (315,109) size 100x16
     413  RenderBlock {DIV} at (10,3) size 100x16
     414layer at (315,134) size 116x16 scrollWidth 249
     415  RenderBlock {DIV} at (10,0) size 116x16
     416    RenderText {#text} at (1,0) size 247x16
     417      text run at (1,0) width 247: "012345678901234567890123456789"
     418layer at (315,161) size 100x16 scrollWidth 249
     419  RenderBlock {DIV} at (10,3) size 100x16
     420    RenderText {#text} at (1,0) size 247x16
     421      text run at (1,0) width 247: "012345678901234567890123456789"
     422layer at (315,187) size 100x16
     423  RenderBlock {DIV} at (10,3) size 100x16
     424layer at (315,212) size 116x16 scrollWidth 249
     425  RenderBlock {DIV} at (10,0) size 116x16
     426    RenderText {#text} at (1,0) size 247x16
     427      text run at (1,0) width 247: "012345678901234567890123456789"
     428layer at (315,239) size 100x16 scrollWidth 249
     429  RenderBlock {DIV} at (10,3) size 100x16
     430    RenderText {#text} at (1,0) size 247x16
     431      text run at (1,0) width 247: "012345678901234567890123456789"
     432layer at (315,265) size 100x16
     433  RenderBlock {DIV} at (10,3) size 100x16
     434layer at (315,290) size 116x16 scrollWidth 249
     435  RenderBlock {DIV} at (10,0) size 116x16
     436    RenderText {#text} at (1,0) size 247x16
     437      text run at (1,0) width 247: "012345678901234567890123456789"
     438layer at (315,317) size 100x16 scrollWidth 249
     439  RenderBlock {DIV} at (10,3) size 100x16
     440    RenderText {#text} at (1,0) size 247x16
     441      text run at (1,0) width 247: "012345678901234567890123456789"
     442layer at (315,343) size 100x16
     443  RenderBlock {DIV} at (10,3) size 100x16
     444layer at (315,368) size 116x16 scrollWidth 249
     445  RenderBlock {DIV} at (10,0) size 116x16
     446    RenderText {#text} at (1,0) size 247x16
     447      text run at (1,0) width 247: "012345678901234567890123456789"
     448layer at (315,395) size 100x16 scrollWidth 249
     449  RenderBlock {DIV} at (10,3) size 100x16
     450    RenderText {#text} at (1,0) size 247x16
     451      text run at (1,0) width 247: "012345678901234567890123456789"
  • trunk/LayoutTests/platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.txt

    • Property svn:eol-style set to LF
    r64745 r64746  
    88          text run at (0,0) width 258: "Test appearances of input-speech-button."
    99      RenderBlock {DIV} at (0,34) size 784x0
    10       RenderBlock {DIV} at (0,34) size 784x539
    11         RenderTable {TABLE} at (0,0) size 439x539
    12           RenderTableSection {TBODY} at (0,0) size 439x539
    13             RenderTableRow {TR} at (0,2) size 439x535
    14               RenderTableCell {TD} at (2,85) size 180x369 [r=0 c=0 rs=1 cs=1]
    15                 RenderBlock {DIV} at (1,1) size 178x35
    16                   RenderTextControl {INPUT} at (0,3) size 100x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    17                   RenderText {#text} at (100,0) size 4x18
    18                     text run at (100,0) width 4: " "
    19                   RenderBR {BR} at (104,14) size 0x0
    20                   RenderTextControl {INPUT} at (0,19) size 100x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     10      RenderBlock {DIV} at (0,34) size 784x311
     11        RenderTable {TABLE} at (0,0) size 616x311
     12          RenderTableSection {TBODY} at (0,0) size 616x311
     13            RenderTableRow {TR} at (0,2) size 616x307
     14              RenderTableCell {TD} at (2,2) size 156x307 [r=0 c=0 rs=1 cs=1]
     15                RenderBlock {DIV} at (1,1) size 154x305
     16                  RenderTextControl {INPUT} at (0,0) size 100x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     17                  RenderBR {BR} at (100,11) size 0x0
     18                  RenderTextControl {INPUT} at (0,16) size 100x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    2119                    RenderBlock {DIV} at (3,2) size 94x12
    2220                      RenderBlock {DIV} at (84,0) size 10x10
    23                 RenderBlock {DIV} at (1,36) size 178x36
    24                   RenderTextControl {INPUT} at (0,2) size 102x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    25                   RenderText {#text} at (102,0) size 4x18
    26                     text run at (102,0) width 4: " "
    27                   RenderBR {BR} at (106,14) size 0x0
    28                   RenderTextControl {INPUT} at (0,19) size 102x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     21                  RenderBR {BR} at (100,28) size 0x0
     22                  RenderTextControl {INPUT} at (0,32) size 102x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     23                  RenderBR {BR} at (102,44) size 0x0
     24                  RenderTextControl {INPUT} at (0,49) size 102x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    2925                    RenderBlock {DIV} at (3,2) size 96x13
    3026                      RenderBlock {DIV} at (85,0) size 11x11
    31                 RenderBlock {DIV} at (1,72) size 178x37
    32                   RenderTextControl {INPUT} at (0,1) size 104x18 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    33                   RenderText {#text} at (104,0) size 4x18
    34                     text run at (104,0) width 4: " "
    35                   RenderBR {BR} at (108,14) size 0x0
    36                   RenderTextControl {INPUT} at (0,19) size 104x18 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     27                  RenderBR {BR} at (102,62) size 0x0
     28                  RenderTextControl {INPUT} at (0,66) size 104x18 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     29                  RenderBR {BR} at (104,79) size 0x0
     30                  RenderTextControl {INPUT} at (0,84) size 104x18 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    3731                    RenderBlock {DIV} at (3,2) size 98x14
    3832                      RenderBlock {DIV} at (86,0) size 12x12
    39                 RenderBlock {DIV} at (1,109) size 178x47
    40                   RenderTextControl {INPUT} at (2,2) size 125x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    41                   RenderText {#text} at (129,2) size 4x18
    42                     text run at (129,2) width 4: " "
    43                   RenderBR {BR} at (133,16) size 0x0
    44                   RenderTextControl {INPUT} at (2,25) size 125x20 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     33                  RenderBR {BR} at (104,98) size 0x0
     34                  RenderTextControl {INPUT} at (2,104) size 125x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     35                  RenderBR {BR} at (129,118) size 0x0
     36                  RenderTextControl {INPUT} at (2,127) size 125x20 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    4537                    RenderBlock {DIV} at (3,2) size 119x16
    4638                      RenderBlock {DIV} at (105,0) size 14x14
    47                 RenderBlock {DIV} at (1,156) size 178x50
    48                   RenderTextControl {INPUT} at (2,2) size 127x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    49                   RenderText {#text} at (131,3) size 4x18
    50                     text run at (131,3) width 4: " "
    51                   RenderBR {BR} at (135,17) size 0x0
    52                   RenderTextControl {INPUT} at (2,27) size 127x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     39                  RenderBR {BR} at (129,143) size 0x0
     40                  RenderTextControl {INPUT} at (2,151) size 127x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     41                  RenderBR {BR} at (131,166) size 0x0
     42                  RenderTextControl {INPUT} at (2,176) size 127x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    5343                    RenderBlock {DIV} at (3,1) size 121x18
    5444                      RenderBlock {DIV} at (106,0) size 15x15
    55                 RenderBlock {DIV} at (1,206) size 178x52
    56                   RenderTextControl {INPUT} at (2,2) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    57                   RenderText {#text} at (152,4) size 4x18
    58                     text run at (152,4) width 4: " "
    59                   RenderBR {BR} at (156,18) size 0x0
    60                   RenderTextControl {INPUT} at (2,28) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     45                  RenderBR {BR} at (131,192) size 0x0
     46                  RenderTextControl {INPUT} at (2,201) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     47                  RenderBR {BR} at (152,217) size 0x0
     48                  RenderTextControl {INPUT} at (2,227) size 148x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    6149                    RenderBlock {DIV} at (3,1) size 142x19
    6250                      RenderBlock {DIV} at (126,0) size 16x16
    63                 RenderBlock {DIV} at (1,258) size 178x54
    64                   RenderTextControl {INPUT} at (2,2) size 150x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    65                   RenderText {#text} at (154,5) size 4x18
    66                     text run at (154,5) width 4: " "
    67                   RenderBR {BR} at (158,19) size 0x0
    68                   RenderTextControl {INPUT} at (2,29) size 150x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     51                  RenderBR {BR} at (152,244) size 0x0
     52                  RenderTextControl {INPUT} at (2,253) size 150x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     53                  RenderBR {BR} at (154,270) size 0x0
     54                  RenderTextControl {INPUT} at (2,280) size 150x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    6955                    RenderBlock {DIV} at (3,1) size 144x20
    7056                      RenderBlock {DIV} at (127,0) size 17x17
    71                 RenderBlock {DIV} at (1,312) size 178x56
     57                  RenderBR {BR} at (154,298) size 0x0
     58              RenderTableCell {TD} at (160,3) size 203x305 [r=0 c=1 rs=1 cs=1]
     59                RenderBlock {DIV} at (1,1) size 201x303
    7260                  RenderTextControl {INPUT} at (2,2) size 170x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    73                   RenderText {#text} at (174,6) size 4x18
    74                     text run at (174,6) width 4: " "
    75                   RenderBR {BR} at (178,20) size 0x0
     61                  RenderBR {BR} at (174,20) size 0x0
    7662                  RenderTextControl {INPUT} at (2,30) size 170x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    7763                    RenderBlock {DIV} at (3,1) size 164x21
    7864                      RenderBlock {DIV} at (146,0) size 18x18
    79               RenderTableCell {TD} at (184,2) size 253x535 [r=0 c=1 rs=1 cs=1]
    80                 RenderBlock {DIV} at (1,1) size 251x58
    81                   RenderTextControl {INPUT} at (2,2) size 172x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    82                   RenderText {#text} at (176,6) size 4x18
    83                     text run at (176,6) width 4: " "
    84                   RenderBR {BR} at (180,20) size 0x0
    85                   RenderTextControl {INPUT} at (2,30) size 172x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     65                  RenderBR {BR} at (174,49) size 0x0
     66                  RenderTextControl {INPUT} at (2,58) size 172x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     67                  RenderBR {BR} at (176,76) size 0x0
     68                  RenderTextControl {INPUT} at (2,86) size 172x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    8669                    RenderBlock {DIV} at (3,1) size 166x23
    8770                      RenderBlock {DIV} at (146,0) size 20x20
    88                 RenderBlock {DIV} at (1,59) size 251x61
    89                   RenderTextControl {INPUT} at (2,2) size 174x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    90                   RenderText {#text} at (178,7) size 4x18
    91                     text run at (178,7) width 4: " "
    92                   RenderBR {BR} at (182,21) size 0x0
    93                   RenderTextControl {INPUT} at (2,32) size 174x27 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     71                  RenderBR {BR} at (176,107) size 0x0
     72                  RenderTextControl {INPUT} at (2,116) size 174x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     73                  RenderBR {BR} at (178,135) size 0x0
     74                  RenderTextControl {INPUT} at (2,146) size 174x27 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    9475                    RenderBlock {DIV} at (3,1) size 168x25
    9576                      RenderBlock {DIV} at (147,0) size 21x21
    96                 RenderBlock {DIV} at (1,120) size 251x63
    97                   RenderTextControl {INPUT} at (2,2) size 195x27 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    98                   RenderText {#text} at (199,8) size 4x18
    99                     text run at (199,8) width 4: " "
    100                   RenderBR {BR} at (203,22) size 0x0
    101                   RenderTextControl {INPUT} at (2,33) size 195x28 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     77                  RenderBR {BR} at (178,168) size 0x0
     78                  RenderTextControl {INPUT} at (2,177) size 195x27 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     79                  RenderBR {BR} at (199,197) size 0x0
     80                  RenderTextControl {INPUT} at (2,208) size 195x28 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    10281                    RenderBlock {DIV} at (3,1) size 189x26
    10382                      RenderBlock {DIV} at (167,0) size 22x22
    104                 RenderBlock {DIV} at (1,183) size 251x65
    105                   RenderTextControl {INPUT} at (2,2) size 197x28 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    106                   RenderText {#text} at (201,9) size 4x18
    107                     text run at (201,9) width 4: " "
    108                   RenderBR {BR} at (205,23) size 0x0
    109                   RenderTextControl {INPUT} at (2,34) size 197x29 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     83                  RenderBR {BR} at (199,231) size 0x0
     84                  RenderTextControl {INPUT} at (2,240) size 197x28 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     85                  RenderBR {BR} at (201,261) size 0x0
     86                  RenderTextControl {INPUT} at (2,272) size 197x29 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    11087                    RenderBlock {DIV} at (3,1) size 191x27
    11188                      RenderBlock {DIV} at (168,0) size 23x23
    112                 RenderBlock {DIV} at (1,248) size 251x68
     89                  RenderBR {BR} at (201,296) size 0x0
     90              RenderTableCell {TD} at (365,11) size 249x288 [r=0 c=2 rs=1 cs=1]
     91                RenderBlock {DIV} at (1,1) size 247x286
    11392                  RenderTextControl {INPUT} at (2,2) size 218x29 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    114                   RenderText {#text} at (222,10) size 4x18
    115                     text run at (222,10) width 4: " "
    116                   RenderBR {BR} at (226,24) size 0x0
     93                  RenderBR {BR} at (222,24) size 0x0
    11794                  RenderTextControl {INPUT} at (2,35) size 218x31 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    11895                    RenderBlock {DIV} at (3,1) size 212x29
    11996                      RenderBlock {DIV} at (187,0) size 25x25
    120                 RenderBlock {DIV} at (1,316) size 251x70
    121                   RenderTextControl {INPUT} at (2,2) size 220x30 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    122                   RenderText {#text} at (224,11) size 4x18
    123                     text run at (224,11) width 4: " "
    124                   RenderBR {BR} at (228,25) size 0x0
    125                   RenderTextControl {INPUT} at (2,36) size 220x32 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     97                  RenderBR {BR} at (222,61) size 0x0
     98                  RenderTextControl {INPUT} at (2,70) size 220x30 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     99                  RenderBR {BR} at (224,93) size 0x0
     100                  RenderTextControl {INPUT} at (2,104) size 220x32 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    126101                    RenderBlock {DIV} at (3,1) size 214x30
    127102                      RenderBlock {DIV} at (188,0) size 26x26
    128                 RenderBlock {DIV} at (1,386) size 251x73
    129                   RenderTextControl {INPUT} at (2,2) size 241x32 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    130                   RenderText {#text} at (245,12) size 4x18
    131                     text run at (245,12) width 4: " "
    132                   RenderBR {BR} at (249,26) size 0x0
    133                   RenderTextControl {INPUT} at (2,38) size 241x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     103                  RenderBR {BR} at (224,131) size 0x0
     104                  RenderTextControl {INPUT} at (2,140) size 241x32 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     105                  RenderBR {BR} at (245,164) size 0x0
     106                  RenderTextControl {INPUT} at (2,176) size 241x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    134107                    RenderBlock {DIV} at (3,0) size 235x32
    135108                      RenderBlock {DIV} at (208,0) size 27x27
    136                 RenderBlock {DIV} at (1,459) size 251x75
    137                   RenderTextControl {INPUT} at (2,2) size 243x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    138                   RenderText {#text} at (247,13) size 4x18
    139                     text run at (247,13) width 4: " "
    140                   RenderBR {BR} at (251,27) size 0x0
    141                   RenderTextControl {INPUT} at (2,39) size 243x34 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     109                  RenderBR {BR} at (245,203) size 0x0
     110                  RenderTextControl {INPUT} at (2,213) size 243x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     111                  RenderBR {BR} at (247,238) size 0x0
     112                  RenderTextControl {INPUT} at (2,250) size 243x34 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    142113                    RenderBlock {DIV} at (3,0) size 237x33
    143114                      RenderBlock {DIV} at (209,0) size 28x28
    144 layer at (14,134) size 94x10 scrollWidth 177
     115                  RenderBR {BR} at (247,278) size 0x0
     116layer at (14,48) size 94x10 scrollWidth 177
    145117  RenderBlock {DIV} at (3,3) size 94x10
    146118    RenderText {#text} at (1,0) size 175x10
    147119      text run at (1,0) width 175: "A quick brown fox jumps over the lazy dog"
    148 layer at (14,151) size 84x10 scrollWidth 177
     120layer at (14,65) size 84x10 scrollWidth 177
    149121  RenderBlock {DIV} at (0,2) size 84x10
    150122    RenderText {#text} at (1,0) size 175x10
    151123      text run at (1,0) width 175: "A quick brown fox jumps over the lazy dog"
    152 layer at (14,168) size 96x11 scrollWidth 195
     124layer at (14,80) size 96x11 scrollWidth 195
    153125  RenderBlock {DIV} at (3,3) size 96x11
    154126    RenderText {#text} at (1,0) size 193x11
    155127      text run at (1,0) width 193: "A quick brown fox jumps over the lazy dog"
    156 layer at (14,186) size 85x11 scrollWidth 195
     128layer at (14,98) size 85x11 scrollWidth 195
    157129  RenderBlock {DIV} at (0,2) size 85x11
    158130    RenderText {#text} at (1,0) size 193x11
    159131      text run at (1,0) width 193: "A quick brown fox jumps over the lazy dog"
    160 layer at (14,203) size 98x12 scrollWidth 213
     132layer at (14,114) size 98x12 scrollWidth 213
    161133  RenderBlock {DIV} at (3,3) size 98x12
    162134    RenderText {#text} at (1,0) size 211x12
    163135      text run at (1,0) width 211: "A quick brown fox jumps over the lazy dog"
    164 layer at (14,222) size 86x12 scrollWidth 213
     136layer at (14,133) size 86x12 scrollWidth 213
    165137  RenderBlock {DIV} at (0,2) size 86x12
    166138    RenderText {#text} at (1,0) size 211x12
    167139      text run at (1,0) width 211: "A quick brown fox jumps over the lazy dog"
    168 layer at (16,241) size 119x13 scrollWidth 233
     140layer at (16,152) size 119x13 scrollWidth 233
    169141  RenderBlock {DIV} at (3,3) size 119x13
    170142    RenderText {#text} at (1,0) size 231x13
    171143      text run at (1,0) width 231: "A quick brown fox jumps over the lazy dog"
    172 layer at (16,266) size 105x13 scrollWidth 233
     144layer at (16,177) size 105x13 scrollWidth 233
    173145  RenderBlock {DIV} at (0,3) size 105x13
    174146    RenderText {#text} at (1,0) size 231x13
    175147      text run at (1,0) width 231: "A quick brown fox jumps over the lazy dog"
    176 layer at (16,288) size 121x15 scrollWidth 260
     148layer at (16,199) size 121x15 scrollWidth 260
    177149  RenderBlock {DIV} at (3,3) size 121x15
    178150    RenderText {#text} at (1,0) size 258x15
    179151      text run at (1,0) width 258: "A quick brown fox jumps over the lazy dog"
    180 layer at (16,314) size 106x15 scrollWidth 260
     152layer at (16,225) size 106x15 scrollWidth 260
    181153  RenderBlock {DIV} at (0,3) size 106x15
    182154    RenderText {#text} at (1,0) size 258x15
    183155      text run at (1,0) width 258: "A quick brown fox jumps over the lazy dog"
    184 layer at (16,338) size 142x16 scrollWidth 278
     156layer at (16,249) size 142x16 scrollWidth 278
    185157  RenderBlock {DIV} at (3,3) size 142x16
    186158    RenderText {#text} at (1,0) size 276x16
    187159      text run at (1,0) width 276: "A quick brown fox jumps over the lazy dog"
    188 layer at (16,365) size 126x16 scrollWidth 278
     160layer at (16,276) size 126x16 scrollWidth 278
    189161  RenderBlock {DIV} at (0,3) size 126x16
    190162    RenderText {#text} at (1,0) size 276x16
    191163      text run at (1,0) width 276: "A quick brown fox jumps over the lazy dog"
    192 layer at (16,390) size 144x17 scrollWidth 296
     164layer at (16,301) size 144x17 scrollWidth 296
    193165  RenderBlock {DIV} at (3,3) size 144x17
    194166    RenderText {#text} at (1,0) size 294x17
    195167      text run at (1,0) width 294: "A quick brown fox jumps over the lazy dog"
    196 layer at (16,418) size 127x17 scrollWidth 296
     168layer at (16,329) size 127x17 scrollWidth 296
    197169  RenderBlock {DIV} at (0,3) size 127x17
    198170    RenderText {#text} at (1,0) size 294x17
    199171      text run at (1,0) width 294: "A quick brown fox jumps over the lazy dog"
    200 layer at (16,444) size 164x18 scrollWidth 323
     172layer at (174,51) size 164x18 scrollWidth 323
    201173  RenderBlock {DIV} at (3,3) size 164x18
    202174    RenderText {#text} at (1,0) size 321x18
    203175      text run at (1,0) width 321: "A quick brown fox jumps over the lazy dog"
    204 layer at (16,473) size 146x18 scrollWidth 323
     176layer at (174,80) size 146x18 scrollWidth 323
    205177  RenderBlock {DIV} at (0,3) size 146x18
    206178    RenderText {#text} at (1,0) size 321x18
    207179      text run at (1,0) width 321: "A quick brown fox jumps over the lazy dog"
    208 layer at (198,50) size 166x18 scrollWidth 340
     180layer at (174,107) size 166x18 scrollWidth 340
    209181  RenderBlock {DIV} at (3,3) size 166x18
    210182    RenderText {#text} at (1,0) size 338x18
    211183      text run at (1,0) width 338: "A quick brown fox jumps over the lazy dog"
    212 layer at (198,81) size 146x18 scrollWidth 340
     184layer at (174,138) size 146x18 scrollWidth 340
    213185  RenderBlock {DIV} at (0,5) size 146x18
    214186    RenderText {#text} at (1,0) size 338x18
    215187      text run at (1,0) width 338: "A quick brown fox jumps over the lazy dog"
    216 layer at (198,108) size 168x20 scrollWidth 358
     188layer at (174,165) size 168x20 scrollWidth 358
    217189  RenderBlock {DIV} at (3,3) size 168x20
    218190    RenderText {#text} at (1,0) size 356x20
    219191      text run at (1,0) width 356: "A quick brown fox jumps over the lazy dog"
    220 layer at (198,141) size 147x20 scrollWidth 358
     192layer at (174,198) size 147x20 scrollWidth 358
    221193  RenderBlock {DIV} at (0,5) size 147x20
    222194    RenderText {#text} at (1,0) size 356x20
    223195      text run at (1,0) width 356: "A quick brown fox jumps over the lazy dog"
    224 layer at (198,169) size 189x21 scrollWidth 384
     196layer at (174,226) size 189x21 scrollWidth 384
    225197  RenderBlock {DIV} at (3,3) size 189x21
    226198    RenderText {#text} at (1,0) size 382x21
    227199      text run at (1,0) width 382: "A quick brown fox jumps over the lazy dog"
    228 layer at (198,203) size 167x21 scrollWidth 384
     200layer at (174,260) size 167x21 scrollWidth 384
    229201  RenderBlock {DIV} at (0,5) size 167x21
    230202    RenderText {#text} at (1,0) size 382x21
    231203      text run at (1,0) width 382: "A quick brown fox jumps over the lazy dog"
    232 layer at (198,232) size 191x22 scrollWidth 404
     204layer at (174,289) size 191x22 scrollWidth 404
    233205  RenderBlock {DIV} at (3,3) size 191x22
    234206    RenderText {#text} at (1,0) size 402x22
    235207      text run at (1,0) width 402: "A quick brown fox jumps over the lazy dog"
    236 layer at (198,267) size 168x22 scrollWidth 404
     208layer at (174,324) size 168x22 scrollWidth 404
    237209  RenderBlock {DIV} at (0,5) size 168x22
    238210    RenderText {#text} at (1,0) size 402x22
    239211      text run at (1,0) width 402: "A quick brown fox jumps over the lazy dog"
    240 layer at (198,297) size 212x23 scrollWidth 421
     212layer at (379,59) size 212x23 scrollWidth 421
    241213  RenderBlock {DIV} at (3,3) size 212x23
    242214    RenderText {#text} at (1,0) size 419x23
    243215      text run at (1,0) width 419: "A quick brown fox jumps over the lazy dog"
    244 layer at (198,334) size 187x23 scrollWidth 421
     216layer at (379,96) size 187x23 scrollWidth 421
    245217  RenderBlock {DIV} at (0,6) size 187x23
    246218    RenderText {#text} at (1,0) size 419x23
    247219      text run at (1,0) width 419: "A quick brown fox jumps over the lazy dog"
    248 layer at (198,365) size 214x24 scrollWidth 449
     220layer at (379,127) size 214x24 scrollWidth 449
    249221  RenderBlock {DIV} at (3,3) size 214x24
    250222    RenderText {#text} at (1,0) size 447x24
    251223      text run at (1,0) width 447: "A quick brown fox jumps over the lazy dog"
    252 layer at (198,403) size 188x24 scrollWidth 449
     224layer at (379,165) size 188x24 scrollWidth 449
    253225  RenderBlock {DIV} at (0,6) size 188x24
    254226    RenderText {#text} at (1,0) size 447x24
    255227      text run at (1,0) width 447: "A quick brown fox jumps over the lazy dog"
    256 layer at (198,435) size 235x26 scrollWidth 468
     228layer at (379,197) size 235x26 scrollWidth 468
    257229  RenderBlock {DIV} at (3,3) size 235x26
    258230    RenderText {#text} at (1,0) size 466x26
    259231      text run at (1,0) width 466: "A quick brown fox jumps over the lazy dog"
    260 layer at (198,474) size 208x26 scrollWidth 468
     232layer at (379,236) size 208x26 scrollWidth 468
    261233  RenderBlock {DIV} at (0,6) size 208x26
    262234    RenderText {#text} at (1,0) size 466x26
    263235      text run at (1,0) width 466: "A quick brown fox jumps over the lazy dog"
    264 layer at (198,508) size 237x27 scrollWidth 485
     236layer at (379,270) size 237x27 scrollWidth 485
    265237  RenderBlock {DIV} at (3,3) size 237x27
    266238    RenderText {#text} at (1,0) size 483x27
    267239      text run at (1,0) width 483: "A quick brown fox jumps over the lazy dog"
    268 layer at (198,548) size 209x27 scrollWidth 485
     240layer at (379,310) size 209x27 scrollWidth 485
    269241  RenderBlock {DIV} at (0,6) size 209x27
    270242    RenderText {#text} at (1,0) size 483x27
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r64741 r64746  
    28842884BUGWK41311 WIN LINUX : fast/borders/borderRadiusDouble09.html = IMAGE
    28852885
    2886 // Speech input UI rendering is partially implemented and not matching the
    2887 // expected images now, fixing shortly.
    2888 BUG44844 SKIP: fast/speech = IMAGE+TEXT
     2886// Speech input UI expectations are not yet available for windows, so temporarily
     2887// disabled. Will add them it shortly.
     2888BUG44844 SKIP WIN: fast/speech = IMAGE+TEXT
     2889
     2890// This test uses <input type='number'> which is not yet ready on chromium-linux
     2891BUG44844 SKIP LINUX: fast/speech/input-appearance-numberandspeech.html = IMAGE+TEXT
    28892892
    28902893// v8 bindings for dataset need to be implemented.
  • trunk/WebCore/ChangeLog

    r64745 r64746  
     12010-08-05  Satish Sampath  <satish@chromium.org>
     2
     3        Reviewed by Jeremy Orlow.
     4
     5        Fix rendering of speech button and enable layout tests
     6        https://bugs.webkit.org/show_bug.cgi?id=43425
     7
     8        Rewrote the speech button rendering code to match how the spin buttons (for input type=number)
     9        are implemented as the previous implementation did not work well on many platforms.
     10
     11        * rendering/RenderTextControlSingleLine.cpp:
     12        (WebCore::RenderTextControlSingleLine::~RenderTextControlSingleLine):
     13        (WebCore::RenderTextControlSingleLine::layout):
     14        (WebCore::RenderTextControlSingleLine::nodeAtPoint):
     15        (WebCore::RenderTextControlSingleLine::styleDidChange):
     16        (WebCore::RenderTextControlSingleLine::hasControlClip):
     17        (WebCore::RenderTextControlSingleLine::adjustControlHeightBasedOnLineHeight):
     18        (WebCore::RenderTextControlSingleLine::createSubtreeIfNeeded):
     19        (WebCore::RenderTextControlSingleLine::createInnerTextStyle):
     20        (WebCore::RenderTextControlSingleLine::createSpeechButtonStyle):
     21        (WebCore::RenderTextControlSingleLine::clientPaddingRight):
     22        * rendering/RenderTextControlSingleLine.h:
     23        * rendering/TextControlInnerElements.cpp:
     24        (WebCore::InputFieldSpeechButtonElement::InputFieldSpeechButtonElement):
     25        (WebCore::InputFieldSpeechButtonElement::create):
     26        * rendering/TextControlInnerElements.h:
     27
    1282010-08-05  Andrey Kosyakov  <caseq@chromium.org>
    229
  • trunk/WebCore/rendering/RenderTextControlSingleLine.cpp

    r64513 r64746  
    7575    if (m_outerSpinButton)
    7676        m_outerSpinButton->detach();
     77#if ENABLE(INPUT_SPEECH)
     78    if (m_speechButton)
     79        m_speechButton->detach();
     80#endif
    7781}
    7882
     
    266270        spinBox->setHeight(height() - borderTop() - borderBottom());
    267271    }
     272
     273#if ENABLE(INPUT_SPEECH)
     274    if (RenderBox* button = m_speechButton ? m_speechButton->renderBox() : 0) {
     275        if (m_innerBlock) {
     276            // This is mostly the case where this is a search field. The speech button is a sibling
     277            // of the inner block and laid out at the far right.
     278            int x = width() - borderAndPaddingWidth() - button->width() - button->borderAndPaddingWidth();
     279            int y = (height() - button->height()) / 2;
     280            button->setLocation(x, y);
     281        } else {
     282            // For non-search fields which are simpler and we let the defaut layout handle things
     283            // except for small tweaking below.
     284            button->setLocation(button->x() + paddingRight(), (height() - button->height()) / 2);
     285        }
     286    }
     287#endif
    268288
    269289    // Center the spin button vertically, and move it to the right by
     
    302322    if (m_outerSpinButton && result.innerNode() == m_outerSpinButton)
    303323        return true;
     324#if ENABLE(INPUT_SPEECH)
     325    if (m_speechButton && result.innerNode() == m_speechButton)
     326        return true;
     327#endif
    304328    // If we're not a search field, or we already found the speech, results or cancel buttons, we're done.
    305329    if (!m_innerBlock || result.innerNode() == m_resultsButton || result.innerNode() == m_cancelButton)
    306330        return true;
    307 #if ENABLE(INPUT_SPEECH)
    308     if (m_innerBlock && m_speechButton && result.innerNode() == m_speechButton)
    309         return true;
    310 #endif
    311331
    312332    Node* innerNode = 0;
     
    320340    if (m_resultsButton && m_resultsButton->renderer() && xPos < textLeft)
    321341        innerNode = m_resultsButton.get();
    322 
    323 #if ENABLE(INPUT_SPEECH)
    324     if (!innerNode && m_speechButton && m_speechButton->renderer()) {
    325         int buttonLeft = textLeft + innerTextRenderer->width();
    326         if (m_cancelButton) {
    327             RenderBox* cancelRenderer = m_cancelButton->renderBox();
    328             cancelRenderer->calcWidth();
    329             buttonLeft += cancelRenderer->width() + cancelRenderer->marginLeft() + cancelRenderer->marginRight();
    330         }
    331         if (xPos > buttonLeft)
    332             innerNode = m_speechButton.get();
    333     }
    334 #endif
    335342
    336343    if (!innerNode) {
     
    415422#if ENABLE(INPUT_SPEECH)
    416423    if (RenderObject* speechRenderer = m_speechButton ? m_speechButton->renderer() : 0)
    417         speechRenderer->setStyle(createSpeechButtonStyle(style()));
     424        speechRenderer->setStyle(createSpeechButtonStyle());
    418425#endif
    419426
     
    448455{
    449456    bool clip = m_cancelButton;
    450 #if ENABLE(INPUT_SPEECH)
    451     if (m_speechButton)
    452         clip = true;
    453 #endif
    454457    return clip;
    455458}
     
    593596    }
    594597
    595 #if ENABLE(INPUT_SPEECH)
    596     if (RenderBox* speechRenderer = m_speechButton ? m_speechButton->renderBox() : 0) {
    597         toRenderBlock(speechRenderer)->calcHeight();
    598         setHeight(max(height(),
    599                   speechRenderer->borderTop() + speechRenderer->borderBottom() +
    600                   speechRenderer->paddingTop() + speechRenderer->paddingBottom() +
    601                   speechRenderer->marginTop() + speechRenderer->marginBottom()));
    602         lineHeight = max(lineHeight, speechRenderer->height());
    603     }
    604 #endif
    605 
    606598    setHeight(height() + lineHeight);
    607599}
     
    610602{
    611603    bool createSubtree = inputElement()->isSearchField();
    612 #if ENABLE(INPUT_SPEECH)
    613     if (inputElement()->isSpeechEnabled())
    614         createSubtree = true;
    615 #endif
    616604    if (!createSubtree) {
    617605        RenderTextControl::createSubtreeIfNeeded(m_innerBlock.get());
     606#if ENABLE(INPUT_SPEECH)
     607        if (inputElement()->isSpeechEnabled() && !m_speechButton) {
     608            // Create the speech button element.
     609            m_speechButton = InputFieldSpeechButtonElement::create(node());
     610            m_speechButton->attachInnerElement(node(), createSpeechButtonStyle(), renderArena());
     611        }
     612#endif
    618613        bool hasSpinButton = inputElement()->hasSpinButton();
    619614        if (hasSpinButton && !m_innerSpinButton) {
     
    633628        m_innerBlock->attachInnerElement(node(), createInnerBlockStyle(style()), renderArena());
    634629    }
     630#if ENABLE(INPUT_SPEECH)
     631    if (inputElement()->isSpeechEnabled() && !m_speechButton) {
     632        // Create the speech button element.
     633        m_speechButton = InputFieldSpeechButtonElement::create(node());
     634        m_speechButton->attachInnerElement(node(), createSpeechButtonStyle(), renderArena());
     635    }
     636#endif
    635637    if (inputElement()->hasSpinButton() && !m_outerSpinButton) {
    636638        m_outerSpinButton = SpinButtonElement::create(node());
     
    656658        }
    657659    }
    658 #if ENABLE(INPUT_SPEECH)
    659     if (inputElement()->isSpeechEnabled() && !m_speechButton) {
    660         // Create the speech button element.
    661         m_speechButton = InputFieldSpeechButtonElement::create(document());
    662         m_speechButton->attachInnerElement(m_innerBlock.get(), createSpeechButtonStyle(m_innerBlock->renderer()->style()), renderArena());
    663     }
    664 #endif
    665660}
    666661
     
    718713        textBlockStyle->setLineHeight(Length(-100.0f, Percent));
    719714
    720     textBlockStyle->setDisplay(m_innerBlock || inputElement()->hasSpinButton() ? INLINE_BLOCK : BLOCK);
     715    WebCore::EDisplay display = (m_innerBlock || inputElement()->hasSpinButton() ? INLINE_BLOCK : BLOCK);
     716#if ENABLE(INPUT_SPEECH)
     717    if (inputElement()->isSpeechEnabled())
     718      display = INLINE_BLOCK;
     719#endif
     720    textBlockStyle->setDisplay(display);
    721721
    722722    // We're adding one extra pixel of padding to match WinIE.
     
    811811
    812812#if ENABLE(INPUT_SPEECH)
    813 PassRefPtr<RenderStyle> RenderTextControlSingleLine::createSpeechButtonStyle(const RenderStyle* startStyle) const
     813PassRefPtr<RenderStyle> RenderTextControlSingleLine::createSpeechButtonStyle() const
    814814{
    815815    ASSERT(node()->isHTMLElement());
     
    817817    if (!buttonStyle)
    818818        buttonStyle = RenderStyle::create();
    819     if (startStyle)
    820         buttonStyle->inheritFrom(startStyle);
     819    buttonStyle->inheritFrom(style());
    821820    return buttonStyle.release();
    822821}
     
    971970    if (RenderBox* cancelRenderer = m_cancelButton ? m_cancelButton->renderBox() : 0)
    972971        padding += cancelRenderer->width();
    973 #if ENABLE(INPUT_SPEECH)
    974     if (RenderBox* speechRenderer = m_speechButton ? m_speechButton->renderBox() : 0)
    975         padding += speechRenderer->width();
    976 #endif
    977972
    978973    return padding;
  • trunk/WebCore/rendering/RenderTextControlSingleLine.h

    r64513 r64746  
    103103    PassRefPtr<RenderStyle> createOuterSpinButtonStyle() const;
    104104#if ENABLE(INPUT_SPEECH)
    105     PassRefPtr<RenderStyle> createSpeechButtonStyle(const RenderStyle* startStyle) const;
     105    PassRefPtr<RenderStyle> createSpeechButtonStyle() const;
    106106#endif
    107107
  • trunk/WebCore/rendering/TextControlInnerElements.cpp

    r64542 r64746  
    343343#if ENABLE(INPUT_SPEECH)
    344344
    345 inline InputFieldSpeechButtonElement::InputFieldSpeechButtonElement(Document* document)
    346     : TextControlInnerElement(document)
     345inline InputFieldSpeechButtonElement::InputFieldSpeechButtonElement(Node* shadowParent)
     346    : TextControlInnerElement(shadowParent->document(), shadowParent)
    347347    , m_capturing(false)
    348348{
    349349}
    350350
    351 PassRefPtr<InputFieldSpeechButtonElement> InputFieldSpeechButtonElement::create(Document* document)
    352 {
    353     return adoptRef(new InputFieldSpeechButtonElement(document));
     351PassRefPtr<InputFieldSpeechButtonElement> InputFieldSpeechButtonElement::create(Node* shadowParent)
     352{
     353    return adoptRef(new InputFieldSpeechButtonElement(shadowParent));
    354354}
    355355
  • trunk/WebCore/rendering/TextControlInnerElements.h

    r64111 r64746  
    120120      public SpeechInputListener {
    121121public:
    122     static PassRefPtr<InputFieldSpeechButtonElement> create(Document*);
     122    static PassRefPtr<InputFieldSpeechButtonElement> create(Node*);
    123123
     124    virtual void detach();
    124125    virtual void defaultEventHandler(Event*);
    125126
     
    130131
    131132private:
    132     InputFieldSpeechButtonElement(Document*);
    133     virtual void detach();
     133    InputFieldSpeechButtonElement(Node*);
    134134    SpeechInput* speechInput();
    135135
Note: See TracChangeset for help on using the changeset viewer.