Changeset 269036 in webkit
- Timestamp:
- Oct 27, 2020 6:27:17 AM (21 months ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 32 edited
-
ChangeLog (modified) (1 diff)
-
fast/dom/HTMLTextAreaElement/reset-textarea.html (modified) (1 diff)
-
fast/forms/input-appearance-spinbutton.html (modified) (1 diff)
-
fast/forms/option-index.html (modified) (1 diff)
-
fast/text/basic/generic-family-reset.html (modified) (1 diff)
-
fast/xsl/resources/xslt-enc-cyr.xsl (modified) (1 diff)
-
fast/xsl/resources/xslt-enc.xsl (modified) (1 diff)
-
fast/xsl/resources/xslt-enc16.xsl (modified) (1 diff)
-
fast/xsl/xslt-processor-expected.txt (modified) (2 diffs)
-
http/tests/navigation/resources/postresult.pl (modified) (2 diffs)
-
http/tests/navigation/resources/success200.html (modified) (1 diff)
-
platform/ios/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt (modified) (1 diff)
-
platform/ios/fast/forms/option-index-expected.txt (modified) (1 diff)
-
platform/ios/fast/xsl/xslt-enc-cyr-expected.txt (modified) (1 diff)
-
platform/ios/fast/xsl/xslt-enc-expected.txt (modified) (1 diff)
-
platform/ios/fast/xsl/xslt-enc16-expected.txt (modified) (1 diff)
-
platform/ios/fast/xsl/xslt-enc16to16-expected.txt (modified) (1 diff)
-
platform/mac-catalina/fast/forms/input-appearance-spinbutton-expected.txt (modified) (2 diffs)
-
platform/mac-mojave/fast/forms/input-appearance-spinbutton-expected.txt (modified) (2 diffs)
-
platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt (modified) (1 diff)
-
platform/mac/fast/forms/option-index-expected.txt (modified) (1 diff)
-
platform/mac/fast/text/basic/generic-family-reset-expected.txt (modified) (1 diff)
-
platform/mac/fast/xsl/xslt-enc-cyr-expected.txt (modified) (1 diff)
-
platform/mac/fast/xsl/xslt-enc-expected.txt (modified) (1 diff)
-
platform/mac/fast/xsl/xslt-enc16-expected.txt (modified) (1 diff)
-
platform/mac/fast/xsl/xslt-enc16to16-expected.txt (modified) (1 diff)
-
platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt (modified) (1 diff)
-
platform/mac/http/tests/navigation/postredirect-basic-expected.txt (modified) (2 diffs)
-
platform/mac/http/tests/navigation/postredirect-goback1-expected.txt (modified) (2 diffs)
-
platform/mac/svg/wicd/test-rightsizing-b-expected.txt (modified) (1 diff)
-
platform/win/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt (modified) (1 diff)
-
svg/wicd/test-rightsizing-b.xhtml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r269029 r269036 1 2020-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 1 34 2020-10-27 Philippe Normand <pnormand@igalia.com> 2 35 -
trunk/LayoutTests/fast/dom/HTMLTextAreaElement/reset-textarea.html
r268958 r269036 8 8 <input id="resetButton" type="reset"> 9 9 </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> 12 11 function test(element) 13 12 { -
trunk/LayoutTests/fast/forms/input-appearance-spinbutton.html
r188159 r269036 16 16 var div = document.createElement('div'); 17 17 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>' 19 19 + '<input style="font-size:' + size + 'px" type=number>'; 20 20 } -
trunk/LayoutTests/fast/forms/option-index.html
r11995 r269036 4 4 function Crash() { 5 5 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; 7 7 } 8 8 </script> -
trunk/LayoutTests/fast/text/basic/generic-family-reset.html
r16398 r269036 19 19 <br/> 20 20 html, body { <br/> 21 font-family: Verdana; <br/>21 font-family: Verdana;<br/> 22 22 }<br/> 23 23 tt, span {<br/> -
trunk/LayoutTests/fast/xsl/resources/xslt-enc-cyr.xsl
r267010 r269036 5 5 <html xmlns="http://www.w3.org/1999/xhtml"> 6 6 <body> 7 CHARACTERS IN XSLT: ´ÞÑÐÒÛÕÝÝëÙ âÕÚáâ <br/> <xsl:apply-templates/>7 CHARACTERS IN XSLT: ´ÞÑÐÒÛÕÝÝëÙ âÕÚáâ<br/> <xsl:apply-templates/> 8 8 </body> 9 9 </html> -
trunk/LayoutTests/fast/xsl/resources/xslt-enc.xsl
r267010 r269036 8 8 </head> 9 9 <body> 10 CHARACTERS IN XSLT: ééééééééééé <br/> <xsl:apply-templates/>10 CHARACTERS IN XSLT: ééééééééééé<br/> <xsl:apply-templates/> 11 11 </body> 12 12 </html> -
trunk/LayoutTests/fast/xsl/resources/xslt-enc16.xsl
r267010 r269036 5 5 <html xmlns="http://www.w3.org/1999/xhtml"> 6 6 <body> 7 CHARACTERS IN XSLT: ééééééééééé <br/> <xsl:apply-templates/>7 CHARACTERS IN XSLT: ééééééééééé<br/> <xsl:apply-templates/> 8 8 </body> 9 9 </html> -
trunk/LayoutTests/fast/xsl/xslt-processor-expected.txt
r267644 r269036 23 23 </head> 24 24 <body> 25 CHARACTERS IN XSLT: ééééééééééé <br /> <xsl:apply-templates/>25 CHARACTERS IN XSLT: ééééééééééé<br /> <xsl:apply-templates/> 26 26 </body> 27 27 </html> … … 38 38 1.1 Import two different stylesheets: 39 39 <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: <<<&тест&>>></body></html>40 CHARACTERS IN XSLT: ééééééééééé<br /><br />SOURCE XML: <<<&тест&>>></body></html> 41 41 1.2 Import same stylesheet twice: 42 42 <?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 27 27 <html> 28 28 <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> 31 30 <br> 32 31 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> 34 33 <br> 35 <br> 36 The first text field contained: $textFieldData 37 <br> 34 The first text field contained: $textFieldData<br> 38 35 This page was requested with an HTTP $method 39 36 </body> … … 85 82 <html> 86 83 <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> 91 86 The query parameters are: $queryString 92 87 </body> -
trunk/LayoutTests/http/tests/navigation/resources/success200.html
r124692 r269036 10 10 This is test page that we navigate to as part of testing various navigation styles. It 11 11 includes 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> 12 be long enough that we can test saving and restoring of scroll position.<br> 14 13 <br> 15 14 <br> -
trunk/LayoutTests/platform/ios/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt
r268958 r269036 18 18 text run at (0,0) width 365: "This test verifies that textarea controls are properly reset." 19 19 RenderBR {BR} at (364,0) size 1x19 20 RenderText {#text} at (0,20) size 47 4x1921 text run at (0,20) width 47 4: "You should see two element IDs below, and the word \"SUCCESS\" twice:"22 RenderBR {BR} at (4 73,20) size 1x1920 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 23 23 RenderText {#text} at (0,40) size 174x19 24 24 text run at (0,40) width 174: "noDefaultText: SUCCESS " -
trunk/LayoutTests/platform/ios/fast/forms/option-index-expected.txt
r268520 r269036 9 9 text run at (0,20) width 55: "element." 10 10 RenderBlock {DIV} at (0,40) size 784x40 11 RenderText {#text} at (0,0) size 82x1912 text run at (0,0) width 82: "Test Passed."13 RenderBR {BR} at ( 81,0) size 1x1911 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 14 14 RenderText {#text} at (0,20) size 379x19 15 15 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 4 4 RenderBlock {HTML} at (0,0) size 800x600 5 5 RenderBody {BODY} at (8,8) size 784x584 6 RenderText {#text} at (0,0) size 31 4x197 text run at (0,0) width 31 4: "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 (3 13,0) size 1x196 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 9 9 RenderBR {BR} at (0,20) size 0x19 10 10 RenderText {#text} at (0,40) size 221x19 -
trunk/LayoutTests/platform/ios/fast/xsl/xslt-enc-expected.txt
r268520 r269036 4 4 RenderBlock {HTML} at (0,0) size 800x600 5 5 RenderBody {BODY} at (8,8) size 784x584 6 RenderText {#text} at (0,0) size 25 9x197 text run at (0,0) width 25 9: "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 (25 8,0) size 1x196 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 9 9 RenderBR {BR} at (0,20) size 0x19 10 10 RenderText {#text} at (0,40) size 318x19 -
trunk/LayoutTests/platform/ios/fast/xsl/xslt-enc16-expected.txt
r268520 r269036 4 4 RenderBlock {HTML} at (0,0) size 800x600 5 5 RenderBody {BODY} at (8,8) size 784x584 6 RenderText {#text} at (0,0) size 25 9x197 text run at (0,0) width 25 9: "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 (25 8,0) size 1x196 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 9 9 RenderBR {BR} at (0,20) size 0x19 10 10 RenderText {#text} at (0,40) size 318x19 -
trunk/LayoutTests/platform/ios/fast/xsl/xslt-enc16to16-expected.txt
r268520 r269036 4 4 RenderBlock {HTML} at (0,0) size 800x600 5 5 RenderBody {BODY} at (8,8) size 784x584 6 RenderText {#text} at (0,0) size 25 9x197 text run at (0,0) width 25 9: "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 (25 8,0) size 1x196 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 9 9 RenderBR {BR} at (0,20) size 0x19 10 10 RenderText {#text} at (0,40) size 318x19 -
trunk/LayoutTests/platform/mac-catalina/fast/forms/input-appearance-spinbutton-expected.txt
r268670 r269036 9 9 RenderBlock {DIV} at (0,34) size 784x0 10 10 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)] 21 19 RenderFlexibleBox {DIV} at (3,0) size 106x16 22 20 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)] 29 25 RenderFlexibleBox {DIV} at (3,1) size 118x15 30 26 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)] 37 31 RenderFlexibleBox {DIV} at (3,1) size 130x16 38 32 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)] 45 37 RenderFlexibleBox {DIV} at (3,1) size 141x17 46 38 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)] 53 43 RenderFlexibleBox {DIV} at (3,1) size 153x19 54 44 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)] 61 49 RenderFlexibleBox {DIV} at (3,1) size 164x20 62 50 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)] 69 55 RenderFlexibleBox {DIV} at (3,1) size 175x21 70 56 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)] 77 61 RenderFlexibleBox {DIV} at (3,0) size 186x24 78 62 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)] 86 68 RenderFlexibleBox {DIV} at (3,0) size 197x24 87 69 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)] 94 74 RenderFlexibleBox {DIV} at (3,0) size 208x26 95 75 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)] 102 80 RenderFlexibleBox {DIV} at (3,0) size 220x27 103 81 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)] 110 86 RenderFlexibleBox {DIV} at (3,0) size 231x28 111 87 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)] 118 92 RenderFlexibleBox {DIV} at (3,0) size 251x29 119 93 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)] 126 98 RenderFlexibleBox {DIV} at (3,0) size 263x30 127 99 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)] 134 104 RenderFlexibleBox {DIV} at (3,0) size 275x32 135 105 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)] 142 110 RenderFlexibleBox {DIV} at (3,0) size 287x33 143 111 RenderBlock {DIV} at (0,3) size 268x27 … … 146 114 layer at (14,145) size 93x10 147 115 RenderBlock {DIV} at (0,0) size 93x10 148 layer at (14,16 3) size 118x11116 layer at (14,161) size 118x11 149 117 RenderBlock {DIV} at (3,3) size 118x11 150 layer at (14,1 80) size 105x11118 layer at (14,178) size 105x11 151 119 RenderBlock {DIV} at (0,0) size 105x11 152 layer at (14,19 8) size 129x12120 layer at (14,195) size 129x12 153 121 RenderBlock {DIV} at (3,3) size 130x12 154 layer at (14,21 6) size 116x12122 layer at (14,213) size 116x12 155 123 RenderBlock {DIV} at (0,0) size 117x12 156 layer at (1 6,236) size 141x13124 layer at (14,233) size 141x13 157 125 RenderBlock {DIV} at (3,3) size 141x13 158 layer at (1 6,259) size 128x13126 layer at (14,256) size 128x13 159 127 RenderBlock {DIV} at (0,0) size 128x13 160 layer at (1 6,282) size 152x15128 layer at (14,279) size 152x15 161 129 RenderBlock {DIV} at (3,3) size 153x15 162 layer at (1 6,307) size 139x15130 layer at (14,304) size 139x15 163 131 RenderBlock {DIV} at (0,0) size 140x15 164 layer at (1 6,332) size 163x16132 layer at (14,329) size 163x16 165 133 RenderBlock {DIV} at (3,3) size 164x16 166 layer at (1 6,358) size 148x16134 layer at (14,355) size 148x16 167 135 RenderBlock {DIV} at (0,0) size 149x16 168 layer at (1 6,384) size 174x17136 layer at (14,381) size 174x17 169 137 RenderBlock {DIV} at (3,3) size 175x17 170 layer at (1 6,411) size 159x17138 layer at (14,408) size 159x17 171 139 RenderBlock {DIV} at (0,0) size 160x17 172 layer at (1 6,438) size 185x18140 layer at (14,435) size 185x18 173 141 RenderBlock {DIV} at (3,3) size 186x18 174 layer at (1 6,466) size 170x18142 layer at (14,463) size 170x18 175 143 RenderBlock {DIV} at (0,0) size 171x18 176 layer at (21 9,50) size 196x18144 layer at (213,50) size 196x18 177 145 RenderBlock {DIV} at (3,3) size 197x18 178 layer at (21 9,78) size 181x18146 layer at (213,78) size 181x18 179 147 RenderBlock {DIV} at (0,0) size 182x18 180 layer at (21 9,106) size 207x20148 layer at (213,106) size 207x20 181 149 RenderBlock {DIV} at (3,3) size 208x20 182 layer at (21 9,136) size 192x20150 layer at (213,136) size 192x20 183 151 RenderBlock {DIV} at (0,0) size 193x20 184 layer at (21 9,166) size 219x21152 layer at (213,166) size 219x21 185 153 RenderBlock {DIV} at (3,3) size 220x21 186 layer at (21 9,197) size 200x21154 layer at (213,197) size 200x21 187 155 RenderBlock {DIV} at (0,0) size 201x21 188 layer at (21 9,228) size 231x22156 layer at (213,228) size 231x22 189 157 RenderBlock {DIV} at (3,3) size 231x22 190 layer at (21 9,260) size 212x22158 layer at (213,260) size 212x22 191 159 RenderBlock {DIV} at (0,0) size 212x22 192 layer at (21 9,292) size 251x23160 layer at (213,292) size 251x23 193 161 RenderBlock {DIV} at (3,3) size 251x23 194 layer at (21 9,325) size 232x23162 layer at (213,325) size 232x23 195 163 RenderBlock {DIV} at (0,0) size 232x23 196 layer at (21 9,358) size 263x24164 layer at (213,358) size 263x24 197 165 RenderBlock {DIV} at (3,3) size 263x24 198 layer at (21 9,392) size 244x24166 layer at (213,392) size 244x24 199 167 RenderBlock {DIV} at (0,0) size 244x24 200 layer at (21 9,426) size 275x26168 layer at (213,426) size 275x26 201 169 RenderBlock {DIV} at (3,3) size 275x26 202 layer at (21 9,462) size 256x26170 layer at (213,462) size 256x26 203 171 RenderBlock {DIV} at (0,0) size 256x26 204 layer at (21 9,498) size 287x27172 layer at (213,498) size 287x27 205 173 RenderBlock {DIV} at (3,3) size 287x27 206 layer at (21 9,535) size 268x27174 layer at (213,535) size 268x27 207 175 RenderBlock {DIV} at (0,0) size 268x27 208 176 layer at (107,143) size 13x15 209 177 RenderBlock (relative positioned) {DIV} at (92,0) size 14x15 210 layer at (119,17 8) size 13x15178 layer at (119,176) size 13x15 211 179 RenderBlock (relative positioned) {DIV} at (104,0) size 14x15 212 layer at (130,21 5) size 13x15180 layer at (130,212) size 13x15 213 181 RenderBlock (relative positioned) {DIV} at (116,0) size 14x15 214 layer at (14 4,257) size 13x17182 layer at (142,254) size 13x17 215 183 RenderBlock (relative positioned) {DIV} at (127,0) size 14x17 216 layer at (15 5,306) size 13x18184 layer at (153,303) size 13x18 217 185 RenderBlock (relative positioned) {DIV} at (139,0) size 14x18 218 layer at (16 4,356) size 15x20186 layer at (162,353) size 15x20 219 187 RenderBlock (relative positioned) {DIV} at (148,0) size 16x20 220 layer at (17 5,409) size 15x21188 layer at (173,406) size 15x21 221 189 RenderBlock (relative positioned) {DIV} at (159,0) size 16x21 222 layer at (18 6,464) size 15x23190 layer at (184,461) size 15x23 223 191 RenderBlock (relative positioned) {DIV} at (170,0) size 16x23 224 layer at ( 401,75) size 15x24192 layer at (395,75) size 15x24 225 193 RenderBlock (relative positioned) {DIV} at (181,0) size 16x24 226 layer at (4 12,133) size 15x26194 layer at (406,133) size 15x26 227 195 RenderBlock (relative positioned) {DIV} at (192,0) size 16x26 228 layer at (41 9,194) size 19x27196 layer at (413,194) size 19x27 229 197 RenderBlock (relative positioned) {DIV} at (200,0) size 20x27 230 layer at (4 31,257) size 19x28198 layer at (425,257) size 19x28 231 199 RenderBlock (relative positioned) {DIV} at (211,-1) size 20x30 232 layer at (4 51,322) size 19x30200 layer at (445,322) size 19x30 233 201 RenderBlock (relative positioned) {DIV} at (231,-1) size 20x31 234 layer at (4 63,388) size 19x32202 layer at (457,388) size 19x32 235 203 RenderBlock (relative positioned) {DIV} at (243,-1) size 20x32 236 layer at (4 75,459) size 19x33204 layer at (469,459) size 19x33 237 205 RenderBlock (relative positioned) {DIV} at (255,-1) size 20x34 238 layer at (48 7,531) size 19x35206 layer at (481,531) size 19x35 239 207 RenderBlock (relative positioned) {DIV} at (267,-1) size 20x35 -
trunk/LayoutTests/platform/mac-mojave/fast/forms/input-appearance-spinbutton-expected.txt
r268683 r269036 9 9 RenderBlock {DIV} at (0,34) size 784x0 10 10 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)] 21 19 RenderFlexibleBox {DIV} at (3,0) size 106x16 22 20 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)] 29 25 RenderFlexibleBox {DIV} at (3,1) size 118x15 30 26 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)] 37 31 RenderFlexibleBox {DIV} at (3,1) size 130x16 38 32 RenderBlock {DIV} at (0,1) size 117x13 39 RenderBlock {DIV} at (1,10 9) size 200x4633 RenderBlock {DIV} at (1,103) size 196x46 40 34 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 44 36 RenderTextControl {INPUT} at (2,25) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)] 45 37 RenderFlexibleBox {DIV} at (3,1) size 141x17 46 38 RenderBlock {DIV} at (0,1) size 128x14 47 RenderBlock {DIV} at (1,1 55) size 200x5039 RenderBlock {DIV} at (1,149) size 196x50 48 40 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 52 42 RenderTextControl {INPUT} at (2,27) size 159x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)] 53 43 RenderFlexibleBox {DIV} at (3,1) size 153x19 54 44 RenderBlock {DIV} at (0,1) size 140x16 55 RenderBlock {DIV} at (1, 205) size 200x5245 RenderBlock {DIV} at (1,199) size 196x52 56 46 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 60 48 RenderTextControl {INPUT} at (2,28) size 170x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)] 61 49 RenderFlexibleBox {DIV} at (3,1) size 164x20 62 50 RenderBlock {DIV} at (0,1) size 149x17 63 RenderBlock {DIV} at (1,25 7) size 200x5451 RenderBlock {DIV} at (1,251) size 196x54 64 52 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 68 54 RenderTextControl {INPUT} at (2,29) size 181x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)] 69 55 RenderFlexibleBox {DIV} at (3,1) size 175x21 70 56 RenderBlock {DIV} at (0,2) size 160x17 71 RenderBlock {DIV} at (1,3 11) size 200x5657 RenderBlock {DIV} at (1,305) size 196x56 72 58 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 76 60 RenderTextControl {INPUT} at (2,30) size 192x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)] 77 61 RenderFlexibleBox {DIV} at (3,0) size 186x24 78 62 RenderBlock {DIV} at (0,2) size 171x19 79 RenderTableCell {TD} at (20 5,2) size 304x524 [r=0 c=1 rs=1 cs=1]80 RenderBlock {DIV} at (1,1) size 301x5663 RenderTableCell {TD} at (201,2) size 300x524 [r=0 c=1 rs=1 cs=1] 64 RenderBlock {DIV} at (1,1) size 297x56 81 65 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 85 67 RenderTextControl {INPUT} at (2,30) size 203x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)] 86 68 RenderFlexibleBox {DIV} at (3,0) size 197x24 87 69 RenderBlock {DIV} at (0,3) size 182x18 88 RenderBlock {DIV} at (1,57) size 301x6070 RenderBlock {DIV} at (1,57) size 297x60 89 71 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 93 73 RenderTextControl {INPUT} at (2,32) size 214x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)] 94 74 RenderFlexibleBox {DIV} at (3,0) size 208x26 95 75 RenderBlock {DIV} at (0,2) size 193x21 96 RenderBlock {DIV} at (1,117) size 301x6276 RenderBlock {DIV} at (1,117) size 297x62 97 77 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 101 79 RenderTextControl {INPUT} at (2,33) size 226x27 [bgcolor=#FFFFFF] [border: (2px inset #000000)] 102 80 RenderFlexibleBox {DIV} at (3,0) size 220x27 103 81 RenderBlock {DIV} at (0,3) size 201x21 104 RenderBlock {DIV} at (1,179) size 301x6482 RenderBlock {DIV} at (1,179) size 297x64 105 83 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 109 85 RenderTextControl {INPUT} at (2,34) size 237x28 [bgcolor=#FFFFFF] [border: (2px inset #000000)] 110 86 RenderFlexibleBox {DIV} at (3,0) size 231x28 111 87 RenderBlock {DIV} at (0,3) size 212x22 112 RenderBlock {DIV} at (1,243) size 301x6688 RenderBlock {DIV} at (1,243) size 297x66 113 89 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 117 91 RenderTextControl {INPUT} at (2,35) size 257x29 [bgcolor=#FFFFFF] [border: (2px inset #000000)] 118 92 RenderFlexibleBox {DIV} at (3,0) size 251x29 119 93 RenderBlock {DIV} at (0,3) size 232x23 120 RenderBlock {DIV} at (1,309) size 301x6894 RenderBlock {DIV} at (1,309) size 297x68 121 95 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 125 97 RenderTextControl {INPUT} at (2,36) size 269x30 [bgcolor=#FFFFFF] [border: (2px inset #000000)] 126 98 RenderFlexibleBox {DIV} at (3,0) size 263x30 127 99 RenderBlock {DIV} at (0,3) size 244x24 128 RenderBlock {DIV} at (1,377) size 301x72100 RenderBlock {DIV} at (1,377) size 297x72 129 101 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 133 103 RenderTextControl {INPUT} at (2,38) size 281x32 [bgcolor=#FFFFFF] [border: (2px inset #000000)] 134 104 RenderFlexibleBox {DIV} at (3,0) size 275x32 135 105 RenderBlock {DIV} at (0,3) size 256x26 136 RenderBlock {DIV} at (1,449) size 301x74106 RenderBlock {DIV} at (1,449) size 297x74 137 107 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 141 109 RenderTextControl {INPUT} at (2,39) size 293x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)] 142 110 RenderFlexibleBox {DIV} at (3,0) size 287x33 … … 146 114 layer at (14,145) size 93x10 147 115 RenderBlock {DIV} at (0,0) size 93x10 148 layer at (14,16 3) size 118x11116 layer at (14,161) size 118x11 149 117 RenderBlock {DIV} at (3,3) size 118x11 150 layer at (14,1 80) size 105x11118 layer at (14,178) size 105x11 151 119 RenderBlock {DIV} at (0,0) size 105x11 152 layer at (14,19 8) size 129x12120 layer at (14,195) size 129x12 153 121 RenderBlock {DIV} at (3,3) size 130x12 154 layer at (14,21 6) size 116x12122 layer at (14,213) size 116x12 155 123 RenderBlock {DIV} at (0,0) size 117x12 156 layer at (16,23 6) size 141x13124 layer at (16,233) size 141x13 157 125 RenderBlock {DIV} at (3,3) size 141x13 158 layer at (16,25 9) size 128x13126 layer at (16,256) size 128x13 159 127 RenderBlock {DIV} at (0,0) size 128x13 160 layer at (16,2 82) size 152x15128 layer at (16,279) size 152x15 161 129 RenderBlock {DIV} at (3,3) size 153x15 162 layer at (16,30 7) size 139x15130 layer at (16,304) size 139x15 163 131 RenderBlock {DIV} at (0,0) size 140x15 164 layer at (16,3 32) size 163x16132 layer at (16,329) size 163x16 165 133 RenderBlock {DIV} at (3,3) size 164x16 166 layer at (16,35 8) size 148x16134 layer at (16,355) size 148x16 167 135 RenderBlock {DIV} at (0,0) size 149x16 168 layer at (16,38 4) size 174x17136 layer at (16,381) size 174x17 169 137 RenderBlock {DIV} at (3,3) size 175x17 170 layer at (16,4 11) size 159x17138 layer at (16,408) size 159x17 171 139 RenderBlock {DIV} at (0,0) size 160x17 172 layer at (16,43 8) size 185x18140 layer at (16,435) size 185x18 173 141 RenderBlock {DIV} at (3,3) size 186x18 174 layer at (16,46 6) size 170x18142 layer at (16,463) size 170x18 175 143 RenderBlock {DIV} at (0,0) size 171x18 176 layer at (21 9,50) size 196x18144 layer at (215,50) size 196x18 177 145 RenderBlock {DIV} at (3,3) size 197x18 178 layer at (21 9,78) size 181x18146 layer at (215,78) size 181x18 179 147 RenderBlock {DIV} at (0,0) size 182x18 180 layer at (21 9,106) size 207x20148 layer at (215,106) size 207x20 181 149 RenderBlock {DIV} at (3,3) size 208x20 182 layer at (21 9,136) size 192x20150 layer at (215,136) size 192x20 183 151 RenderBlock {DIV} at (0,0) size 193x20 184 layer at (21 9,166) size 219x21152 layer at (215,166) size 219x21 185 153 RenderBlock {DIV} at (3,3) size 220x21 186 layer at (21 9,197) size 200x21154 layer at (215,197) size 200x21 187 155 RenderBlock {DIV} at (0,0) size 201x21 188 layer at (21 9,228) size 231x22156 layer at (215,228) size 231x22 189 157 RenderBlock {DIV} at (3,3) size 231x22 190 layer at (21 9,260) size 212x22158 layer at (215,260) size 212x22 191 159 RenderBlock {DIV} at (0,0) size 212x22 192 layer at (21 9,292) size 251x23160 layer at (215,292) size 251x23 193 161 RenderBlock {DIV} at (3,3) size 251x23 194 layer at (21 9,325) size 232x23162 layer at (215,325) size 232x23 195 163 RenderBlock {DIV} at (0,0) size 232x23 196 layer at (21 9,358) size 263x24164 layer at (215,358) size 263x24 197 165 RenderBlock {DIV} at (3,3) size 263x24 198 layer at (21 9,392) size 244x24166 layer at (215,392) size 244x24 199 167 RenderBlock {DIV} at (0,0) size 244x24 200 layer at (21 9,426) size 275x26168 layer at (215,426) size 275x26 201 169 RenderBlock {DIV} at (3,3) size 275x26 202 layer at (21 9,462) size 256x26170 layer at (215,462) size 256x26 203 171 RenderBlock {DIV} at (0,0) size 256x26 204 layer at (21 9,498) size 287x27172 layer at (215,498) size 287x27 205 173 RenderBlock {DIV} at (3,3) size 287x27 206 layer at (21 9,535) size 268x27174 layer at (215,535) size 268x27 207 175 RenderBlock {DIV} at (0,0) size 268x27 208 176 layer at (107,143) size 13x15 209 177 RenderBlock (relative positioned) {DIV} at (92,0) size 14x15 210 layer at (119,17 8) size 13x15178 layer at (119,176) size 13x15 211 179 RenderBlock (relative positioned) {DIV} at (104,0) size 14x15 212 layer at (130,21 5) size 13x15180 layer at (130,212) size 13x15 213 181 RenderBlock (relative positioned) {DIV} at (116,0) size 14x15 214 layer at (144,25 7) size 13x17182 layer at (144,254) size 13x17 215 183 RenderBlock (relative positioned) {DIV} at (127,0) size 14x17 216 layer at (155,30 6) size 13x18184 layer at (155,303) size 13x18 217 185 RenderBlock (relative positioned) {DIV} at (139,0) size 14x18 218 layer at (164,35 6) size 15x20186 layer at (164,353) size 15x20 219 187 RenderBlock (relative positioned) {DIV} at (148,0) size 16x20 220 layer at (175,40 9) size 15x21188 layer at (175,406) size 15x21 221 189 RenderBlock (relative positioned) {DIV} at (159,0) size 16x21 222 layer at (186,46 4) size 15x23190 layer at (186,461) size 15x23 223 191 RenderBlock (relative positioned) {DIV} at (170,0) size 16x23 224 layer at ( 401,75) size 15x24192 layer at (397,75) size 15x24 225 193 RenderBlock (relative positioned) {DIV} at (181,0) size 16x24 226 layer at (4 12,133) size 15x26194 layer at (408,133) size 15x26 227 195 RenderBlock (relative positioned) {DIV} at (192,0) size 16x26 228 layer at (41 9,194) size 19x27196 layer at (415,194) size 19x27 229 197 RenderBlock (relative positioned) {DIV} at (200,0) size 20x27 230 layer at (4 31,257) size 19x28198 layer at (427,257) size 19x28 231 199 RenderBlock (relative positioned) {DIV} at (211,-1) size 20x30 232 layer at (4 51,322) size 19x30200 layer at (447,322) size 19x30 233 201 RenderBlock (relative positioned) {DIV} at (231,-1) size 20x31 234 layer at (4 63,388) size 19x32202 layer at (459,388) size 19x32 235 203 RenderBlock (relative positioned) {DIV} at (243,-1) size 20x32 236 layer at (47 5,459) size 19x33204 layer at (471,459) size 19x33 237 205 RenderBlock (relative positioned) {DIV} at (255,-1) size 20x34 238 layer at (48 7,531) size 19x35206 layer at (483,531) size 19x35 239 207 RenderBlock (relative positioned) {DIV} at (267,-1) size 20x35 -
trunk/LayoutTests/platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt
r268958 r269036 18 18 text run at (0,0) width 364: "This test verifies that textarea controls are properly reset." 19 19 RenderBR {BR} at (363,0) size 1x18 20 RenderText {#text} at (0,18) size 47 4x1821 text run at (0,18) width 47 4: "You should see two element IDs below, and the word \"SUCCESS\" twice:"22 RenderBR {BR} at (4 73,18) size 1x1820 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 23 23 RenderText {#text} at (0,36) size 174x18 24 24 text run at (0,36) width 174: "noDefaultText: SUCCESS " -
trunk/LayoutTests/platform/mac/fast/forms/option-index-expected.txt
r268520 r269036 9 9 text run at (0,18) width 55: "element." 10 10 RenderBlock {DIV} at (0,36) size 784x36 11 RenderText {#text} at (0,0) size 82x1812 text run at (0,0) width 82: "Test Passed."13 RenderBR {BR} at ( 81,0) size 1x1811 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 14 14 RenderText {#text} at (0,18) size 379x18 15 15 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 18 18 text run at (1,39) width 109: "html, body { " 19 19 RenderBR {BR} at (109,39) size 1x19 20 RenderText {#text} at (1,58) size 202x1921 text run at (1,58) width 202: " font-family: Verdana;"22 RenderBR {BR} at ( 202,58) size 1x1920 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 23 23 RenderText {#text} at (1,77) size 11x19 24 24 text run at (1,77) width 11: "}" -
trunk/LayoutTests/platform/mac/fast/xsl/xslt-enc-cyr-expected.txt
r268520 r269036 4 4 RenderBlock {HTML} at (0,0) size 800x600 5 5 RenderBody {BODY} at (8,8) size 784x584 6 RenderText {#text} at (0,0) size 31 4x187 text run at (0,0) width 31 4: "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 (3 13,0) size 1x186 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 9 9 RenderBR {BR} at (0,18) size 0x18 10 10 RenderText {#text} at (0,36) size 222x18 -
trunk/LayoutTests/platform/mac/fast/xsl/xslt-enc-expected.txt
r268520 r269036 4 4 RenderBlock {HTML} at (0,0) size 800x600 5 5 RenderBody {BODY} at (8,8) size 784x584 6 RenderText {#text} at (0,0) size 25 9x187 text run at (0,0) width 25 9: "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 (25 8,0) size 1x186 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 9 9 RenderBR {BR} at (0,18) size 0x18 10 10 RenderText {#text} at (0,36) size 318x18 -
trunk/LayoutTests/platform/mac/fast/xsl/xslt-enc16-expected.txt
r268520 r269036 4 4 RenderBlock {HTML} at (0,0) size 800x600 5 5 RenderBody {BODY} at (8,8) size 784x584 6 RenderText {#text} at (0,0) size 25 9x187 text run at (0,0) width 25 9: "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 (25 8,0) size 1x186 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 9 9 RenderBR {BR} at (0,18) size 0x18 10 10 RenderText {#text} at (0,36) size 318x18 -
trunk/LayoutTests/platform/mac/fast/xsl/xslt-enc16to16-expected.txt
r268520 r269036 4 4 RenderBlock {HTML} at (0,0) size 800x600 5 5 RenderBody {BODY} at (8,8) size 784x584 6 RenderText {#text} at (0,0) size 25 9x187 text run at (0,0) width 25 9: "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 (25 8,0) size 1x186 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 9 9 RenderBR {BR} at (0,18) size 0x18 10 10 RenderText {#text} at (0,36) size 318x18 -
trunk/LayoutTests/platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt
r268520 r269036 17 17 text run at (0,74) width 719: "test saving and restoring of form data, and it needs to be" 18 18 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 1 20: "position."20 RenderBR {BR} at (11 9,148) size 1x3719 text run at (0,148) width 112: "position." 20 RenderBR {BR} at (111,148) size 1x37 21 21 RenderBR {BR} at (0,185) size 0x37 22 22 RenderBR {BR} at (0,222) size 0x37 -
trunk/LayoutTests/platform/mac/http/tests/navigation/postredirect-basic-expected.txt
r268520 r269036 6 6 RenderText {#text} at (0,0) size 750x74 7 7 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 2 17: "an HTTP POST."9 RenderBR {BR} at (2 16,37) size 1x378 text run at (0,37) width 209: "an HTTP POST." 9 RenderBR {BR} at (208,37) size 1x37 10 10 RenderBR {BR} at (0,74) size 0x37 11 11 RenderText {#text} at (0,111) size 765x111 … … 13 13 text run at (0,148) width 179: "that we made " 14 14 text run at (178,148) width 587: "a mistake and requested this page with a GET" 15 text run at (0,185) width 4 34: "with no query instead of a POST."16 RenderBR {BR} at (4 33,185) size 1x3715 text run at (0,185) width 426: "with no query instead of a POST." 16 RenderBR {BR} at (425,185) size 1x37 17 17 RenderBR {BR} at (0,222) size 0x37 18 RenderText {#text} at (0,259) size 704x3719 text run at (0,259) width 704: "The first text field contained: New form text from user"20 RenderBR {BR} at ( 703,259) size 1x3718 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 21 21 RenderText {#text} at (0,296) size 574x37 22 22 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 6 6 RenderText {#text} at (0,0) size 750x74 7 7 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 2 17: "an HTTP POST."9 RenderBR {BR} at (2 16,37) size 1x378 text run at (0,37) width 209: "an HTTP POST." 9 RenderBR {BR} at (208,37) size 1x37 10 10 RenderBR {BR} at (0,74) size 0x37 11 11 RenderText {#text} at (0,111) size 765x111 … … 13 13 text run at (0,148) width 179: "that we made " 14 14 text run at (178,148) width 587: "a mistake and requested this page with a GET" 15 text run at (0,185) width 4 34: "with no query instead of a POST."16 RenderBR {BR} at (4 33,185) size 1x3715 text run at (0,185) width 426: "with no query instead of a POST." 16 RenderBR {BR} at (425,185) size 1x37 17 17 RenderBR {BR} at (0,222) size 0x37 18 RenderText {#text} at (0,259) size 704x3719 text run at (0,259) width 704: "The first text field contained: New form text from user"20 RenderBR {BR} at ( 703,259) size 1x3718 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 21 21 RenderText {#text} at (0,296) size 574x37 22 22 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 70 70 RenderText {#text} at (0,0) size 675x32 71 71 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 3 81: "different widths (40%, 20%, 10%, 5%) and no height defined."73 RenderBR {br} at (3 80,16) size 1x1672 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 74 74 RenderBR {br} at (0,32) size 0x16 75 75 RenderText {#text} at (0,48) size 398x16 -
trunk/LayoutTests/platform/win/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt
r180441 r269036 5 5 RenderBody {BODY} at (8,8) size 784x584 6 6 RenderBlock {P} at (0,0) size 784x18 7 RenderText {#text} at (0,0) size 24 1x188 text run at (0,0) width 24 1: "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." 9 9 RenderBlock {DIV} at (0,34) size 784x0 10 10 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 112 layer at (14,129) size 106x10 113 RenderBlock {DIV} at (3,3) size 106x10 114 layer at (14,145) size 93x10 115 RenderBlock {DIV} at (0,0) size 93x10 116 layer at (14,161) size 118x11 117 RenderBlock {DIV} at (3,3) size 118x11 118 layer at (14,178) size 105x11 119 RenderBlock {DIV} at (0,0) size 105x11 120 layer at (14,195) size 129x12 121 RenderBlock {DIV} at (3,3) size 130x12 122 layer at (14,213) size 116x12 123 RenderBlock {DIV} at (0,0) size 117x12 124 layer at (16,233) size 141x13 125 RenderBlock {DIV} at (3,3) size 141x13 126 layer at (16,256) size 128x13 127 RenderBlock {DIV} at (0,0) size 128x13 128 layer at (16,279) size 152x15 129 RenderBlock {DIV} at (3,3) size 153x15 130 layer at (16,304) size 139x15 131 RenderBlock {DIV} at (0,0) size 140x15 132 layer at (16,329) size 163x16 133 RenderBlock {DIV} at (3,3) size 164x16 134 layer at (16,355) size 148x16 135 RenderBlock {DIV} at (0,0) size 149x16 136 layer at (16,381) size 174x17 137 RenderBlock {DIV} at (3,3) size 175x17 138 layer at (16,408) size 159x17 139 RenderBlock {DIV} at (0,0) size 160x17 140 layer at (16,435) size 185x18 141 RenderBlock {DIV} at (3,3) size 186x18 142 layer at (16,463) size 170x18 143 RenderBlock {DIV} at (0,0) size 171x18 144 layer at (215,50) size 196x18 145 RenderBlock {DIV} at (3,3) size 197x18 146 layer at (215,78) size 181x18 147 RenderBlock {DIV} at (0,0) size 182x18 148 layer at (215,106) size 207x20 149 RenderBlock {DIV} at (3,3) size 208x20 150 layer at (215,136) size 192x20 151 RenderBlock {DIV} at (0,0) size 193x20 152 layer at (215,166) size 219x21 153 RenderBlock {DIV} at (3,3) size 220x21 154 layer at (215,197) size 200x21 155 RenderBlock {DIV} at (0,0) size 201x21 156 layer at (215,228) size 231x22 157 RenderBlock {DIV} at (3,3) size 231x22 158 layer at (215,260) size 212x22 159 RenderBlock {DIV} at (0,0) size 212x22 160 layer at (215,292) size 251x23 161 RenderBlock {DIV} at (3,3) size 251x23 162 layer at (215,325) size 232x23 163 RenderBlock {DIV} at (0,0) size 232x23 164 layer at (215,358) size 263x24 165 RenderBlock {DIV} at (3,3) size 263x24 166 layer at (215,392) size 244x24 167 RenderBlock {DIV} at (0,0) size 244x24 168 layer at (215,426) size 275x26 169 RenderBlock {DIV} at (3,3) size 275x26 170 layer at (215,462) size 256x26 171 RenderBlock {DIV} at (0,0) size 256x26 172 layer at (215,498) size 287x27 173 RenderBlock {DIV} at (3,3) size 287x27 174 layer at (215,535) size 268x27 175 RenderBlock {DIV} at (0,0) size 268x27 176 layer at (107,143) size 13x15 177 RenderBlock (relative positioned) {DIV} at (92,0) size 14x15 178 layer at (119,176) size 13x15 179 RenderBlock (relative positioned) {DIV} at (104,0) size 14x15 180 layer at (130,212) size 13x15 181 RenderBlock (relative positioned) {DIV} at (116,0) size 14x15 182 layer at (144,254) size 13x17 183 RenderBlock (relative positioned) {DIV} at (127,0) size 14x17 184 layer at (155,303) size 13x18 185 RenderBlock (relative positioned) {DIV} at (139,0) size 14x18 186 layer at (164,353) size 15x20 187 RenderBlock (relative positioned) {DIV} at (148,0) size 16x20 188 layer at (175,406) size 15x21 189 RenderBlock (relative positioned) {DIV} at (159,0) size 16x21 190 layer at (186,461) size 15x23 191 RenderBlock (relative positioned) {DIV} at (170,0) size 16x23 192 layer at (397,75) size 15x24 193 RenderBlock (relative positioned) {DIV} at (181,0) size 16x24 194 layer at (408,133) size 15x26 195 RenderBlock (relative positioned) {DIV} at (192,0) size 16x26 196 layer at (415,194) size 19x27 197 RenderBlock (relative positioned) {DIV} at (200,0) size 20x27 198 layer at (427,257) size 19x28 199 RenderBlock (relative positioned) {DIV} at (211,-1) size 20x30 200 layer at (447,322) size 19x30 201 RenderBlock (relative positioned) {DIV} at (231,-1) size 20x31 202 layer at (459,388) size 19x32 203 RenderBlock (relative positioned) {DIV} at (243,-1) size 20x32 204 layer at (471,459) size 19x33 205 RenderBlock (relative positioned) {DIV} at (255,-1) size 20x34 206 layer 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 16 16 <object data="resources/test-svg-child-object-rightsizing.svg" width="5%" type="image/svg+xml">[SVG NOT SUPPORTED]</object> 17 17 <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/> 20 19 Beyond there is the same, only with PNG images instead of SVG. 21 20 </p>
Note: See TracChangeset
for help on using the changeset viewer.