Changeset 269036 in webkit


Ignore:
Timestamp:
Oct 27, 2020 6:27:17 AM (21 months ago)
Author:
Alan Bujtas
Message:

Remove unneeded whitespace between content and <br>
https://bugs.webkit.org/show_bug.cgi?id=218151
<rdar://problem/70662471>

Reviewed by Antti Koivisto.

Missed these files in r268958.

  • fast/dom/HTMLTextAreaElement/reset-textarea.html:
  • fast/forms/input-appearance-spinbutton.html:
  • fast/forms/option-index.html:
  • fast/text/basic/generic-family-reset.html:
  • fast/xsl/resources/xslt-enc-cyr.xsl:
  • fast/xsl/resources/xslt-enc.xsl:
  • fast/xsl/resources/xslt-enc16.xsl:
  • http/tests/navigation/resources/postresult.pl:
  • http/tests/navigation/resources/success200.html:
  • platform/mac-catalina/fast/forms/input-appearance-spinbutton-expected.txt:
  • platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
  • platform/mac/fast/forms/option-index-expected.txt:
  • platform/mac/fast/text/basic/generic-family-reset-expected.txt:
  • platform/mac/fast/xsl/xslt-enc-cyr-expected.txt:
  • platform/mac/fast/xsl/xslt-enc-expected.txt:
  • platform/mac/fast/xsl/xslt-enc16-expected.txt:
  • platform/mac/fast/xsl/xslt-enc16to16-expected.txt:
  • platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
  • platform/mac/http/tests/navigation/postredirect-basic-expected.txt:
  • platform/mac/http/tests/navigation/postredirect-goback1-expected.txt:
  • platform/mac/svg/wicd/test-rightsizing-b-expected.txt:
  • svg/wicd/test-rightsizing-b.xhtml:
Location:
trunk/LayoutTests
Files:
32 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r269029 r269036  
     12020-10-27  Zalan Bujtas  <zalan@apple.com>
     2
     3        Remove unneeded whitespace between content and <br>
     4        https://bugs.webkit.org/show_bug.cgi?id=218151
     5        <rdar://problem/70662471>
     6
     7        Reviewed by Antti Koivisto.
     8       
     9        Missed these files in r268958.
     10
     11        * fast/dom/HTMLTextAreaElement/reset-textarea.html:
     12        * fast/forms/input-appearance-spinbutton.html:
     13        * fast/forms/option-index.html:
     14        * fast/text/basic/generic-family-reset.html:
     15        * fast/xsl/resources/xslt-enc-cyr.xsl:
     16        * fast/xsl/resources/xslt-enc.xsl:
     17        * fast/xsl/resources/xslt-enc16.xsl:
     18        * http/tests/navigation/resources/postresult.pl:
     19        * http/tests/navigation/resources/success200.html:
     20        * platform/mac-catalina/fast/forms/input-appearance-spinbutton-expected.txt:
     21        * platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
     22        * platform/mac/fast/forms/option-index-expected.txt:
     23        * platform/mac/fast/text/basic/generic-family-reset-expected.txt:
     24        * platform/mac/fast/xsl/xslt-enc-cyr-expected.txt:
     25        * platform/mac/fast/xsl/xslt-enc-expected.txt:
     26        * platform/mac/fast/xsl/xslt-enc16-expected.txt:
     27        * platform/mac/fast/xsl/xslt-enc16to16-expected.txt:
     28        * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
     29        * platform/mac/http/tests/navigation/postredirect-basic-expected.txt:
     30        * platform/mac/http/tests/navigation/postredirect-goback1-expected.txt:
     31        * platform/mac/svg/wicd/test-rightsizing-b-expected.txt:
     32        * svg/wicd/test-rightsizing-b.xhtml:
     33
    1342020-10-27  Philippe Normand  <pnormand@igalia.com>
    235
  • trunk/LayoutTests/fast/dom/HTMLTextAreaElement/reset-textarea.html

    r268958 r269036  
    88<input id="resetButton" type="reset">
    99</form>
    10 <p>This test verifies that textarea controls are properly reset.<br>You should see two element IDs below, and the word "SUCCESS" twice:
    11 <script>
     10<p>This test verifies that textarea controls are properly reset.<br>You should see two element IDs below, and the word "SUCCESS" twice:<script>
    1211function test(element)
    1312{
  • trunk/LayoutTests/fast/forms/input-appearance-spinbutton.html

    r188159 r269036  
    1616    var div = document.createElement('div');
    1717    document.getElementById(size < (24 + 8) / 2 ? 'p1' : 'p2').appendChild(div);
    18     div.innerHTML = '<input style="font-size:' + size + 'px"> <br>'
     18    div.innerHTML = '<input style="font-size:' + size + 'px"><br>'
    1919        + '<input style="font-size:' + size + 'px" type=number>';
    2020}
  • trunk/LayoutTests/fast/forms/option-index.html

    r11995 r269036  
    44function Crash() {
    55    var x = new Option('t','v');
    6     document.getElementById('result').innerHTML = "Test Passed. <BR/> Index for option element with no corresponding select is: " + x.index;
     6    document.getElementById('result').innerHTML = "Test Passed.<BR/> Index for option element with no corresponding select is: " + x.index;
    77}
    88</script>
  • trunk/LayoutTests/fast/text/basic/generic-family-reset.html

    r16398 r269036  
    1919<br/>
    2020html, body { <br/>
    21 &nbsp; &nbsp; font-family: Verdana; <br/>
     21&nbsp; &nbsp; font-family: Verdana;<br/>
    2222}<br/>
    2323tt, span {<br/>
  • trunk/LayoutTests/fast/xsl/resources/xslt-enc-cyr.xsl

    r267010 r269036  
    55        <html xmlns="http://www.w3.org/1999/xhtml">
    66            <body>
    7               CHARACTERS IN XSLT: ´ÞÑÐÒÛÕÝÝëÙ âÕÚáâ <br/> <xsl:apply-templates/>
     7              CHARACTERS IN XSLT: ´ÞÑÐÒÛÕÝÝëÙ âÕÚáâ<br/> <xsl:apply-templates/>
    88            </body>
    99        </html>
  • trunk/LayoutTests/fast/xsl/resources/xslt-enc.xsl

    r267010 r269036  
    88            </head> 
    99            <body>
    10               CHARACTERS IN XSLT: ééééééééééé <br/> <xsl:apply-templates/>
     10              CHARACTERS IN XSLT: ééééééééééé<br/> <xsl:apply-templates/>
    1111            </body>
    1212        </html>
  • trunk/LayoutTests/fast/xsl/resources/xslt-enc16.xsl

    r267010 r269036  
    55        <html xmlns="http://www.w3.org/1999/xhtml">
    66            <body>
    7               CHARACTERS IN XSLT: ééééééééééé <br/> <xsl:apply-templates/>
     7              CHARACTERS IN XSLT: ééééééééééé<br/> <xsl:apply-templates/>
    88            </body>
    99        </html>
  • trunk/LayoutTests/fast/xsl/xslt-processor-expected.txt

    r267644 r269036  
    2323            </head>
    2424            <body>
    25               CHARACTERS IN XSLT: ééééééééééé <br /> <xsl:apply-templates/>
     25              CHARACTERS IN XSLT: ééééééééééé<br /> <xsl:apply-templates/>
    2626            </body>
    2727        </html>
     
    38381.1 Import two different stylesheets:
    3939<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body>
    40               CHARACTERS IN XSLT: ééééééééééé <br /><br />SOURCE XML: &lt;&lt;&lt;&amp;тест&amp;&gt;&gt;&gt;</body></html>
     40              CHARACTERS IN XSLT: ééééééééééé<br /><br />SOURCE XML: &lt;&lt;&lt;&amp;тест&amp;&gt;&gt;&gt;</body></html>
    41411.2 Import same stylesheet twice:
    4242<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
  • trunk/LayoutTests/http/tests/navigation/resources/postresult.pl

    r67349 r269036  
    2727    <html>
    2828    <body style="font-size: 32">
    29     This is just a minimal page that we navigate in response to an HTTP POST.
    30     <br>
     29    This is just a minimal page that we navigate in response to an HTTP POST.<br>
    3130    <br>
    3231    If the next line is empty after the colon, it probably means that we made
    33     a mistake and requested this page with a GET with no query instead of a POST.
     32    a mistake and requested this page with a GET with no query instead of a POST.<br>
    3433    <br>
    35     <br>
    36     The first text field contained: $textFieldData
    37     <br>
     34    The first text field contained: $textFieldData<br>
    3835    This page was requested with an HTTP $method
    3936    </body>
     
    8582    <html>
    8683    <body style="font-size: 32">
    87     Test failure: postresult.pl was called with an unexpected set of parameters.
    88     <br>
    89     This page was requested with an HTTP $method
    90     <br>
     84    Test failure: postresult.pl was called with an unexpected set of parameters.<br>
     85    This page was requested with an HTTP $method<br>
    9186    The query parameters are: $queryString
    9287    </body>
  • trunk/LayoutTests/http/tests/navigation/resources/success200.html

    r124692 r269036  
    1010This is test page that we navigate to as part of testing various navigation styles.  It
    1111includes a form so that we can test saving and restoring of form data, and it needs to
    12 be long enough that we can test saving and restoring of scroll position.
    13 <br>
     12be long enough that we can test saving and restoring of scroll position.<br>
    1413<br>
    1514<br>
  • trunk/LayoutTests/platform/ios/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt

    r268958 r269036  
    1818          text run at (0,0) width 365: "This test verifies that textarea controls are properly reset."
    1919        RenderBR {BR} at (364,0) size 1x19
    20         RenderText {#text} at (0,20) size 474x19
    21           text run at (0,20) width 474: "You should see two element IDs below, and the word \"SUCCESS\" twice: "
    22         RenderBR {BR} at (473,20) size 1x19
     20        RenderText {#text} at (0,20) size 470x19
     21          text run at (0,20) width 470: "You should see two element IDs below, and the word \"SUCCESS\" twice:"
     22        RenderBR {BR} at (469,20) size 1x19
    2323        RenderText {#text} at (0,40) size 174x19
    2424          text run at (0,40) width 174: "noDefaultText: SUCCESS "
  • trunk/LayoutTests/platform/ios/fast/forms/option-index-expected.txt

    r268520 r269036  
    99          text run at (0,20) width 55: "element."
    1010      RenderBlock {DIV} at (0,40) size 784x40
    11         RenderText {#text} at (0,0) size 82x19
    12           text run at (0,0) width 82: "Test Passed. "
    13         RenderBR {BR} at (81,0) size 1x19
     11        RenderText {#text} at (0,0) size 78x19
     12          text run at (0,0) width 78: "Test Passed."
     13        RenderBR {BR} at (77,0) size 1x19
    1414        RenderText {#text} at (0,20) size 379x19
    1515          text run at (0,20) width 379: "Index for option element with no corresponding select is: 0"
  • trunk/LayoutTests/platform/ios/fast/xsl/xslt-enc-cyr-expected.txt

    r268520 r269036  
    44  RenderBlock {HTML} at (0,0) size 800x600
    55    RenderBody {BODY} at (8,8) size 784x584
    6       RenderText {#text} at (0,0) size 314x19
    7         text run at (0,0) width 314: "CHARACTERS IN XSLT: \x{414}\x{43E}\x{431}\x{430}\x{432}\x{43B}\x{435}\x{43D}\x{43D}\x{44B}\x{439} \x{442}\x{435}\x{43A}\x{441}\x{442} "
    8       RenderBR {BR} at (313,0) size 1x19
     6      RenderText {#text} at (0,0) size 310x19
     7        text run at (0,0) width 310: "CHARACTERS IN XSLT: \x{414}\x{43E}\x{431}\x{430}\x{432}\x{43B}\x{435}\x{43D}\x{43D}\x{44B}\x{439} \x{442}\x{435}\x{43A}\x{441}\x{442}"
     8      RenderBR {BR} at (309,0) size 1x19
    99      RenderBR {BR} at (0,20) size 0x19
    1010      RenderText {#text} at (0,40) size 221x19
  • trunk/LayoutTests/platform/ios/fast/xsl/xslt-enc-expected.txt

    r268520 r269036  
    44  RenderBlock {HTML} at (0,0) size 800x600
    55    RenderBody {BODY} at (8,8) size 784x584
    6       RenderText {#text} at (0,0) size 259x19
    7         text run at (0,0) width 259: "CHARACTERS IN XSLT: \x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9} "
    8       RenderBR {BR} at (258,0) size 1x19
     6      RenderText {#text} at (0,0) size 255x19
     7        text run at (0,0) width 255: "CHARACTERS IN XSLT: \x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}"
     8      RenderBR {BR} at (254,0) size 1x19
    99      RenderBR {BR} at (0,20) size 0x19
    1010      RenderText {#text} at (0,40) size 318x19
  • trunk/LayoutTests/platform/ios/fast/xsl/xslt-enc16-expected.txt

    r268520 r269036  
    44  RenderBlock {HTML} at (0,0) size 800x600
    55    RenderBody {BODY} at (8,8) size 784x584
    6       RenderText {#text} at (0,0) size 259x19
    7         text run at (0,0) width 259: "CHARACTERS IN XSLT: \x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9} "
    8       RenderBR {BR} at (258,0) size 1x19
     6      RenderText {#text} at (0,0) size 255x19
     7        text run at (0,0) width 255: "CHARACTERS IN XSLT: \x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}"
     8      RenderBR {BR} at (254,0) size 1x19
    99      RenderBR {BR} at (0,20) size 0x19
    1010      RenderText {#text} at (0,40) size 318x19
  • trunk/LayoutTests/platform/ios/fast/xsl/xslt-enc16to16-expected.txt

    r268520 r269036  
    44  RenderBlock {HTML} at (0,0) size 800x600
    55    RenderBody {BODY} at (8,8) size 784x584
    6       RenderText {#text} at (0,0) size 259x19
    7         text run at (0,0) width 259: "CHARACTERS IN XSLT: \x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9} "
    8       RenderBR {BR} at (258,0) size 1x19
     6      RenderText {#text} at (0,0) size 255x19
     7        text run at (0,0) width 255: "CHARACTERS IN XSLT: \x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}"
     8      RenderBR {BR} at (254,0) size 1x19
    99      RenderBR {BR} at (0,20) size 0x19
    1010      RenderText {#text} at (0,40) size 318x19
  • trunk/LayoutTests/platform/mac-catalina/fast/forms/input-appearance-spinbutton-expected.txt

    r268670 r269036  
    99      RenderBlock {DIV} at (0,34) size 784x0
    1010      RenderBlock {DIV} at (0,34) size 784x528
    11         RenderTable {TABLE} at (0,0) size 511x528
    12           RenderTableSection {TBODY} at (0,0) size 511x528
    13             RenderTableRow {TR} at (0,2) size 511x524
    14               RenderTableCell {TD} at (2,80) size 202x368 [r=0 c=0 rs=1 cs=1]
    15                 RenderBlock {DIV} at (1,1) size 200x35
    16                   RenderTextControl {INPUT} at (0,3) size 112x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    17                   RenderText {#text} at (111,0) size 5x18
    18                     text run at (111,0) width 5: " "
    19                   RenderBR {BR} at (115,0) size 1x18
    20                   RenderTextControl {INPUT} at (0,19) size 112x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     11        RenderTable {TABLE} at (0,0) size 503x528
     12          RenderTableSection {TBODY} at (0,0) size 503x528
     13            RenderTableRow {TR} at (0,2) size 503x524
     14              RenderTableCell {TD} at (2,83) size 198x362 [r=0 c=0 rs=1 cs=1]
     15                RenderBlock {DIV} at (1,1) size 196x32
     16                  RenderTextControl {INPUT} at (0,0) size 112x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     17                  RenderBR {BR} at (111,2) size 1x18
     18                  RenderTextControl {INPUT} at (0,16) size 112x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    2119                    RenderFlexibleBox {DIV} at (3,0) size 106x16
    2220                      RenderBlock {DIV} at (0,2) size 93x11
    23                 RenderBlock {DIV} at (1,36) size 200x36
    24                   RenderTextControl {INPUT} at (0,2) size 124x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    25                   RenderText {#text} at (123,0) size 5x18
    26                     text run at (123,0) width 5: " "
    27                   RenderBR {BR} at (127,0) size 1x18
    28                   RenderTextControl {INPUT} at (0,19) size 124x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     21                RenderBlock {DIV} at (1,33) size 196x34
     22                  RenderTextControl {INPUT} at (0,0) size 124x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     23                  RenderBR {BR} at (123,3) size 1x18
     24                  RenderTextControl {INPUT} at (0,17) size 124x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    2925                    RenderFlexibleBox {DIV} at (3,1) size 118x15
    3026                      RenderBlock {DIV} at (0,2) size 105x11
    31                 RenderBlock {DIV} at (1,72) size 200x37
    32                   RenderTextControl {INPUT} at (0,1) size 136x18 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    33                   RenderText {#text} at (135,0) size 5x18
    34                     text run at (135,0) width 5: " "
    35                   RenderBR {BR} at (139,0) size 1x18
    36                   RenderTextControl {INPUT} at (0,19) size 136x18 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     27                RenderBlock {DIV} at (1,67) size 196x36
     28                  RenderTextControl {INPUT} at (0,0) size 136x18 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     29                  RenderBR {BR} at (135,4) size 1x18
     30                  RenderTextControl {INPUT} at (0,18) size 136x18 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    3731                    RenderFlexibleBox {DIV} at (3,1) size 130x16
    3832                      RenderBlock {DIV} at (0,1) size 117x13
    39                 RenderBlock {DIV} at (1,109) size 200x46
    40                   RenderTextControl {INPUT} at (2,2) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    41                   RenderText {#text} at (150,2) size 5x18
    42                     text run at (150,2) width 5: " "
    43                   RenderBR {BR} at (154,2) size 1x18
    44                   RenderTextControl {INPUT} at (2,25) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     33                RenderBlock {DIV} at (1,103) size 196x46
     34                  RenderTextControl {INPUT} at (0,2) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     35                  RenderBR {BR} at (150,9) size 1x18
     36                  RenderTextControl {INPUT} at (0,25) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    4537                    RenderFlexibleBox {DIV} at (3,1) size 141x17
    4638                      RenderBlock {DIV} at (0,1) size 128x14
    47                 RenderBlock {DIV} at (1,155) size 200x50
    48                   RenderTextControl {INPUT} at (2,2) size 159x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    49                   RenderText {#text} at (162,3) size 5x18
    50                     text run at (162,3) width 5: " "
    51                   RenderBR {BR} at (166,3) size 1x18
    52                   RenderTextControl {INPUT} at (2,27) size 159x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     39                RenderBlock {DIV} at (1,149) size 196x50
     40                  RenderTextControl {INPUT} at (0,2) size 159x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     41                  RenderBR {BR} at (162,11) size 1x18
     42                  RenderTextControl {INPUT} at (0,27) size 159x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    5343                    RenderFlexibleBox {DIV} at (3,1) size 153x19
    5444                      RenderBlock {DIV} at (0,1) size 140x16
    55                 RenderBlock {DIV} at (1,205) size 200x52
    56                   RenderTextControl {INPUT} at (2,2) size 170x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    57                   RenderText {#text} at (173,4) size 5x18
    58                     text run at (173,4) width 5: " "
    59                   RenderBR {BR} at (177,4) size 1x18
    60                   RenderTextControl {INPUT} at (2,28) size 170x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     45                RenderBlock {DIV} at (1,199) size 196x52
     46                  RenderTextControl {INPUT} at (0,2) size 170x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     47                  RenderBR {BR} at (173,12) size 1x18
     48                  RenderTextControl {INPUT} at (0,28) size 170x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    6149                    RenderFlexibleBox {DIV} at (3,1) size 164x20
    6250                      RenderBlock {DIV} at (0,1) size 149x17
    63                 RenderBlock {DIV} at (1,257) size 200x54
    64                   RenderTextControl {INPUT} at (2,2) size 181x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    65                   RenderText {#text} at (184,5) size 5x18
    66                     text run at (184,5) width 5: " "
    67                   RenderBR {BR} at (188,5) size 1x18
    68                   RenderTextControl {INPUT} at (2,29) size 181x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     51                RenderBlock {DIV} at (1,251) size 196x54
     52                  RenderTextControl {INPUT} at (0,2) size 181x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     53                  RenderBR {BR} at (184,13) size 1x18
     54                  RenderTextControl {INPUT} at (0,29) size 181x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    6955                    RenderFlexibleBox {DIV} at (3,1) size 175x21
    7056                      RenderBlock {DIV} at (0,2) size 160x17
    71                 RenderBlock {DIV} at (1,311) size 200x56
    72                   RenderTextControl {INPUT} at (2,2) size 192x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    73                   RenderText {#text} at (195,6) size 5x18
    74                     text run at (195,6) width 5: " "
    75                   RenderBR {BR} at (199,6) size 1x18
    76                   RenderTextControl {INPUT} at (2,30) size 192x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     57                RenderBlock {DIV} at (1,305) size 196x56
     58                  RenderTextControl {INPUT} at (0,2) size 192x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     59                  RenderBR {BR} at (195,14) size 1x18
     60                  RenderTextControl {INPUT} at (0,30) size 192x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    7761                    RenderFlexibleBox {DIV} at (3,0) size 186x24
    7862                      RenderBlock {DIV} at (0,2) size 171x19
    79               RenderTableCell {TD} at (205,2) size 304x524 [r=0 c=1 rs=1 cs=1]
    80                 RenderBlock {DIV} at (1,1) size 301x56
    81                   RenderTextControl {INPUT} at (2,2) size 203x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    82                   RenderText {#text} at (206,6) size 5x18
    83                     text run at (206,6) width 5: " "
    84                   RenderBR {BR} at (210,6) size 1x18
    85                   RenderTextControl {INPUT} at (2,30) size 203x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     63              RenderTableCell {TD} at (201,2) size 300x524 [r=0 c=1 rs=1 cs=1]
     64                RenderBlock {DIV} at (1,1) size 297x56
     65                  RenderTextControl {INPUT} at (0,2) size 203x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     66                  RenderBR {BR} at (206,14) size 1x18
     67                  RenderTextControl {INPUT} at (0,30) size 203x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    8668                    RenderFlexibleBox {DIV} at (3,0) size 197x24
    8769                      RenderBlock {DIV} at (0,3) size 182x18
    88                 RenderBlock {DIV} at (1,57) size 301x60
    89                   RenderTextControl {INPUT} at (2,2) size 214x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    90                   RenderText {#text} at (217,7) size 5x18
    91                     text run at (217,7) width 5: " "
    92                   RenderBR {BR} at (221,7) size 1x18
    93                   RenderTextControl {INPUT} at (2,32) size 214x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     70                RenderBlock {DIV} at (1,57) size 297x60
     71                  RenderTextControl {INPUT} at (0,2) size 214x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     72                  RenderBR {BR} at (217,16) size 1x18
     73                  RenderTextControl {INPUT} at (0,32) size 214x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    9474                    RenderFlexibleBox {DIV} at (3,0) size 208x26
    9575                      RenderBlock {DIV} at (0,2) size 193x21
    96                 RenderBlock {DIV} at (1,117) size 301x62
    97                   RenderTextControl {INPUT} at (2,2) size 226x27 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    98                   RenderText {#text} at (229,8) size 5x18
    99                     text run at (229,8) width 5: " "
    100                   RenderBR {BR} at (233,8) size 1x18
    101                   RenderTextControl {INPUT} at (2,33) size 226x27 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     76                RenderBlock {DIV} at (1,117) size 297x62
     77                  RenderTextControl {INPUT} at (0,2) size 226x27 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     78                  RenderBR {BR} at (229,17) size 1x18
     79                  RenderTextControl {INPUT} at (0,33) size 226x27 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    10280                    RenderFlexibleBox {DIV} at (3,0) size 220x27
    10381                      RenderBlock {DIV} at (0,3) size 201x21
    104                 RenderBlock {DIV} at (1,179) size 301x64
    105                   RenderTextControl {INPUT} at (2,2) size 237x28 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    106                   RenderText {#text} at (240,9) size 5x18
    107                     text run at (240,9) width 5: " "
    108                   RenderBR {BR} at (244,9) size 1x18
    109                   RenderTextControl {INPUT} at (2,34) size 237x28 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     82                RenderBlock {DIV} at (1,179) size 297x64
     83                  RenderTextControl {INPUT} at (0,2) size 237x28 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     84                  RenderBR {BR} at (240,18) size 1x18
     85                  RenderTextControl {INPUT} at (0,34) size 237x28 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    11086                    RenderFlexibleBox {DIV} at (3,0) size 231x28
    11187                      RenderBlock {DIV} at (0,3) size 212x22
    112                 RenderBlock {DIV} at (1,243) size 301x66
    113                   RenderTextControl {INPUT} at (2,2) size 257x29 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    114                   RenderText {#text} at (260,10) size 5x18
    115                     text run at (260,10) width 5: " "
    116                   RenderBR {BR} at (264,10) size 1x18
    117                   RenderTextControl {INPUT} at (2,35) size 257x29 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     88                RenderBlock {DIV} at (1,243) size 297x66
     89                  RenderTextControl {INPUT} at (0,2) size 257x29 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     90                  RenderBR {BR} at (260,19) size 1x18
     91                  RenderTextControl {INPUT} at (0,35) size 257x29 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    11892                    RenderFlexibleBox {DIV} at (3,0) size 251x29
    11993                      RenderBlock {DIV} at (0,3) size 232x23
    120                 RenderBlock {DIV} at (1,309) size 301x68
    121                   RenderTextControl {INPUT} at (2,2) size 269x30 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    122                   RenderText {#text} at (272,11) size 5x18
    123                     text run at (272,11) width 5: " "
    124                   RenderBR {BR} at (276,11) size 1x18
    125                   RenderTextControl {INPUT} at (2,36) size 269x30 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     94                RenderBlock {DIV} at (1,309) size 297x68
     95                  RenderTextControl {INPUT} at (0,2) size 269x30 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     96                  RenderBR {BR} at (272,20) size 1x18
     97                  RenderTextControl {INPUT} at (0,36) size 269x30 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    12698                    RenderFlexibleBox {DIV} at (3,0) size 263x30
    12799                      RenderBlock {DIV} at (0,3) size 244x24
    128                 RenderBlock {DIV} at (1,377) size 301x72
    129                   RenderTextControl {INPUT} at (2,2) size 281x32 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    130                   RenderText {#text} at (284,12) size 5x18
    131                     text run at (284,12) width 5: " "
    132                   RenderBR {BR} at (288,12) size 1x18
    133                   RenderTextControl {INPUT} at (2,38) size 281x32 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     100                RenderBlock {DIV} at (1,377) size 297x72
     101                  RenderTextControl {INPUT} at (0,2) size 281x32 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     102                  RenderBR {BR} at (284,22) size 1x18
     103                  RenderTextControl {INPUT} at (0,38) size 281x32 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    134104                    RenderFlexibleBox {DIV} at (3,0) size 275x32
    135105                      RenderBlock {DIV} at (0,3) size 256x26
    136                 RenderBlock {DIV} at (1,449) size 301x74
    137                   RenderTextControl {INPUT} at (2,2) size 293x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    138                   RenderText {#text} at (296,13) size 5x18
    139                     text run at (296,13) width 5: " "
    140                   RenderBR {BR} at (300,13) size 1x18
    141                   RenderTextControl {INPUT} at (2,39) size 293x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     106                RenderBlock {DIV} at (1,449) size 297x74
     107                  RenderTextControl {INPUT} at (0,2) size 293x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     108                  RenderBR {BR} at (296,23) size 1x18
     109                  RenderTextControl {INPUT} at (0,39) size 293x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    142110                    RenderFlexibleBox {DIV} at (3,0) size 287x33
    143111                      RenderBlock {DIV} at (0,3) size 268x27
     
    146114layer at (14,145) size 93x10
    147115  RenderBlock {DIV} at (0,0) size 93x10
    148 layer at (14,163) size 118x11
     116layer at (14,161) size 118x11
    149117  RenderBlock {DIV} at (3,3) size 118x11
    150 layer at (14,180) size 105x11
     118layer at (14,178) size 105x11
    151119  RenderBlock {DIV} at (0,0) size 105x11
    152 layer at (14,198) size 129x12
     120layer at (14,195) size 129x12
    153121  RenderBlock {DIV} at (3,3) size 130x12
    154 layer at (14,216) size 116x12
     122layer at (14,213) size 116x12
    155123  RenderBlock {DIV} at (0,0) size 117x12
    156 layer at (16,236) size 141x13
     124layer at (14,233) size 141x13
    157125  RenderBlock {DIV} at (3,3) size 141x13
    158 layer at (16,259) size 128x13
     126layer at (14,256) size 128x13
    159127  RenderBlock {DIV} at (0,0) size 128x13
    160 layer at (16,282) size 152x15
     128layer at (14,279) size 152x15
    161129  RenderBlock {DIV} at (3,3) size 153x15
    162 layer at (16,307) size 139x15
     130layer at (14,304) size 139x15
    163131  RenderBlock {DIV} at (0,0) size 140x15
    164 layer at (16,332) size 163x16
     132layer at (14,329) size 163x16
    165133  RenderBlock {DIV} at (3,3) size 164x16
    166 layer at (16,358) size 148x16
     134layer at (14,355) size 148x16
    167135  RenderBlock {DIV} at (0,0) size 149x16
    168 layer at (16,384) size 174x17
     136layer at (14,381) size 174x17
    169137  RenderBlock {DIV} at (3,3) size 175x17
    170 layer at (16,411) size 159x17
     138layer at (14,408) size 159x17
    171139  RenderBlock {DIV} at (0,0) size 160x17
    172 layer at (16,438) size 185x18
     140layer at (14,435) size 185x18
    173141  RenderBlock {DIV} at (3,3) size 186x18
    174 layer at (16,466) size 170x18
     142layer at (14,463) size 170x18
    175143  RenderBlock {DIV} at (0,0) size 171x18
    176 layer at (219,50) size 196x18
     144layer at (213,50) size 196x18
    177145  RenderBlock {DIV} at (3,3) size 197x18
    178 layer at (219,78) size 181x18
     146layer at (213,78) size 181x18
    179147  RenderBlock {DIV} at (0,0) size 182x18
    180 layer at (219,106) size 207x20
     148layer at (213,106) size 207x20
    181149  RenderBlock {DIV} at (3,3) size 208x20
    182 layer at (219,136) size 192x20
     150layer at (213,136) size 192x20
    183151  RenderBlock {DIV} at (0,0) size 193x20
    184 layer at (219,166) size 219x21
     152layer at (213,166) size 219x21
    185153  RenderBlock {DIV} at (3,3) size 220x21
    186 layer at (219,197) size 200x21
     154layer at (213,197) size 200x21
    187155  RenderBlock {DIV} at (0,0) size 201x21
    188 layer at (219,228) size 231x22
     156layer at (213,228) size 231x22
    189157  RenderBlock {DIV} at (3,3) size 231x22
    190 layer at (219,260) size 212x22
     158layer at (213,260) size 212x22
    191159  RenderBlock {DIV} at (0,0) size 212x22
    192 layer at (219,292) size 251x23
     160layer at (213,292) size 251x23
    193161  RenderBlock {DIV} at (3,3) size 251x23
    194 layer at (219,325) size 232x23
     162layer at (213,325) size 232x23
    195163  RenderBlock {DIV} at (0,0) size 232x23
    196 layer at (219,358) size 263x24
     164layer at (213,358) size 263x24
    197165  RenderBlock {DIV} at (3,3) size 263x24
    198 layer at (219,392) size 244x24
     166layer at (213,392) size 244x24
    199167  RenderBlock {DIV} at (0,0) size 244x24
    200 layer at (219,426) size 275x26
     168layer at (213,426) size 275x26
    201169  RenderBlock {DIV} at (3,3) size 275x26
    202 layer at (219,462) size 256x26
     170layer at (213,462) size 256x26
    203171  RenderBlock {DIV} at (0,0) size 256x26
    204 layer at (219,498) size 287x27
     172layer at (213,498) size 287x27
    205173  RenderBlock {DIV} at (3,3) size 287x27
    206 layer at (219,535) size 268x27
     174layer at (213,535) size 268x27
    207175  RenderBlock {DIV} at (0,0) size 268x27
    208176layer at (107,143) size 13x15
    209177  RenderBlock (relative positioned) {DIV} at (92,0) size 14x15
    210 layer at (119,178) size 13x15
     178layer at (119,176) size 13x15
    211179  RenderBlock (relative positioned) {DIV} at (104,0) size 14x15
    212 layer at (130,215) size 13x15
     180layer at (130,212) size 13x15
    213181  RenderBlock (relative positioned) {DIV} at (116,0) size 14x15
    214 layer at (144,257) size 13x17
     182layer at (142,254) size 13x17
    215183  RenderBlock (relative positioned) {DIV} at (127,0) size 14x17
    216 layer at (155,306) size 13x18
     184layer at (153,303) size 13x18
    217185  RenderBlock (relative positioned) {DIV} at (139,0) size 14x18
    218 layer at (164,356) size 15x20
     186layer at (162,353) size 15x20
    219187  RenderBlock (relative positioned) {DIV} at (148,0) size 16x20
    220 layer at (175,409) size 15x21
     188layer at (173,406) size 15x21
    221189  RenderBlock (relative positioned) {DIV} at (159,0) size 16x21
    222 layer at (186,464) size 15x23
     190layer at (184,461) size 15x23
    223191  RenderBlock (relative positioned) {DIV} at (170,0) size 16x23
    224 layer at (401,75) size 15x24
     192layer at (395,75) size 15x24
    225193  RenderBlock (relative positioned) {DIV} at (181,0) size 16x24
    226 layer at (412,133) size 15x26
     194layer at (406,133) size 15x26
    227195  RenderBlock (relative positioned) {DIV} at (192,0) size 16x26
    228 layer at (419,194) size 19x27
     196layer at (413,194) size 19x27
    229197  RenderBlock (relative positioned) {DIV} at (200,0) size 20x27
    230 layer at (431,257) size 19x28
     198layer at (425,257) size 19x28
    231199  RenderBlock (relative positioned) {DIV} at (211,-1) size 20x30
    232 layer at (451,322) size 19x30
     200layer at (445,322) size 19x30
    233201  RenderBlock (relative positioned) {DIV} at (231,-1) size 20x31
    234 layer at (463,388) size 19x32
     202layer at (457,388) size 19x32
    235203  RenderBlock (relative positioned) {DIV} at (243,-1) size 20x32
    236 layer at (475,459) size 19x33
     204layer at (469,459) size 19x33
    237205  RenderBlock (relative positioned) {DIV} at (255,-1) size 20x34
    238 layer at (487,531) size 19x35
     206layer at (481,531) size 19x35
    239207  RenderBlock (relative positioned) {DIV} at (267,-1) size 20x35
  • trunk/LayoutTests/platform/mac-mojave/fast/forms/input-appearance-spinbutton-expected.txt

    r268683 r269036  
    99      RenderBlock {DIV} at (0,34) size 784x0
    1010      RenderBlock {DIV} at (0,34) size 784x528
    11         RenderTable {TABLE} at (0,0) size 511x528
    12           RenderTableSection {TBODY} at (0,0) size 511x528
    13             RenderTableRow {TR} at (0,2) size 511x524
    14               RenderTableCell {TD} at (2,80) size 202x368 [r=0 c=0 rs=1 cs=1]
    15                 RenderBlock {DIV} at (1,1) size 200x35
    16                   RenderTextControl {INPUT} at (0,3) size 112x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    17                   RenderText {#text} at (111,0) size 5x18
    18                     text run at (111,0) width 5: " "
    19                   RenderBR {BR} at (115,0) size 1x18
    20                   RenderTextControl {INPUT} at (0,19) size 112x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     11        RenderTable {TABLE} at (0,0) size 503x528
     12          RenderTableSection {TBODY} at (0,0) size 503x528
     13            RenderTableRow {TR} at (0,2) size 503x524
     14              RenderTableCell {TD} at (2,83) size 198x362 [r=0 c=0 rs=1 cs=1]
     15                RenderBlock {DIV} at (1,1) size 196x32
     16                  RenderTextControl {INPUT} at (0,0) size 112x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     17                  RenderBR {BR} at (111,-3) size 1x18
     18                  RenderTextControl {INPUT} at (0,16) size 112x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    2119                    RenderFlexibleBox {DIV} at (3,0) size 106x16
    2220                      RenderBlock {DIV} at (0,2) size 93x11
    23                 RenderBlock {DIV} at (1,36) size 200x36
    24                   RenderTextControl {INPUT} at (0,2) size 124x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    25                   RenderText {#text} at (123,0) size 5x18
    26                     text run at (123,0) width 5: " "
    27                   RenderBR {BR} at (127,0) size 1x18
    28                   RenderTextControl {INPUT} at (0,19) size 124x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     21                RenderBlock {DIV} at (1,33) size 196x34
     22                  RenderTextControl {INPUT} at (0,0) size 124x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     23                  RenderBR {BR} at (123,-2) size 1x18
     24                  RenderTextControl {INPUT} at (0,17) size 124x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    2925                    RenderFlexibleBox {DIV} at (3,1) size 118x15
    3026                      RenderBlock {DIV} at (0,2) size 105x11
    31                 RenderBlock {DIV} at (1,72) size 200x37
    32                   RenderTextControl {INPUT} at (0,1) size 136x18 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    33                   RenderText {#text} at (135,0) size 5x18
    34                     text run at (135,0) width 5: " "
    35                   RenderBR {BR} at (139,0) size 1x18
    36                   RenderTextControl {INPUT} at (0,19) size 136x18 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     27                RenderBlock {DIV} at (1,67) size 196x36
     28                  RenderTextControl {INPUT} at (0,0) size 136x18 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     29                  RenderBR {BR} at (135,-1) size 1x18
     30                  RenderTextControl {INPUT} at (0,18) size 136x18 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    3731                    RenderFlexibleBox {DIV} at (3,1) size 130x16
    3832                      RenderBlock {DIV} at (0,1) size 117x13
    39                 RenderBlock {DIV} at (1,109) size 200x46
     33                RenderBlock {DIV} at (1,103) size 196x46
    4034                  RenderTextControl {INPUT} at (2,2) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    41                   RenderText {#text} at (150,2) size 5x18
    42                     text run at (150,2) width 5: " "
    43                   RenderBR {BR} at (154,2) size 1x18
     35                  RenderBR {BR} at (150,2) size 1x18
    4436                  RenderTextControl {INPUT} at (2,25) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    4537                    RenderFlexibleBox {DIV} at (3,1) size 141x17
    4638                      RenderBlock {DIV} at (0,1) size 128x14
    47                 RenderBlock {DIV} at (1,155) size 200x50
     39                RenderBlock {DIV} at (1,149) size 196x50
    4840                  RenderTextControl {INPUT} at (2,2) size 159x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    49                   RenderText {#text} at (162,3) size 5x18
    50                     text run at (162,3) width 5: " "
    51                   RenderBR {BR} at (166,3) size 1x18
     41                  RenderBR {BR} at (162,3) size 1x18
    5242                  RenderTextControl {INPUT} at (2,27) size 159x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    5343                    RenderFlexibleBox {DIV} at (3,1) size 153x19
    5444                      RenderBlock {DIV} at (0,1) size 140x16
    55                 RenderBlock {DIV} at (1,205) size 200x52
     45                RenderBlock {DIV} at (1,199) size 196x52
    5646                  RenderTextControl {INPUT} at (2,2) size 170x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    57                   RenderText {#text} at (173,4) size 5x18
    58                     text run at (173,4) width 5: " "
    59                   RenderBR {BR} at (177,4) size 1x18
     47                  RenderBR {BR} at (173,4) size 1x18
    6048                  RenderTextControl {INPUT} at (2,28) size 170x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    6149                    RenderFlexibleBox {DIV} at (3,1) size 164x20
    6250                      RenderBlock {DIV} at (0,1) size 149x17
    63                 RenderBlock {DIV} at (1,257) size 200x54
     51                RenderBlock {DIV} at (1,251) size 196x54
    6452                  RenderTextControl {INPUT} at (2,2) size 181x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    65                   RenderText {#text} at (184,5) size 5x18
    66                     text run at (184,5) width 5: " "
    67                   RenderBR {BR} at (188,5) size 1x18
     53                  RenderBR {BR} at (184,5) size 1x18
    6854                  RenderTextControl {INPUT} at (2,29) size 181x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    6955                    RenderFlexibleBox {DIV} at (3,1) size 175x21
    7056                      RenderBlock {DIV} at (0,2) size 160x17
    71                 RenderBlock {DIV} at (1,311) size 200x56
     57                RenderBlock {DIV} at (1,305) size 196x56
    7258                  RenderTextControl {INPUT} at (2,2) size 192x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    73                   RenderText {#text} at (195,6) size 5x18
    74                     text run at (195,6) width 5: " "
    75                   RenderBR {BR} at (199,6) size 1x18
     59                  RenderBR {BR} at (195,6) size 1x18
    7660                  RenderTextControl {INPUT} at (2,30) size 192x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    7761                    RenderFlexibleBox {DIV} at (3,0) size 186x24
    7862                      RenderBlock {DIV} at (0,2) size 171x19
    79               RenderTableCell {TD} at (205,2) size 304x524 [r=0 c=1 rs=1 cs=1]
    80                 RenderBlock {DIV} at (1,1) size 301x56
     63              RenderTableCell {TD} at (201,2) size 300x524 [r=0 c=1 rs=1 cs=1]
     64                RenderBlock {DIV} at (1,1) size 297x56
    8165                  RenderTextControl {INPUT} at (2,2) size 203x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    82                   RenderText {#text} at (206,6) size 5x18
    83                     text run at (206,6) width 5: " "
    84                   RenderBR {BR} at (210,6) size 1x18
     66                  RenderBR {BR} at (206,6) size 1x18
    8567                  RenderTextControl {INPUT} at (2,30) size 203x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    8668                    RenderFlexibleBox {DIV} at (3,0) size 197x24
    8769                      RenderBlock {DIV} at (0,3) size 182x18
    88                 RenderBlock {DIV} at (1,57) size 301x60
     70                RenderBlock {DIV} at (1,57) size 297x60
    8971                  RenderTextControl {INPUT} at (2,2) size 214x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    90                   RenderText {#text} at (217,7) size 5x18
    91                     text run at (217,7) width 5: " "
    92                   RenderBR {BR} at (221,7) size 1x18
     72                  RenderBR {BR} at (217,7) size 1x18
    9373                  RenderTextControl {INPUT} at (2,32) size 214x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    9474                    RenderFlexibleBox {DIV} at (3,0) size 208x26
    9575                      RenderBlock {DIV} at (0,2) size 193x21
    96                 RenderBlock {DIV} at (1,117) size 301x62
     76                RenderBlock {DIV} at (1,117) size 297x62
    9777                  RenderTextControl {INPUT} at (2,2) size 226x27 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    98                   RenderText {#text} at (229,8) size 5x18
    99                     text run at (229,8) width 5: " "
    100                   RenderBR {BR} at (233,8) size 1x18
     78                  RenderBR {BR} at (229,8) size 1x18
    10179                  RenderTextControl {INPUT} at (2,33) size 226x27 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    10280                    RenderFlexibleBox {DIV} at (3,0) size 220x27
    10381                      RenderBlock {DIV} at (0,3) size 201x21
    104                 RenderBlock {DIV} at (1,179) size 301x64
     82                RenderBlock {DIV} at (1,179) size 297x64
    10583                  RenderTextControl {INPUT} at (2,2) size 237x28 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    106                   RenderText {#text} at (240,9) size 5x18
    107                     text run at (240,9) width 5: " "
    108                   RenderBR {BR} at (244,9) size 1x18
     84                  RenderBR {BR} at (240,9) size 1x18
    10985                  RenderTextControl {INPUT} at (2,34) size 237x28 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    11086                    RenderFlexibleBox {DIV} at (3,0) size 231x28
    11187                      RenderBlock {DIV} at (0,3) size 212x22
    112                 RenderBlock {DIV} at (1,243) size 301x66
     88                RenderBlock {DIV} at (1,243) size 297x66
    11389                  RenderTextControl {INPUT} at (2,2) size 257x29 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    114                   RenderText {#text} at (260,10) size 5x18
    115                     text run at (260,10) width 5: " "
    116                   RenderBR {BR} at (264,10) size 1x18
     90                  RenderBR {BR} at (260,10) size 1x18
    11791                  RenderTextControl {INPUT} at (2,35) size 257x29 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    11892                    RenderFlexibleBox {DIV} at (3,0) size 251x29
    11993                      RenderBlock {DIV} at (0,3) size 232x23
    120                 RenderBlock {DIV} at (1,309) size 301x68
     94                RenderBlock {DIV} at (1,309) size 297x68
    12195                  RenderTextControl {INPUT} at (2,2) size 269x30 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    122                   RenderText {#text} at (272,11) size 5x18
    123                     text run at (272,11) width 5: " "
    124                   RenderBR {BR} at (276,11) size 1x18
     96                  RenderBR {BR} at (272,11) size 1x18
    12597                  RenderTextControl {INPUT} at (2,36) size 269x30 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    12698                    RenderFlexibleBox {DIV} at (3,0) size 263x30
    12799                      RenderBlock {DIV} at (0,3) size 244x24
    128                 RenderBlock {DIV} at (1,377) size 301x72
     100                RenderBlock {DIV} at (1,377) size 297x72
    129101                  RenderTextControl {INPUT} at (2,2) size 281x32 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    130                   RenderText {#text} at (284,12) size 5x18
    131                     text run at (284,12) width 5: " "
    132                   RenderBR {BR} at (288,12) size 1x18
     102                  RenderBR {BR} at (284,12) size 1x18
    133103                  RenderTextControl {INPUT} at (2,38) size 281x32 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    134104                    RenderFlexibleBox {DIV} at (3,0) size 275x32
    135105                      RenderBlock {DIV} at (0,3) size 256x26
    136                 RenderBlock {DIV} at (1,449) size 301x74
     106                RenderBlock {DIV} at (1,449) size 297x74
    137107                  RenderTextControl {INPUT} at (2,2) size 293x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    138                   RenderText {#text} at (296,13) size 5x18
    139                     text run at (296,13) width 5: " "
    140                   RenderBR {BR} at (300,13) size 1x18
     108                  RenderBR {BR} at (296,13) size 1x18
    141109                  RenderTextControl {INPUT} at (2,39) size 293x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    142110                    RenderFlexibleBox {DIV} at (3,0) size 287x33
     
    146114layer at (14,145) size 93x10
    147115  RenderBlock {DIV} at (0,0) size 93x10
    148 layer at (14,163) size 118x11
     116layer at (14,161) size 118x11
    149117  RenderBlock {DIV} at (3,3) size 118x11
    150 layer at (14,180) size 105x11
     118layer at (14,178) size 105x11
    151119  RenderBlock {DIV} at (0,0) size 105x11
    152 layer at (14,198) size 129x12
     120layer at (14,195) size 129x12
    153121  RenderBlock {DIV} at (3,3) size 130x12
    154 layer at (14,216) size 116x12
     122layer at (14,213) size 116x12
    155123  RenderBlock {DIV} at (0,0) size 117x12
    156 layer at (16,236) size 141x13
     124layer at (16,233) size 141x13
    157125  RenderBlock {DIV} at (3,3) size 141x13
    158 layer at (16,259) size 128x13
     126layer at (16,256) size 128x13
    159127  RenderBlock {DIV} at (0,0) size 128x13
    160 layer at (16,282) size 152x15
     128layer at (16,279) size 152x15
    161129  RenderBlock {DIV} at (3,3) size 153x15
    162 layer at (16,307) size 139x15
     130layer at (16,304) size 139x15
    163131  RenderBlock {DIV} at (0,0) size 140x15
    164 layer at (16,332) size 163x16
     132layer at (16,329) size 163x16
    165133  RenderBlock {DIV} at (3,3) size 164x16
    166 layer at (16,358) size 148x16
     134layer at (16,355) size 148x16
    167135  RenderBlock {DIV} at (0,0) size 149x16
    168 layer at (16,384) size 174x17
     136layer at (16,381) size 174x17
    169137  RenderBlock {DIV} at (3,3) size 175x17
    170 layer at (16,411) size 159x17
     138layer at (16,408) size 159x17
    171139  RenderBlock {DIV} at (0,0) size 160x17
    172 layer at (16,438) size 185x18
     140layer at (16,435) size 185x18
    173141  RenderBlock {DIV} at (3,3) size 186x18
    174 layer at (16,466) size 170x18
     142layer at (16,463) size 170x18
    175143  RenderBlock {DIV} at (0,0) size 171x18
    176 layer at (219,50) size 196x18
     144layer at (215,50) size 196x18
    177145  RenderBlock {DIV} at (3,3) size 197x18
    178 layer at (219,78) size 181x18
     146layer at (215,78) size 181x18
    179147  RenderBlock {DIV} at (0,0) size 182x18
    180 layer at (219,106) size 207x20
     148layer at (215,106) size 207x20
    181149  RenderBlock {DIV} at (3,3) size 208x20
    182 layer at (219,136) size 192x20
     150layer at (215,136) size 192x20
    183151  RenderBlock {DIV} at (0,0) size 193x20
    184 layer at (219,166) size 219x21
     152layer at (215,166) size 219x21
    185153  RenderBlock {DIV} at (3,3) size 220x21
    186 layer at (219,197) size 200x21
     154layer at (215,197) size 200x21
    187155  RenderBlock {DIV} at (0,0) size 201x21
    188 layer at (219,228) size 231x22
     156layer at (215,228) size 231x22
    189157  RenderBlock {DIV} at (3,3) size 231x22
    190 layer at (219,260) size 212x22
     158layer at (215,260) size 212x22
    191159  RenderBlock {DIV} at (0,0) size 212x22
    192 layer at (219,292) size 251x23
     160layer at (215,292) size 251x23
    193161  RenderBlock {DIV} at (3,3) size 251x23
    194 layer at (219,325) size 232x23
     162layer at (215,325) size 232x23
    195163  RenderBlock {DIV} at (0,0) size 232x23
    196 layer at (219,358) size 263x24
     164layer at (215,358) size 263x24
    197165  RenderBlock {DIV} at (3,3) size 263x24
    198 layer at (219,392) size 244x24
     166layer at (215,392) size 244x24
    199167  RenderBlock {DIV} at (0,0) size 244x24
    200 layer at (219,426) size 275x26
     168layer at (215,426) size 275x26
    201169  RenderBlock {DIV} at (3,3) size 275x26
    202 layer at (219,462) size 256x26
     170layer at (215,462) size 256x26
    203171  RenderBlock {DIV} at (0,0) size 256x26
    204 layer at (219,498) size 287x27
     172layer at (215,498) size 287x27
    205173  RenderBlock {DIV} at (3,3) size 287x27
    206 layer at (219,535) size 268x27
     174layer at (215,535) size 268x27
    207175  RenderBlock {DIV} at (0,0) size 268x27
    208176layer at (107,143) size 13x15
    209177  RenderBlock (relative positioned) {DIV} at (92,0) size 14x15
    210 layer at (119,178) size 13x15
     178layer at (119,176) size 13x15
    211179  RenderBlock (relative positioned) {DIV} at (104,0) size 14x15
    212 layer at (130,215) size 13x15
     180layer at (130,212) size 13x15
    213181  RenderBlock (relative positioned) {DIV} at (116,0) size 14x15
    214 layer at (144,257) size 13x17
     182layer at (144,254) size 13x17
    215183  RenderBlock (relative positioned) {DIV} at (127,0) size 14x17
    216 layer at (155,306) size 13x18
     184layer at (155,303) size 13x18
    217185  RenderBlock (relative positioned) {DIV} at (139,0) size 14x18
    218 layer at (164,356) size 15x20
     186layer at (164,353) size 15x20
    219187  RenderBlock (relative positioned) {DIV} at (148,0) size 16x20
    220 layer at (175,409) size 15x21
     188layer at (175,406) size 15x21
    221189  RenderBlock (relative positioned) {DIV} at (159,0) size 16x21
    222 layer at (186,464) size 15x23
     190layer at (186,461) size 15x23
    223191  RenderBlock (relative positioned) {DIV} at (170,0) size 16x23
    224 layer at (401,75) size 15x24
     192layer at (397,75) size 15x24
    225193  RenderBlock (relative positioned) {DIV} at (181,0) size 16x24
    226 layer at (412,133) size 15x26
     194layer at (408,133) size 15x26
    227195  RenderBlock (relative positioned) {DIV} at (192,0) size 16x26
    228 layer at (419,194) size 19x27
     196layer at (415,194) size 19x27
    229197  RenderBlock (relative positioned) {DIV} at (200,0) size 20x27
    230 layer at (431,257) size 19x28
     198layer at (427,257) size 19x28
    231199  RenderBlock (relative positioned) {DIV} at (211,-1) size 20x30
    232 layer at (451,322) size 19x30
     200layer at (447,322) size 19x30
    233201  RenderBlock (relative positioned) {DIV} at (231,-1) size 20x31
    234 layer at (463,388) size 19x32
     202layer at (459,388) size 19x32
    235203  RenderBlock (relative positioned) {DIV} at (243,-1) size 20x32
    236 layer at (475,459) size 19x33
     204layer at (471,459) size 19x33
    237205  RenderBlock (relative positioned) {DIV} at (255,-1) size 20x34
    238 layer at (487,531) size 19x35
     206layer at (483,531) size 19x35
    239207  RenderBlock (relative positioned) {DIV} at (267,-1) size 20x35
  • trunk/LayoutTests/platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt

    r268958 r269036  
    1818          text run at (0,0) width 364: "This test verifies that textarea controls are properly reset."
    1919        RenderBR {BR} at (363,0) size 1x18
    20         RenderText {#text} at (0,18) size 474x18
    21           text run at (0,18) width 474: "You should see two element IDs below, and the word \"SUCCESS\" twice: "
    22         RenderBR {BR} at (473,18) size 1x18
     20        RenderText {#text} at (0,18) size 470x18
     21          text run at (0,18) width 470: "You should see two element IDs below, and the word \"SUCCESS\" twice:"
     22        RenderBR {BR} at (469,18) size 1x18
    2323        RenderText {#text} at (0,36) size 174x18
    2424          text run at (0,36) width 174: "noDefaultText: SUCCESS "
  • trunk/LayoutTests/platform/mac/fast/forms/option-index-expected.txt

    r268520 r269036  
    99          text run at (0,18) width 55: "element."
    1010      RenderBlock {DIV} at (0,36) size 784x36
    11         RenderText {#text} at (0,0) size 82x18
    12           text run at (0,0) width 82: "Test Passed. "
    13         RenderBR {BR} at (81,0) size 1x18
     11        RenderText {#text} at (0,0) size 78x18
     12          text run at (0,0) width 78: "Test Passed."
     13        RenderBR {BR} at (77,0) size 1x18
    1414        RenderText {#text} at (0,18) size 379x18
    1515          text run at (0,18) width 379: "Index for option element with no corresponding select is: 0"
  • trunk/LayoutTests/platform/mac/fast/text/basic/generic-family-reset-expected.txt

    r268520 r269036  
    1818                text run at (1,39) width 109: "html, body { "
    1919              RenderBR {BR} at (109,39) size 1x19
    20               RenderText {#text} at (1,58) size 202x19
    21                 text run at (1,58) width 202: "    font-family: Verdana; "
    22               RenderBR {BR} at (202,58) size 1x19
     20              RenderText {#text} at (1,58) size 197x19
     21                text run at (1,58) width 197: "    font-family: Verdana;"
     22              RenderBR {BR} at (197,58) size 1x19
    2323              RenderText {#text} at (1,77) size 11x19
    2424                text run at (1,77) width 11: "}"
  • trunk/LayoutTests/platform/mac/fast/xsl/xslt-enc-cyr-expected.txt

    r268520 r269036  
    44  RenderBlock {HTML} at (0,0) size 800x600
    55    RenderBody {BODY} at (8,8) size 784x584
    6       RenderText {#text} at (0,0) size 314x18
    7         text run at (0,0) width 314: "CHARACTERS IN XSLT: \x{414}\x{43E}\x{431}\x{430}\x{432}\x{43B}\x{435}\x{43D}\x{43D}\x{44B}\x{439} \x{442}\x{435}\x{43A}\x{441}\x{442} "
    8       RenderBR {BR} at (313,0) size 1x18
     6      RenderText {#text} at (0,0) size 310x18
     7        text run at (0,0) width 310: "CHARACTERS IN XSLT: \x{414}\x{43E}\x{431}\x{430}\x{432}\x{43B}\x{435}\x{43D}\x{43D}\x{44B}\x{439} \x{442}\x{435}\x{43A}\x{441}\x{442}"
     8      RenderBR {BR} at (309,0) size 1x18
    99      RenderBR {BR} at (0,18) size 0x18
    1010      RenderText {#text} at (0,36) size 222x18
  • trunk/LayoutTests/platform/mac/fast/xsl/xslt-enc-expected.txt

    r268520 r269036  
    44  RenderBlock {HTML} at (0,0) size 800x600
    55    RenderBody {BODY} at (8,8) size 784x584
    6       RenderText {#text} at (0,0) size 259x18
    7         text run at (0,0) width 259: "CHARACTERS IN XSLT: \x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9} "
    8       RenderBR {BR} at (258,0) size 1x18
     6      RenderText {#text} at (0,0) size 255x18
     7        text run at (0,0) width 255: "CHARACTERS IN XSLT: \x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}"
     8      RenderBR {BR} at (254,0) size 1x18
    99      RenderBR {BR} at (0,18) size 0x18
    1010      RenderText {#text} at (0,36) size 318x18
  • trunk/LayoutTests/platform/mac/fast/xsl/xslt-enc16-expected.txt

    r268520 r269036  
    44  RenderBlock {HTML} at (0,0) size 800x600
    55    RenderBody {BODY} at (8,8) size 784x584
    6       RenderText {#text} at (0,0) size 259x18
    7         text run at (0,0) width 259: "CHARACTERS IN XSLT: \x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9} "
    8       RenderBR {BR} at (258,0) size 1x18
     6      RenderText {#text} at (0,0) size 255x18
     7        text run at (0,0) width 255: "CHARACTERS IN XSLT: \x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}"
     8      RenderBR {BR} at (254,0) size 1x18
    99      RenderBR {BR} at (0,18) size 0x18
    1010      RenderText {#text} at (0,36) size 318x18
  • trunk/LayoutTests/platform/mac/fast/xsl/xslt-enc16to16-expected.txt

    r268520 r269036  
    44  RenderBlock {HTML} at (0,0) size 800x600
    55    RenderBody {BODY} at (8,8) size 784x584
    6       RenderText {#text} at (0,0) size 259x18
    7         text run at (0,0) width 259: "CHARACTERS IN XSLT: \x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9} "
    8       RenderBR {BR} at (258,0) size 1x18
     6      RenderText {#text} at (0,0) size 255x18
     7        text run at (0,0) width 255: "CHARACTERS IN XSLT: \x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}"
     8      RenderBR {BR} at (254,0) size 1x18
    99      RenderBR {BR} at (0,18) size 0x18
    1010      RenderText {#text} at (0,36) size 318x18
  • trunk/LayoutTests/platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt

    r268520 r269036  
    1717                  text run at (0,74) width 719: "test saving and restoring of form data, and it needs to be"
    1818                  text run at (0,111) width 747: "long enough that we can test saving and restoring of scroll"
    19                   text run at (0,148) width 120: "position. "
    20                 RenderBR {BR} at (119,148) size 1x37
     19                  text run at (0,148) width 112: "position."
     20                RenderBR {BR} at (111,148) size 1x37
    2121                RenderBR {BR} at (0,185) size 0x37
    2222                RenderBR {BR} at (0,222) size 0x37
  • trunk/LayoutTests/platform/mac/http/tests/navigation/postredirect-basic-expected.txt

    r268520 r269036  
    66      RenderText {#text} at (0,0) size 750x74
    77        text run at (0,0) width 750: "This is just a minimal page that we navigate in response to"
    8         text run at (0,37) width 217: "an HTTP POST. "
    9       RenderBR {BR} at (216,37) size 1x37
     8        text run at (0,37) width 209: "an HTTP POST."
     9      RenderBR {BR} at (208,37) size 1x37
    1010      RenderBR {BR} at (0,74) size 0x37
    1111      RenderText {#text} at (0,111) size 765x111
     
    1313        text run at (0,148) width 179: "that we made "
    1414        text run at (178,148) width 587: "a mistake and requested this page with a GET"
    15         text run at (0,185) width 434: "with no query instead of a POST. "
    16       RenderBR {BR} at (433,185) size 1x37
     15        text run at (0,185) width 426: "with no query instead of a POST."
     16      RenderBR {BR} at (425,185) size 1x37
    1717      RenderBR {BR} at (0,222) size 0x37
    18       RenderText {#text} at (0,259) size 704x37
    19         text run at (0,259) width 704: "The first text field contained: New form text from user "
    20       RenderBR {BR} at (703,259) size 1x37
     18      RenderText {#text} at (0,259) size 696x37
     19        text run at (0,259) width 696: "The first text field contained: New form text from user"
     20      RenderBR {BR} at (695,259) size 1x37
    2121      RenderText {#text} at (0,296) size 574x37
    2222        text run at (0,296) width 574: "This page was requested with an HTTP GET"
  • trunk/LayoutTests/platform/mac/http/tests/navigation/postredirect-goback1-expected.txt

    r268520 r269036  
    66      RenderText {#text} at (0,0) size 750x74
    77        text run at (0,0) width 750: "This is just a minimal page that we navigate in response to"
    8         text run at (0,37) width 217: "an HTTP POST. "
    9       RenderBR {BR} at (216,37) size 1x37
     8        text run at (0,37) width 209: "an HTTP POST."
     9      RenderBR {BR} at (208,37) size 1x37
    1010      RenderBR {BR} at (0,74) size 0x37
    1111      RenderText {#text} at (0,111) size 765x111
     
    1313        text run at (0,148) width 179: "that we made "
    1414        text run at (178,148) width 587: "a mistake and requested this page with a GET"
    15         text run at (0,185) width 434: "with no query instead of a POST. "
    16       RenderBR {BR} at (433,185) size 1x37
     15        text run at (0,185) width 426: "with no query instead of a POST."
     16      RenderBR {BR} at (425,185) size 1x37
    1717      RenderBR {BR} at (0,222) size 0x37
    18       RenderText {#text} at (0,259) size 704x37
    19         text run at (0,259) width 704: "The first text field contained: New form text from user "
    20       RenderBR {BR} at (703,259) size 1x37
     18      RenderText {#text} at (0,259) size 696x37
     19        text run at (0,259) width 696: "The first text field contained: New form text from user"
     20      RenderBR {BR} at (695,259) size 1x37
    2121      RenderText {#text} at (0,296) size 574x37
    2222        text run at (0,296) width 574: "This page was requested with an HTTP GET"
  • trunk/LayoutTests/platform/mac/svg/wicd/test-rightsizing-b-expected.txt

    r208888 r269036  
    7070          RenderText {#text} at (0,0) size 675x32
    7171            text run at (0,0) width 675: "Above there must be four times the same, square SVG child visible, each referenced by an object element with"
    72             text run at (0,16) width 381: "different widths (40%, 20%, 10%, 5%) and no height defined. "
    73           RenderBR {br} at (380,16) size 1x16
     72            text run at (0,16) width 377: "different widths (40%, 20%, 10%, 5%) and no height defined."
     73          RenderBR {br} at (376,16) size 1x16
    7474          RenderBR {br} at (0,32) size 0x16
    7575          RenderText {#text} at (0,48) size 398x16
  • trunk/LayoutTests/platform/win/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt

    r180441 r269036  
    55    RenderBody {BODY} at (8,8) size 784x584
    66      RenderBlock {P} at (0,0) size 784x18
    7         RenderText {#text} at (0,0) size 241x18
    8           text run at (0,0) width 241: "Test appearances of outer-spin-button."
     7        RenderText {#text} at (0,0) size 245x18
     8          text run at (0,0) width 245: "Test appearances of outer-spin-button."
    99      RenderBlock {DIV} at (0,34) size 784x0
    1010      RenderBlock {DIV} at (0,34) size 784x528
    11         RenderTable {TABLE} at (0,0) size 435x528
    12           RenderTableSection {TBODY} at (0,0) size 435x528
    13             RenderTableRow {TR} at (0,2) size 435x524
    14               RenderTableCell {TD} at (2,80) size 178x368 [r=0 c=0 rs=1 cs=1]
    15                 RenderBlock {DIV} at (1,1) size 176x35
    16                   RenderTextControl {INPUT} at (0,3) size 98x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    17                   RenderText {#text} at (98,0) size 4x18
    18                     text run at (98,0) width 4: " "
    19                   RenderBR {BR} at (102,14) size 0x0
    20                   RenderTextControl {INPUT} at (0,19) size 98x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    21                     RenderFlexibleBox {DIV} at (3,3) size 92x10
    22                       RenderBlock {DIV} at (0,0) size 79x10
    23                 RenderBlock {DIV} at (1,36) size 176x36
    24                   RenderTextControl {INPUT} at (0,2) size 100x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    25                   RenderText {#text} at (100,0) size 4x18
    26                     text run at (100,0) width 4: " "
    27                   RenderBR {BR} at (104,14) size 0x0
    28                   RenderTextControl {INPUT} at (0,19) size 100x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    29                     RenderFlexibleBox {DIV} at (3,3) size 94x11
    30                       RenderBlock {DIV} at (0,0) size 81x11
    31                 RenderBlock {DIV} at (1,72) size 176x37
    32                   RenderTextControl {INPUT} at (0,1) size 102x18 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    33                   RenderText {#text} at (102,0) size 4x18
    34                     text run at (102,0) width 4: " "
    35                   RenderBR {BR} at (106,14) size 0x0
    36                   RenderTextControl {INPUT} at (0,19) size 102x18 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    37                     RenderFlexibleBox {DIV} at (3,3) size 96x12
    38                       RenderBlock {DIV} at (0,0) size 83x12
    39                 RenderBlock {DIV} at (1,109) size 176x46
    40                   RenderTextControl {INPUT} at (2,2) size 123x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    41                   RenderText {#text} at (127,2) size 4x18
    42                     text run at (127,2) width 4: " "
    43                   RenderBR {BR} at (131,16) size 0x0
    44                   RenderTextControl {INPUT} at (2,25) size 123x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    45                     RenderFlexibleBox {DIV} at (3,3) size 117x13
    46                       RenderBlock {DIV} at (0,0) size 104x13
    47                 RenderBlock {DIV} at (1,155) size 176x50
    48                   RenderTextControl {INPUT} at (2,2) size 125x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    49                   RenderText {#text} at (129,3) size 4x18
    50                     text run at (129,3) width 4: " "
    51                   RenderBR {BR} at (133,17) size 0x0
    52                   RenderTextControl {INPUT} at (2,27) size 125x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    53                     RenderFlexibleBox {DIV} at (3,3) size 119x15
    54                       RenderBlock {DIV} at (0,0) size 106x15
    55                 RenderBlock {DIV} at (1,205) size 176x52
    56                   RenderTextControl {INPUT} at (2,2) size 146x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    57                   RenderText {#text} at (150,4) size 4x18
    58                     text run at (150,4) width 4: " "
    59                   RenderBR {BR} at (154,18) size 0x0
    60                   RenderTextControl {INPUT} at (2,28) size 146x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    61                     RenderFlexibleBox {DIV} at (3,3) size 140x16
    62                       RenderBlock {DIV} at (0,0) size 125x16
    63                 RenderBlock {DIV} at (1,257) size 176x54
    64                   RenderTextControl {INPUT} at (2,2) size 148x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    65                   RenderText {#text} at (152,5) size 4x18
    66                     text run at (152,5) width 4: " "
    67                   RenderBR {BR} at (156,19) size 0x0
    68                   RenderTextControl {INPUT} at (2,29) size 148x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    69                     RenderFlexibleBox {DIV} at (3,3) size 142x17
    70                       RenderBlock {DIV} at (0,0) size 127x17
    71                 RenderBlock {DIV} at (1,311) size 176x56
    72                   RenderTextControl {INPUT} at (2,2) size 168x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    73                   RenderText {#text} at (172,6) size 4x18
    74                     text run at (172,6) width 4: " "
    75                   RenderBR {BR} at (176,20) size 0x0
    76                   RenderTextControl {INPUT} at (2,30) size 168x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    77                     RenderFlexibleBox {DIV} at (3,3) size 162x18
    78                       RenderBlock {DIV} at (0,0) size 147x18
    79               RenderTableCell {TD} at (182,2) size 251x524 [r=0 c=1 rs=1 cs=1]
    80                 RenderBlock {DIV} at (1,1) size 249x56
    81                   RenderTextControl {INPUT} at (2,2) size 170x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    82                   RenderText {#text} at (174,6) size 4x18
    83                     text run at (174,6) width 4: " "
    84                   RenderBR {BR} at (178,20) size 0x0
    85                   RenderTextControl {INPUT} at (2,30) size 170x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    86                     RenderFlexibleBox {DIV} at (3,3) size 164x18
    87                       RenderBlock {DIV} at (0,0) size 149x18
    88                 RenderBlock {DIV} at (1,57) size 249x60
    89                   RenderTextControl {INPUT} at (2,2) size 172x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    90                   RenderText {#text} at (176,7) size 4x18
    91                     text run at (176,7) width 4: " "
    92                   RenderBR {BR} at (180,21) size 0x0
    93                   RenderTextControl {INPUT} at (2,32) size 172x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    94                     RenderFlexibleBox {DIV} at (3,3) size 166x20
    95                       RenderBlock {DIV} at (0,0) size 151x20
    96                 RenderBlock {DIV} at (1,117) size 249x62
    97                   RenderTextControl {INPUT} at (2,2) size 193x27 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    98                   RenderText {#text} at (197,8) size 4x18
    99                     text run at (197,8) width 4: " "
    100                   RenderBR {BR} at (201,22) size 0x0
    101                   RenderTextControl {INPUT} at (2,33) size 193x27 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    102                     RenderFlexibleBox {DIV} at (3,3) size 187x21
    103                       RenderBlock {DIV} at (0,0) size 168x21
    104                 RenderBlock {DIV} at (1,179) size 249x64
    105                   RenderTextControl {INPUT} at (2,2) size 195x28 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    106                   RenderText {#text} at (199,9) size 4x18
    107                     text run at (199,9) width 4: " "
    108                   RenderBR {BR} at (203,23) size 0x0
    109                   RenderTextControl {INPUT} at (2,34) size 195x28 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    110                     RenderFlexibleBox {DIV} at (3,3) size 189x22
    111                       RenderBlock {DIV} at (0,0) size 170x22
    112                 RenderBlock {DIV} at (1,243) size 249x66
    113                   RenderTextControl {INPUT} at (2,2) size 216x29 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    114                   RenderText {#text} at (220,10) size 4x18
    115                     text run at (220,10) width 4: " "
    116                   RenderBR {BR} at (224,24) size 0x0
    117                   RenderTextControl {INPUT} at (2,35) size 216x29 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    118                     RenderFlexibleBox {DIV} at (3,3) size 210x23
    119                       RenderBlock {DIV} at (0,0) size 191x23
    120                 RenderBlock {DIV} at (1,309) size 249x68
    121                   RenderTextControl {INPUT} at (2,2) size 218x30 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    122                   RenderText {#text} at (222,11) size 4x18
    123                     text run at (222,11) width 4: " "
    124                   RenderBR {BR} at (226,25) size 0x0
    125                   RenderTextControl {INPUT} at (2,36) size 218x30 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    126                     RenderFlexibleBox {DIV} at (3,3) size 212x24
    127                       RenderBlock {DIV} at (0,0) size 193x24
    128                 RenderBlock {DIV} at (1,377) size 249x72
    129                   RenderTextControl {INPUT} at (2,2) size 239x32 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    130                   RenderText {#text} at (243,12) size 4x18
    131                     text run at (243,12) width 4: " "
    132                   RenderBR {BR} at (247,26) size 0x0
    133                   RenderTextControl {INPUT} at (2,38) size 239x32 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    134                     RenderFlexibleBox {DIV} at (3,3) size 233x26
    135                       RenderBlock {DIV} at (0,0) size 214x26
    136                 RenderBlock {DIV} at (1,449) size 249x74
    137                   RenderTextControl {INPUT} at (2,2) size 241x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    138                   RenderText {#text} at (245,13) size 4x18
    139                     text run at (245,13) width 4: " "
    140                   RenderBR {BR} at (249,27) size 0x0
    141                   RenderTextControl {INPUT} at (2,39) size 241x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
    142                     RenderFlexibleBox {DIV} at (3,3) size 235x27
    143                       RenderBlock {DIV} at (0,0) size 216x27
    144 layer at (14,129) size 92x10
    145   RenderBlock {DIV} at (3,3) size 92x10
    146 layer at (14,145) size 79x10
    147   RenderBlock {DIV} at (0,0) size 79x10
    148 layer at (14,163) size 94x11
    149   RenderBlock {DIV} at (3,3) size 94x11
    150 layer at (14,180) size 81x11
    151   RenderBlock {DIV} at (0,0) size 81x11
    152 layer at (14,198) size 96x12
    153   RenderBlock {DIV} at (3,3) size 96x12
    154 layer at (14,216) size 83x12
    155   RenderBlock {DIV} at (0,0) size 83x12
    156 layer at (16,236) size 117x13
    157   RenderBlock {DIV} at (3,3) size 117x13
    158 layer at (16,259) size 104x13
    159   RenderBlock {DIV} at (0,0) size 104x13
    160 layer at (16,282) size 119x15
    161   RenderBlock {DIV} at (3,3) size 119x15
    162 layer at (16,307) size 106x15
    163   RenderBlock {DIV} at (0,0) size 106x15
    164 layer at (16,332) size 140x16
    165   RenderBlock {DIV} at (3,3) size 140x16
    166 layer at (16,358) size 125x16
    167   RenderBlock {DIV} at (0,0) size 125x16
    168 layer at (16,384) size 142x17
    169   RenderBlock {DIV} at (3,3) size 142x17
    170 layer at (16,411) size 127x17
    171   RenderBlock {DIV} at (0,0) size 127x17
    172 layer at (16,438) size 162x18
    173   RenderBlock {DIV} at (3,3) size 162x18
    174 layer at (16,466) size 147x18
    175   RenderBlock {DIV} at (0,0) size 147x18
    176 layer at (196,50) size 164x18
    177   RenderBlock {DIV} at (3,3) size 164x18
    178 layer at (196,78) size 149x18
    179   RenderBlock {DIV} at (0,0) size 149x18
    180 layer at (196,106) size 166x20
    181   RenderBlock {DIV} at (3,3) size 166x20
    182 layer at (196,136) size 151x20
    183   RenderBlock {DIV} at (0,0) size 151x20
    184 layer at (196,166) size 187x21
    185   RenderBlock {DIV} at (3,3) size 187x21
    186 layer at (196,197) size 168x21
    187   RenderBlock {DIV} at (0,0) size 168x21
    188 layer at (196,228) size 189x22
    189   RenderBlock {DIV} at (3,3) size 189x22
    190 layer at (196,260) size 170x22
    191   RenderBlock {DIV} at (0,0) size 170x22
    192 layer at (196,292) size 210x23
    193   RenderBlock {DIV} at (3,3) size 210x23
    194 layer at (196,325) size 191x23
    195   RenderBlock {DIV} at (0,0) size 191x23
    196 layer at (196,358) size 212x24
    197   RenderBlock {DIV} at (3,3) size 212x24
    198 layer at (196,392) size 193x24
    199   RenderBlock {DIV} at (0,0) size 193x24
    200 layer at (196,426) size 233x26
    201   RenderBlock {DIV} at (3,3) size 233x26
    202 layer at (196,462) size 214x26
    203   RenderBlock {DIV} at (0,0) size 214x26
    204 layer at (196,498) size 235x27
    205   RenderBlock {DIV} at (3,3) size 235x27
    206 layer at (196,535) size 216x27
    207   RenderBlock {DIV} at (0,0) size 216x27
    208 layer at (94,144) size 13x12
    209   RenderBlock (relative positioned) {DIV} at (80,-1) size 13x12
    210 layer at (96,179) size 13x13
    211   RenderBlock (relative positioned) {DIV} at (82,-1) size 13x13
    212 layer at (98,215) size 13x14
    213   RenderBlock (relative positioned) {DIV} at (84,-1) size 13x14
    214 layer at (121,258) size 13x15
    215   RenderBlock (relative positioned) {DIV} at (105,-1) size 13x15
    216 layer at (123,306) size 13x17
    217   RenderBlock (relative positioned) {DIV} at (107,-1) size 13x17
    218 layer at (142,357) size 15x18
    219   RenderBlock (relative positioned) {DIV} at (126,-1) size 15x18
    220 layer at (144,410) size 15x19
    221   RenderBlock (relative positioned) {DIV} at (128,-1) size 15x19
    222 layer at (164,465) size 15x20
    223   RenderBlock (relative positioned) {DIV} at (148,-1) size 15x20
    224 layer at (346,77) size 15x20
    225   RenderBlock (relative positioned) {DIV} at (150,-1) size 15x20
    226 layer at (348,135) size 15x22
    227   RenderBlock (relative positioned) {DIV} at (152,-1) size 15x22
    228 layer at (365,196) size 19x23
    229   RenderBlock (relative positioned) {DIV} at (169,-1) size 19x23
    230 layer at (367,259) size 19x24
    231   RenderBlock (relative positioned) {DIV} at (171,-1) size 19x24
    232 layer at (388,324) size 19x25
    233   RenderBlock (relative positioned) {DIV} at (192,-1) size 19x25
    234 layer at (390,391) size 19x26
    235   RenderBlock (relative positioned) {DIV} at (194,-1) size 19x26
    236 layer at (411,461) size 19x28
    237   RenderBlock (relative positioned) {DIV} at (215,-1) size 19x28
    238 layer at (413,534) size 19x29
    239   RenderBlock (relative positioned) {DIV} at (217,-1) size 19x29
     11        RenderTable {TABLE} at (0,0) size 503x528
     12          RenderTableSection {TBODY} at (0,0) size 503x528
     13            RenderTableRow {TR} at (0,2) size 503x524
     14              RenderTableCell {TD} at (2,83) size 198x362 [r=0 c=0 rs=1 cs=1]
     15                RenderBlock {DIV} at (1,1) size 196x32
     16                  RenderTextControl {INPUT} at (0,0) size 112x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     17                  RenderBR {BR} at (111,-3) size 1x18
     18                  RenderTextControl {INPUT} at (0,16) size 112x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     19                    RenderFlexibleBox {DIV} at (3,0) size 106x16
     20                      RenderBlock {DIV} at (0,2) size 93x11
     21                RenderBlock {DIV} at (1,33) size 196x34
     22                  RenderTextControl {INPUT} at (0,0) size 124x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     23                  RenderBR {BR} at (123,-2) size 1x18
     24                  RenderTextControl {INPUT} at (0,17) size 124x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     25                    RenderFlexibleBox {DIV} at (3,1) size 118x15
     26                      RenderBlock {DIV} at (0,2) size 105x11
     27                RenderBlock {DIV} at (1,67) size 196x36
     28                  RenderTextControl {INPUT} at (0,0) size 136x18 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     29                  RenderBR {BR} at (135,-1) size 1x18
     30                  RenderTextControl {INPUT} at (0,18) size 136x18 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     31                    RenderFlexibleBox {DIV} at (3,1) size 130x16
     32                      RenderBlock {DIV} at (0,1) size 117x13
     33                RenderBlock {DIV} at (1,103) size 196x46
     34                  RenderTextControl {INPUT} at (2,2) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     35                  RenderBR {BR} at (150,2) size 1x18
     36                  RenderTextControl {INPUT} at (2,25) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     37                    RenderFlexibleBox {DIV} at (3,1) size 141x17
     38                      RenderBlock {DIV} at (0,1) size 128x14
     39                RenderBlock {DIV} at (1,149) size 196x50
     40                  RenderTextControl {INPUT} at (2,2) size 159x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     41                  RenderBR {BR} at (162,3) size 1x18
     42                  RenderTextControl {INPUT} at (2,27) size 159x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     43                    RenderFlexibleBox {DIV} at (3,1) size 153x19
     44                      RenderBlock {DIV} at (0,1) size 140x16
     45                RenderBlock {DIV} at (1,199) size 196x52
     46                  RenderTextControl {INPUT} at (2,2) size 170x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     47                  RenderBR {BR} at (173,4) size 1x18
     48                  RenderTextControl {INPUT} at (2,28) size 170x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     49                    RenderFlexibleBox {DIV} at (3,1) size 164x20
     50                      RenderBlock {DIV} at (0,1) size 149x17
     51                RenderBlock {DIV} at (1,251) size 196x54
     52                  RenderTextControl {INPUT} at (2,2) size 181x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     53                  RenderBR {BR} at (184,5) size 1x18
     54                  RenderTextControl {INPUT} at (2,29) size 181x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     55                    RenderFlexibleBox {DIV} at (3,1) size 175x21
     56                      RenderBlock {DIV} at (0,2) size 160x17
     57                RenderBlock {DIV} at (1,305) size 196x56
     58                  RenderTextControl {INPUT} at (2,2) size 192x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     59                  RenderBR {BR} at (195,6) size 1x18
     60                  RenderTextControl {INPUT} at (2,30) size 192x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     61                    RenderFlexibleBox {DIV} at (3,0) size 186x24
     62                      RenderBlock {DIV} at (0,2) size 171x19
     63              RenderTableCell {TD} at (201,2) size 300x524 [r=0 c=1 rs=1 cs=1]
     64                RenderBlock {DIV} at (1,1) size 297x56
     65                  RenderTextControl {INPUT} at (2,2) size 203x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     66                  RenderBR {BR} at (206,6) size 1x18
     67                  RenderTextControl {INPUT} at (2,30) size 203x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     68                    RenderFlexibleBox {DIV} at (3,0) size 197x24
     69                      RenderBlock {DIV} at (0,3) size 182x18
     70                RenderBlock {DIV} at (1,57) size 297x60
     71                  RenderTextControl {INPUT} at (2,2) size 214x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     72                  RenderBR {BR} at (217,7) size 1x18
     73                  RenderTextControl {INPUT} at (2,32) size 214x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     74                    RenderFlexibleBox {DIV} at (3,0) size 208x26
     75                      RenderBlock {DIV} at (0,2) size 193x21
     76                RenderBlock {DIV} at (1,117) size 297x62
     77                  RenderTextControl {INPUT} at (2,2) size 226x27 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     78                  RenderBR {BR} at (229,8) size 1x18
     79                  RenderTextControl {INPUT} at (2,33) size 226x27 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     80                    RenderFlexibleBox {DIV} at (3,0) size 220x27
     81                      RenderBlock {DIV} at (0,3) size 201x21
     82                RenderBlock {DIV} at (1,179) size 297x64
     83                  RenderTextControl {INPUT} at (2,2) size 237x28 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     84                  RenderBR {BR} at (240,9) size 1x18
     85                  RenderTextControl {INPUT} at (2,34) size 237x28 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     86                    RenderFlexibleBox {DIV} at (3,0) size 231x28
     87                      RenderBlock {DIV} at (0,3) size 212x22
     88                RenderBlock {DIV} at (1,243) size 297x66
     89                  RenderTextControl {INPUT} at (2,2) size 257x29 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     90                  RenderBR {BR} at (260,10) size 1x18
     91                  RenderTextControl {INPUT} at (2,35) size 257x29 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     92                    RenderFlexibleBox {DIV} at (3,0) size 251x29
     93                      RenderBlock {DIV} at (0,3) size 232x23
     94                RenderBlock {DIV} at (1,309) size 297x68
     95                  RenderTextControl {INPUT} at (2,2) size 269x30 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     96                  RenderBR {BR} at (272,11) size 1x18
     97                  RenderTextControl {INPUT} at (2,36) size 269x30 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     98                    RenderFlexibleBox {DIV} at (3,0) size 263x30
     99                      RenderBlock {DIV} at (0,3) size 244x24
     100                RenderBlock {DIV} at (1,377) size 297x72
     101                  RenderTextControl {INPUT} at (2,2) size 281x32 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     102                  RenderBR {BR} at (284,12) size 1x18
     103                  RenderTextControl {INPUT} at (2,38) size 281x32 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     104                    RenderFlexibleBox {DIV} at (3,0) size 275x32
     105                      RenderBlock {DIV} at (0,3) size 256x26
     106                RenderBlock {DIV} at (1,449) size 297x74
     107                  RenderTextControl {INPUT} at (2,2) size 293x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     108                  RenderBR {BR} at (296,13) size 1x18
     109                  RenderTextControl {INPUT} at (2,39) size 293x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
     110                    RenderFlexibleBox {DIV} at (3,0) size 287x33
     111                      RenderBlock {DIV} at (0,3) size 268x27
     112layer at (14,129) size 106x10
     113  RenderBlock {DIV} at (3,3) size 106x10
     114layer at (14,145) size 93x10
     115  RenderBlock {DIV} at (0,0) size 93x10
     116layer at (14,161) size 118x11
     117  RenderBlock {DIV} at (3,3) size 118x11
     118layer at (14,178) size 105x11
     119  RenderBlock {DIV} at (0,0) size 105x11
     120layer at (14,195) size 129x12
     121  RenderBlock {DIV} at (3,3) size 130x12
     122layer at (14,213) size 116x12
     123  RenderBlock {DIV} at (0,0) size 117x12
     124layer at (16,233) size 141x13
     125  RenderBlock {DIV} at (3,3) size 141x13
     126layer at (16,256) size 128x13
     127  RenderBlock {DIV} at (0,0) size 128x13
     128layer at (16,279) size 152x15
     129  RenderBlock {DIV} at (3,3) size 153x15
     130layer at (16,304) size 139x15
     131  RenderBlock {DIV} at (0,0) size 140x15
     132layer at (16,329) size 163x16
     133  RenderBlock {DIV} at (3,3) size 164x16
     134layer at (16,355) size 148x16
     135  RenderBlock {DIV} at (0,0) size 149x16
     136layer at (16,381) size 174x17
     137  RenderBlock {DIV} at (3,3) size 175x17
     138layer at (16,408) size 159x17
     139  RenderBlock {DIV} at (0,0) size 160x17
     140layer at (16,435) size 185x18
     141  RenderBlock {DIV} at (3,3) size 186x18
     142layer at (16,463) size 170x18
     143  RenderBlock {DIV} at (0,0) size 171x18
     144layer at (215,50) size 196x18
     145  RenderBlock {DIV} at (3,3) size 197x18
     146layer at (215,78) size 181x18
     147  RenderBlock {DIV} at (0,0) size 182x18
     148layer at (215,106) size 207x20
     149  RenderBlock {DIV} at (3,3) size 208x20
     150layer at (215,136) size 192x20
     151  RenderBlock {DIV} at (0,0) size 193x20
     152layer at (215,166) size 219x21
     153  RenderBlock {DIV} at (3,3) size 220x21
     154layer at (215,197) size 200x21
     155  RenderBlock {DIV} at (0,0) size 201x21
     156layer at (215,228) size 231x22
     157  RenderBlock {DIV} at (3,3) size 231x22
     158layer at (215,260) size 212x22
     159  RenderBlock {DIV} at (0,0) size 212x22
     160layer at (215,292) size 251x23
     161  RenderBlock {DIV} at (3,3) size 251x23
     162layer at (215,325) size 232x23
     163  RenderBlock {DIV} at (0,0) size 232x23
     164layer at (215,358) size 263x24
     165  RenderBlock {DIV} at (3,3) size 263x24
     166layer at (215,392) size 244x24
     167  RenderBlock {DIV} at (0,0) size 244x24
     168layer at (215,426) size 275x26
     169  RenderBlock {DIV} at (3,3) size 275x26
     170layer at (215,462) size 256x26
     171  RenderBlock {DIV} at (0,0) size 256x26
     172layer at (215,498) size 287x27
     173  RenderBlock {DIV} at (3,3) size 287x27
     174layer at (215,535) size 268x27
     175  RenderBlock {DIV} at (0,0) size 268x27
     176layer at (107,143) size 13x15
     177  RenderBlock (relative positioned) {DIV} at (92,0) size 14x15
     178layer at (119,176) size 13x15
     179  RenderBlock (relative positioned) {DIV} at (104,0) size 14x15
     180layer at (130,212) size 13x15
     181  RenderBlock (relative positioned) {DIV} at (116,0) size 14x15
     182layer at (144,254) size 13x17
     183  RenderBlock (relative positioned) {DIV} at (127,0) size 14x17
     184layer at (155,303) size 13x18
     185  RenderBlock (relative positioned) {DIV} at (139,0) size 14x18
     186layer at (164,353) size 15x20
     187  RenderBlock (relative positioned) {DIV} at (148,0) size 16x20
     188layer at (175,406) size 15x21
     189  RenderBlock (relative positioned) {DIV} at (159,0) size 16x21
     190layer at (186,461) size 15x23
     191  RenderBlock (relative positioned) {DIV} at (170,0) size 16x23
     192layer at (397,75) size 15x24
     193  RenderBlock (relative positioned) {DIV} at (181,0) size 16x24
     194layer at (408,133) size 15x26
     195  RenderBlock (relative positioned) {DIV} at (192,0) size 16x26
     196layer at (415,194) size 19x27
     197  RenderBlock (relative positioned) {DIV} at (200,0) size 20x27
     198layer at (427,257) size 19x28
     199  RenderBlock (relative positioned) {DIV} at (211,-1) size 20x30
     200layer at (447,322) size 19x30
     201  RenderBlock (relative positioned) {DIV} at (231,-1) size 20x31
     202layer at (459,388) size 19x32
     203  RenderBlock (relative positioned) {DIV} at (243,-1) size 20x32
     204layer at (471,459) size 19x33
     205  RenderBlock (relative positioned) {DIV} at (255,-1) size 20x34
     206layer at (483,531) size 19x35
     207  RenderBlock (relative positioned) {DIV} at (267,-1) size 20x35
  • trunk/LayoutTests/svg/wicd/test-rightsizing-b.xhtml

    r87526 r269036  
    1616        <object data="resources/test-svg-child-object-rightsizing.svg" width="5%" type="image/svg+xml">[SVG NOT SUPPORTED]</object>
    1717        <p>
    18             Above there must be four times the same, square SVG child visible, each referenced by an object element with different widths (40%, 20%, 10%, 5%) and no height defined.
    19             <br/><br/>
     18            Above there must be four times the same, square SVG child visible, each referenced by an object element with different widths (40%, 20%, 10%, 5%) and no height defined.<br/><br/>
    2019            Beyond there is the same, only with PNG images instead of SVG.
    2120        </p>
Note: See TracChangeset for help on using the changeset viewer.