Title: [269036] trunk/LayoutTests
Revision
269036
Author
[email protected]
Date
2020-10-27 06:27:17 -0700 (Tue, 27 Oct 2020)

Log 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/_javascript_link-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:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (269035 => 269036)


--- trunk/LayoutTests/ChangeLog	2020-10-27 13:26:48 UTC (rev 269035)
+++ trunk/LayoutTests/ChangeLog	2020-10-27 13:27:17 UTC (rev 269036)
@@ -1,3 +1,36 @@
+2020-10-27  Zalan Bujtas  <[email protected]>
+
+        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/_javascript_link-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:
+
 2020-10-27  Philippe Normand  <[email protected]>
 
         Unreviewed, GTK GStreamer gardening

Modified: trunk/LayoutTests/fast/dom/HTMLTextAreaElement/reset-textarea.html (269035 => 269036)


--- trunk/LayoutTests/fast/dom/HTMLTextAreaElement/reset-textarea.html	2020-10-27 13:26:48 UTC (rev 269035)
+++ trunk/LayoutTests/fast/dom/HTMLTextAreaElement/reset-textarea.html	2020-10-27 13:27:17 UTC (rev 269036)
@@ -7,8 +7,7 @@
 <textarea id="hasDefaultText">Default Text</textarea>
 <input id="resetButton" type="reset">
 </form>
-<p>This test verifies that textarea controls are properly reset.<br>You should see two element IDs below, and the word "SUCCESS" twice:
-<script>
+<p>This test verifies that textarea controls are properly reset.<br>You should see two element IDs below, and the word "SUCCESS" twice:<script>
 function test(element)
 {
     var result = "FAILED";

Modified: trunk/LayoutTests/fast/forms/input-appearance-spinbutton.html (269035 => 269036)


--- trunk/LayoutTests/fast/forms/input-appearance-spinbutton.html	2020-10-27 13:26:48 UTC (rev 269035)
+++ trunk/LayoutTests/fast/forms/input-appearance-spinbutton.html	2020-10-27 13:27:17 UTC (rev 269036)
@@ -15,7 +15,7 @@
 for (var size = 8; size < 24; size++) {
     var div = document.createElement('div');
     document.getElementById(size < (24 + 8) / 2 ? 'p1' : 'p2').appendChild(div);
-    div.innerHTML = '<input style="font-size:' + size + 'px"> <br>'
+    div.innerHTML = '<input style="font-size:' + size + 'px"><br>'
         + '<input style="font-size:' + size + 'px" type=number>';
 }
 </script>

Modified: trunk/LayoutTests/fast/forms/option-index.html (269035 => 269036)


--- trunk/LayoutTests/fast/forms/option-index.html	2020-10-27 13:26:48 UTC (rev 269035)
+++ trunk/LayoutTests/fast/forms/option-index.html	2020-10-27 13:27:17 UTC (rev 269036)
@@ -3,7 +3,7 @@
 <script>
 function Crash() {
     var x = new Option('t','v');
-    document.getElementById('result').innerHTML = "Test Passed. <BR/> Index for option element with no corresponding select is: " + x.index;
+    document.getElementById('result').innerHTML = "Test Passed.<BR/> Index for option element with no corresponding select is: " + x.index;
 }
 </script>
 </head>

Modified: trunk/LayoutTests/fast/text/basic/generic-family-reset.html (269035 => 269036)


--- trunk/LayoutTests/fast/text/basic/generic-family-reset.html	2020-10-27 13:26:48 UTC (rev 269035)
+++ trunk/LayoutTests/fast/text/basic/generic-family-reset.html	2020-10-27 13:27:17 UTC (rev 269036)
@@ -18,7 +18,7 @@
 The css in the head of this file is like this:<br/>
 <br/>
 html, body { <br/>
-&nbsp; &nbsp; font-family: Verdana; <br/>
+&nbsp; &nbsp; font-family: Verdana;<br/>
 }<br/>
 tt, span {<br/>
 &nbsp; &nbsp; font-size: 0.8em;<br/>

Modified: trunk/LayoutTests/fast/xsl/resources/xslt-enc-cyr.xsl (269035 => 269036)


--- trunk/LayoutTests/fast/xsl/resources/xslt-enc-cyr.xsl	2020-10-27 13:26:48 UTC (rev 269035)
+++ trunk/LayoutTests/fast/xsl/resources/xslt-enc-cyr.xsl	2020-10-27 13:27:17 UTC (rev 269036)
@@ -4,7 +4,7 @@
     <xsl:template match="TEST">
         <html xmlns="http://www.w3.org/1999/xhtml">
             <body>
-              CHARACTERS IN XSLT: \xB4\xDE\xD1\xD0\xD2\xDB\xD5\xDD\xDD\xEB\xD9 \xE2\xD5\xDA\xE1\xE2 <br/> <xsl:apply-templates/>
+              CHARACTERS IN XSLT: \xB4\xDE\xD1\xD0\xD2\xDB\xD5\xDD\xDD\xEB\xD9 \xE2\xD5\xDA\xE1\xE2<br/> <xsl:apply-templates/>
             </body>
         </html>
   </xsl:template>

Modified: trunk/LayoutTests/fast/xsl/resources/xslt-enc.xsl (269035 => 269036)


--- trunk/LayoutTests/fast/xsl/resources/xslt-enc.xsl	2020-10-27 13:26:48 UTC (rev 269035)
+++ trunk/LayoutTests/fast/xsl/resources/xslt-enc.xsl	2020-10-27 13:27:17 UTC (rev 269036)
@@ -7,7 +7,7 @@
                 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
             </head>  
             <body>
-              CHARACTERS IN XSLT: ééééééééééé <br/> <xsl:apply-templates/>
+              CHARACTERS IN XSLT: ééééééééééé<br/> <xsl:apply-templates/>
             </body>
         </html>
   </xsl:template>

Modified: trunk/LayoutTests/fast/xsl/resources/xslt-enc16.xsl (269035 => 269036)


--- trunk/LayoutTests/fast/xsl/resources/xslt-enc16.xsl	2020-10-27 13:26:48 UTC (rev 269035)
+++ trunk/LayoutTests/fast/xsl/resources/xslt-enc16.xsl	2020-10-27 13:27:17 UTC (rev 269036)
@@ -4,7 +4,7 @@
     <xsl:template match="TEST">
         <html xmlns="http://www.w3.org/1999/xhtml">
             <body>
-              CHARACTERS IN XSLT: ééééééééééé <br/> <xsl:apply-templates/>
+              CHARACTERS IN XSLT: ééééééééééé<br/> <xsl:apply-templates/>
             </body>
         </html>
   </xsl:template>

Modified: trunk/LayoutTests/fast/xsl/xslt-processor-expected.txt (269035 => 269036)


--- trunk/LayoutTests/fast/xsl/xslt-processor-expected.txt	2020-10-27 13:26:48 UTC (rev 269035)
+++ trunk/LayoutTests/fast/xsl/xslt-processor-expected.txt	2020-10-27 13:27:17 UTC (rev 269036)
@@ -22,7 +22,7 @@
                 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
             </head>
             <body>
-              CHARACTERS IN XSLT: ééééééééééé <br /> <xsl:apply-templates/>
+              CHARACTERS IN XSLT: ééééééééééé<br /> <xsl:apply-templates/>
             </body>
         </html>
   </xsl:template>
@@ -37,7 +37,7 @@
 
 1.1 Import two different stylesheets:
 <html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body>
-              CHARACTERS IN XSLT: ééééééééééé <br /><br />SOURCE XML: &lt;&lt;&lt;&amp;тест&amp;&gt;&gt;&gt;</body></html>
+              CHARACTERS IN XSLT: ééééééééééé<br /><br />SOURCE XML: &lt;&lt;&lt;&amp;тест&amp;&gt;&gt;&gt;</body></html>
 1.2 Import same stylesheet twice:
 <?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">
 <head><title></title></head>

Modified: trunk/LayoutTests/http/tests/navigation/resources/postresult.pl (269035 => 269036)


--- trunk/LayoutTests/http/tests/navigation/resources/postresult.pl	2020-10-27 13:26:48 UTC (rev 269035)
+++ trunk/LayoutTests/http/tests/navigation/resources/postresult.pl	2020-10-27 13:27:17 UTC (rev 269036)
@@ -26,15 +26,12 @@
     print <<HERE_DOC_END;
     <html>
     <body style="font-size: 32">
-    This is just a minimal page that we navigate in response to an HTTP POST.
+    This is just a minimal page that we navigate in response to an HTTP POST.<br>
     <br>
-    <br>
     If the next line is empty after the colon, it probably means that we made
-    a mistake and requested this page with a GET with no query instead of a POST.
+    a mistake and requested this page with a GET with no query instead of a POST.<br>
     <br>
-    <br>
-    The first text field contained: $textFieldData
-    <br>
+    The first text field contained: $textFieldData<br>
     This page was requested with an HTTP $method
     </body>
     </html>
@@ -84,10 +81,8 @@
     print <<HERE_DOC_END
     <html>
     <body style="font-size: 32">
-    Test failure: postresult.pl was called with an unexpected set of parameters.
-    <br>
-    This page was requested with an HTTP $method
-    <br>
+    Test failure: postresult.pl was called with an unexpected set of parameters.<br>
+    This page was requested with an HTTP $method<br>
     The query parameters are: $queryString
     </body>
     </html>

Modified: trunk/LayoutTests/http/tests/navigation/resources/success200.html (269035 => 269036)


--- trunk/LayoutTests/http/tests/navigation/resources/success200.html	2020-10-27 13:26:48 UTC (rev 269035)
+++ trunk/LayoutTests/http/tests/navigation/resources/success200.html	2020-10-27 13:27:17 UTC (rev 269036)
@@ -9,10 +9,9 @@
 <body id="testbody" style="font-size: 32">
 This is test page that we navigate to as part of testing various navigation styles.  It
 includes a form so that we can test saving and restoring of form data, and it needs to
-be long enough that we can test saving and restoring of scroll position.
+be long enough that we can test saving and restoring of scroll position.<br>
 <br>
 <br>
-<br>
 
 <hr>
 <form id="testform" action="" method="post">

Modified: trunk/LayoutTests/platform/ios/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt (269035 => 269036)


--- trunk/LayoutTests/platform/ios/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt	2020-10-27 13:26:48 UTC (rev 269035)
+++ trunk/LayoutTests/platform/ios/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt	2020-10-27 13:27:17 UTC (rev 269036)
@@ -17,9 +17,9 @@
         RenderText {#text} at (0,0) size 365x19
           text run at (0,0) width 365: "This test verifies that textarea controls are properly reset."
         RenderBR {BR} at (364,0) size 1x19
-        RenderText {#text} at (0,20) size 474x19
-          text run at (0,20) width 474: "You should see two element IDs below, and the word \"SUCCESS\" twice: "
-        RenderBR {BR} at (473,20) size 1x19
+        RenderText {#text} at (0,20) size 470x19
+          text run at (0,20) width 470: "You should see two element IDs below, and the word \"SUCCESS\" twice:"
+        RenderBR {BR} at (469,20) size 1x19
         RenderText {#text} at (0,40) size 174x19
           text run at (0,40) width 174: "noDefaultText: SUCCESS "
         RenderBR {BR} at (173,40) size 1x19

Modified: trunk/LayoutTests/platform/ios/fast/forms/option-index-expected.txt (269035 => 269036)


--- trunk/LayoutTests/platform/ios/fast/forms/option-index-expected.txt	2020-10-27 13:26:48 UTC (rev 269035)
+++ trunk/LayoutTests/platform/ios/fast/forms/option-index-expected.txt	2020-10-27 13:27:17 UTC (rev 269036)
@@ -8,8 +8,8 @@
           text run at (0,0) width 756: "This test makes sure we don't crash when trying to get the index of an option element that has no corresponding select"
           text run at (0,20) width 55: "element."
       RenderBlock {DIV} at (0,40) size 784x40
-        RenderText {#text} at (0,0) size 82x19
-          text run at (0,0) width 82: "Test Passed. "
-        RenderBR {BR} at (81,0) size 1x19
+        RenderText {#text} at (0,0) size 78x19
+          text run at (0,0) width 78: "Test Passed."
+        RenderBR {BR} at (77,0) size 1x19
         RenderText {#text} at (0,20) size 379x19
           text run at (0,20) width 379: "Index for option element with no corresponding select is: 0"

Modified: trunk/LayoutTests/platform/ios/fast/xsl/xslt-enc-cyr-expected.txt (269035 => 269036)


--- trunk/LayoutTests/platform/ios/fast/xsl/xslt-enc-cyr-expected.txt	2020-10-27 13:26:48 UTC (rev 269035)
+++ trunk/LayoutTests/platform/ios/fast/xsl/xslt-enc-cyr-expected.txt	2020-10-27 13:27:17 UTC (rev 269036)
@@ -3,9 +3,9 @@
 layer at (0,0) size 800x600
   RenderBlock {HTML} at (0,0) size 800x600
     RenderBody {BODY} at (8,8) size 784x584
-      RenderText {#text} at (0,0) size 314x19
-        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} "
-      RenderBR {BR} at (313,0) size 1x19
+      RenderText {#text} at (0,0) size 310x19
+        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}"
+      RenderBR {BR} at (309,0) size 1x19
       RenderBR {BR} at (0,20) size 0x19
       RenderText {#text} at (0,40) size 221x19
         text run at (0,40) width 221: "SOURCE XML: \x{418}\x{441}\x{445}\x{43E}\x{434}\x{43D}\x{44B}\x{439} \x{442}\x{435}\x{43A}\x{441}\x{442}"

Modified: trunk/LayoutTests/platform/ios/fast/xsl/xslt-enc-expected.txt (269035 => 269036)


--- trunk/LayoutTests/platform/ios/fast/xsl/xslt-enc-expected.txt	2020-10-27 13:26:48 UTC (rev 269035)
+++ trunk/LayoutTests/platform/ios/fast/xsl/xslt-enc-expected.txt	2020-10-27 13:27:17 UTC (rev 269036)
@@ -3,9 +3,9 @@
 layer at (0,0) size 800x600
   RenderBlock {HTML} at (0,0) size 800x600
     RenderBody {BODY} at (8,8) size 784x584
-      RenderText {#text} at (0,0) size 259x19
-        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} "
-      RenderBR {BR} at (258,0) size 1x19
+      RenderText {#text} at (0,0) size 255x19
+        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}"
+      RenderBR {BR} at (254,0) size 1x19
       RenderBR {BR} at (0,20) size 0x19
       RenderText {#text} at (0,40) size 318x19
         text run at (0,40) width 318: "SOURCE XML: \x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}"

Modified: trunk/LayoutTests/platform/ios/fast/xsl/xslt-enc16-expected.txt (269035 => 269036)


--- trunk/LayoutTests/platform/ios/fast/xsl/xslt-enc16-expected.txt	2020-10-27 13:26:48 UTC (rev 269035)
+++ trunk/LayoutTests/platform/ios/fast/xsl/xslt-enc16-expected.txt	2020-10-27 13:27:17 UTC (rev 269036)
@@ -3,9 +3,9 @@
 layer at (0,0) size 800x600
   RenderBlock {HTML} at (0,0) size 800x600
     RenderBody {BODY} at (8,8) size 784x584
-      RenderText {#text} at (0,0) size 259x19
-        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} "
-      RenderBR {BR} at (258,0) size 1x19
+      RenderText {#text} at (0,0) size 255x19
+        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}"
+      RenderBR {BR} at (254,0) size 1x19
       RenderBR {BR} at (0,20) size 0x19
       RenderText {#text} at (0,40) size 318x19
         text run at (0,40) width 318: "SOURCE XML: \x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}"

Modified: trunk/LayoutTests/platform/ios/fast/xsl/xslt-enc16to16-expected.txt (269035 => 269036)


--- trunk/LayoutTests/platform/ios/fast/xsl/xslt-enc16to16-expected.txt	2020-10-27 13:26:48 UTC (rev 269035)
+++ trunk/LayoutTests/platform/ios/fast/xsl/xslt-enc16to16-expected.txt	2020-10-27 13:27:17 UTC (rev 269036)
@@ -3,9 +3,9 @@
 layer at (0,0) size 800x600
   RenderBlock {HTML} at (0,0) size 800x600
     RenderBody {BODY} at (8,8) size 784x584
-      RenderText {#text} at (0,0) size 259x19
-        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} "
-      RenderBR {BR} at (258,0) size 1x19
+      RenderText {#text} at (0,0) size 255x19
+        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}"
+      RenderBR {BR} at (254,0) size 1x19
       RenderBR {BR} at (0,20) size 0x19
       RenderText {#text} at (0,40) size 318x19
         text run at (0,40) width 318: "SOURCE XML: \x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}"

Modified: trunk/LayoutTests/platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt (269035 => 269036)


--- trunk/LayoutTests/platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt	2020-10-27 13:26:48 UTC (rev 269035)
+++ trunk/LayoutTests/platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt	2020-10-27 13:27:17 UTC (rev 269036)
@@ -17,9 +17,9 @@
         RenderText {#text} at (0,0) size 364x18
           text run at (0,0) width 364: "This test verifies that textarea controls are properly reset."
         RenderBR {BR} at (363,0) size 1x18
-        RenderText {#text} at (0,18) size 474x18
-          text run at (0,18) width 474: "You should see two element IDs below, and the word \"SUCCESS\" twice: "
-        RenderBR {BR} at (473,18) size 1x18
+        RenderText {#text} at (0,18) size 470x18
+          text run at (0,18) width 470: "You should see two element IDs below, and the word \"SUCCESS\" twice:"
+        RenderBR {BR} at (469,18) size 1x18
         RenderText {#text} at (0,36) size 174x18
           text run at (0,36) width 174: "noDefaultText: SUCCESS "
         RenderBR {BR} at (173,36) size 1x18

Modified: trunk/LayoutTests/platform/mac/fast/forms/option-index-expected.txt (269035 => 269036)


--- trunk/LayoutTests/platform/mac/fast/forms/option-index-expected.txt	2020-10-27 13:26:48 UTC (rev 269035)
+++ trunk/LayoutTests/platform/mac/fast/forms/option-index-expected.txt	2020-10-27 13:27:17 UTC (rev 269036)
@@ -8,8 +8,8 @@
           text run at (0,0) width 756: "This test makes sure we don't crash when trying to get the index of an option element that has no corresponding select"
           text run at (0,18) width 55: "element."
       RenderBlock {DIV} at (0,36) size 784x36
-        RenderText {#text} at (0,0) size 82x18
-          text run at (0,0) width 82: "Test Passed. "
-        RenderBR {BR} at (81,0) size 1x18
+        RenderText {#text} at (0,0) size 78x18
+          text run at (0,0) width 78: "Test Passed."
+        RenderBR {BR} at (77,0) size 1x18
         RenderText {#text} at (0,18) size 379x18
           text run at (0,18) width 379: "Index for option element with no corresponding select is: 0"

Modified: trunk/LayoutTests/platform/mac/fast/text/basic/generic-family-reset-expected.txt (269035 => 269036)


--- trunk/LayoutTests/platform/mac/fast/text/basic/generic-family-reset-expected.txt	2020-10-27 13:26:48 UTC (rev 269035)
+++ trunk/LayoutTests/platform/mac/fast/text/basic/generic-family-reset-expected.txt	2020-10-27 13:27:17 UTC (rev 269036)
@@ -17,9 +17,9 @@
               RenderText {#text} at (1,39) size 109x19
                 text run at (1,39) width 109: "html, body { "
               RenderBR {BR} at (109,39) size 1x19
-              RenderText {#text} at (1,58) size 202x19
-                text run at (1,58) width 202: "    font-family: Verdana; "
-              RenderBR {BR} at (202,58) size 1x19
+              RenderText {#text} at (1,58) size 197x19
+                text run at (1,58) width 197: "    font-family: Verdana;"
+              RenderBR {BR} at (197,58) size 1x19
               RenderText {#text} at (1,77) size 11x19
                 text run at (1,77) width 11: "}"
               RenderBR {BR} at (11,77) size 1x19

Modified: trunk/LayoutTests/platform/mac/fast/xsl/xslt-enc-cyr-expected.txt (269035 => 269036)


--- trunk/LayoutTests/platform/mac/fast/xsl/xslt-enc-cyr-expected.txt	2020-10-27 13:26:48 UTC (rev 269035)
+++ trunk/LayoutTests/platform/mac/fast/xsl/xslt-enc-cyr-expected.txt	2020-10-27 13:27:17 UTC (rev 269036)
@@ -3,9 +3,9 @@
 layer at (0,0) size 800x600
   RenderBlock {HTML} at (0,0) size 800x600
     RenderBody {BODY} at (8,8) size 784x584
-      RenderText {#text} at (0,0) size 314x18
-        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} "
-      RenderBR {BR} at (313,0) size 1x18
+      RenderText {#text} at (0,0) size 310x18
+        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}"
+      RenderBR {BR} at (309,0) size 1x18
       RenderBR {BR} at (0,18) size 0x18
       RenderText {#text} at (0,36) size 222x18
         text run at (0,36) width 222: "SOURCE XML: \x{418}\x{441}\x{445}\x{43E}\x{434}\x{43D}\x{44B}\x{439} \x{442}\x{435}\x{43A}\x{441}\x{442}"

Modified: trunk/LayoutTests/platform/mac/fast/xsl/xslt-enc-expected.txt (269035 => 269036)


--- trunk/LayoutTests/platform/mac/fast/xsl/xslt-enc-expected.txt	2020-10-27 13:26:48 UTC (rev 269035)
+++ trunk/LayoutTests/platform/mac/fast/xsl/xslt-enc-expected.txt	2020-10-27 13:27:17 UTC (rev 269036)
@@ -3,9 +3,9 @@
 layer at (0,0) size 800x600
   RenderBlock {HTML} at (0,0) size 800x600
     RenderBody {BODY} at (8,8) size 784x584
-      RenderText {#text} at (0,0) size 259x18
-        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} "
-      RenderBR {BR} at (258,0) size 1x18
+      RenderText {#text} at (0,0) size 255x18
+        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}"
+      RenderBR {BR} at (254,0) size 1x18
       RenderBR {BR} at (0,18) size 0x18
       RenderText {#text} at (0,36) size 318x18
         text run at (0,36) width 318: "SOURCE XML: \x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}"

Modified: trunk/LayoutTests/platform/mac/fast/xsl/xslt-enc16-expected.txt (269035 => 269036)


--- trunk/LayoutTests/platform/mac/fast/xsl/xslt-enc16-expected.txt	2020-10-27 13:26:48 UTC (rev 269035)
+++ trunk/LayoutTests/platform/mac/fast/xsl/xslt-enc16-expected.txt	2020-10-27 13:27:17 UTC (rev 269036)
@@ -3,9 +3,9 @@
 layer at (0,0) size 800x600
   RenderBlock {HTML} at (0,0) size 800x600
     RenderBody {BODY} at (8,8) size 784x584
-      RenderText {#text} at (0,0) size 259x18
-        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} "
-      RenderBR {BR} at (258,0) size 1x18
+      RenderText {#text} at (0,0) size 255x18
+        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}"
+      RenderBR {BR} at (254,0) size 1x18
       RenderBR {BR} at (0,18) size 0x18
       RenderText {#text} at (0,36) size 318x18
         text run at (0,36) width 318: "SOURCE XML: \x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}"

Modified: trunk/LayoutTests/platform/mac/fast/xsl/xslt-enc16to16-expected.txt (269035 => 269036)


--- trunk/LayoutTests/platform/mac/fast/xsl/xslt-enc16to16-expected.txt	2020-10-27 13:26:48 UTC (rev 269035)
+++ trunk/LayoutTests/platform/mac/fast/xsl/xslt-enc16to16-expected.txt	2020-10-27 13:27:17 UTC (rev 269036)
@@ -3,9 +3,9 @@
 layer at (0,0) size 800x600
   RenderBlock {HTML} at (0,0) size 800x600
     RenderBody {BODY} at (8,8) size 784x584
-      RenderText {#text} at (0,0) size 259x18
-        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} "
-      RenderBR {BR} at (258,0) size 1x18
+      RenderText {#text} at (0,0) size 255x18
+        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}"
+      RenderBR {BR} at (254,0) size 1x18
       RenderBR {BR} at (0,18) size 0x18
       RenderText {#text} at (0,36) size 318x18
         text run at (0,36) width 318: "SOURCE XML: \x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}\x{E9}"

Modified: trunk/LayoutTests/platform/mac/http/tests/navigation/_javascript_link-frames-expected.txt (269035 => 269036)


--- trunk/LayoutTests/platform/mac/http/tests/navigation/_javascript_link-frames-expected.txt	2020-10-27 13:26:48 UTC (rev 269035)
+++ trunk/LayoutTests/platform/mac/http/tests/navigation/_javascript_link-frames-expected.txt	2020-10-27 13:27:17 UTC (rev 269036)
@@ -16,8 +16,8 @@
                   text run at (334,37) width 417: "It includes a form so that we can"
                   text run at (0,74) width 719: "test saving and restoring of form data, and it needs to be"
                   text run at (0,111) width 747: "long enough that we can test saving and restoring of scroll"
-                  text run at (0,148) width 120: "position. "
-                RenderBR {BR} at (119,148) size 1x37
+                  text run at (0,148) width 112: "position."
+                RenderBR {BR} at (111,148) size 1x37
                 RenderBR {BR} at (0,185) size 0x37
                 RenderBR {BR} at (0,222) size 0x37
               RenderBlock {HR} at (0,275) size 769x2 [border: (1px inset #000000)]

Modified: trunk/LayoutTests/platform/mac/http/tests/navigation/postredirect-basic-expected.txt (269035 => 269036)


--- trunk/LayoutTests/platform/mac/http/tests/navigation/postredirect-basic-expected.txt	2020-10-27 13:26:48 UTC (rev 269035)
+++ trunk/LayoutTests/platform/mac/http/tests/navigation/postredirect-basic-expected.txt	2020-10-27 13:27:17 UTC (rev 269036)
@@ -5,19 +5,19 @@
     RenderBody {BODY} at (8,8) size 784x584
       RenderText {#text} at (0,0) size 750x74
         text run at (0,0) width 750: "This is just a minimal page that we navigate in response to"
-        text run at (0,37) width 217: "an HTTP POST. "
-      RenderBR {BR} at (216,37) size 1x37
+        text run at (0,37) width 209: "an HTTP POST."
+      RenderBR {BR} at (208,37) size 1x37
       RenderBR {BR} at (0,74) size 0x37
       RenderText {#text} at (0,111) size 765x111
         text run at (0,111) width 743: "If the next line is empty after the colon, it probably means"
         text run at (0,148) width 179: "that we made "
         text run at (178,148) width 587: "a mistake and requested this page with a GET"
-        text run at (0,185) width 434: "with no query instead of a POST. "
-      RenderBR {BR} at (433,185) size 1x37
+        text run at (0,185) width 426: "with no query instead of a POST."
+      RenderBR {BR} at (425,185) size 1x37
       RenderBR {BR} at (0,222) size 0x37
-      RenderText {#text} at (0,259) size 704x37
-        text run at (0,259) width 704: "The first text field contained: New form text from user "
-      RenderBR {BR} at (703,259) size 1x37
+      RenderText {#text} at (0,259) size 696x37
+        text run at (0,259) width 696: "The first text field contained: New form text from user"
+      RenderBR {BR} at (695,259) size 1x37
       RenderText {#text} at (0,296) size 574x37
         text run at (0,296) width 574: "This page was requested with an HTTP GET"
 

Modified: trunk/LayoutTests/platform/mac/http/tests/navigation/postredirect-goback1-expected.txt (269035 => 269036)


--- trunk/LayoutTests/platform/mac/http/tests/navigation/postredirect-goback1-expected.txt	2020-10-27 13:26:48 UTC (rev 269035)
+++ trunk/LayoutTests/platform/mac/http/tests/navigation/postredirect-goback1-expected.txt	2020-10-27 13:27:17 UTC (rev 269036)
@@ -5,19 +5,19 @@
     RenderBody {BODY} at (8,8) size 784x584
       RenderText {#text} at (0,0) size 750x74
         text run at (0,0) width 750: "This is just a minimal page that we navigate in response to"
-        text run at (0,37) width 217: "an HTTP POST. "
-      RenderBR {BR} at (216,37) size 1x37
+        text run at (0,37) width 209: "an HTTP POST."
+      RenderBR {BR} at (208,37) size 1x37
       RenderBR {BR} at (0,74) size 0x37
       RenderText {#text} at (0,111) size 765x111
         text run at (0,111) width 743: "If the next line is empty after the colon, it probably means"
         text run at (0,148) width 179: "that we made "
         text run at (178,148) width 587: "a mistake and requested this page with a GET"
-        text run at (0,185) width 434: "with no query instead of a POST. "
-      RenderBR {BR} at (433,185) size 1x37
+        text run at (0,185) width 426: "with no query instead of a POST."
+      RenderBR {BR} at (425,185) size 1x37
       RenderBR {BR} at (0,222) size 0x37
-      RenderText {#text} at (0,259) size 704x37
-        text run at (0,259) width 704: "The first text field contained: New form text from user "
-      RenderBR {BR} at (703,259) size 1x37
+      RenderText {#text} at (0,259) size 696x37
+        text run at (0,259) width 696: "The first text field contained: New form text from user"
+      RenderBR {BR} at (695,259) size 1x37
       RenderText {#text} at (0,296) size 574x37
         text run at (0,296) width 574: "This page was requested with an HTTP GET"
 

Modified: trunk/LayoutTests/platform/mac/svg/wicd/test-rightsizing-b-expected.txt (269035 => 269036)


--- trunk/LayoutTests/platform/mac/svg/wicd/test-rightsizing-b-expected.txt	2020-10-27 13:26:48 UTC (rev 269035)
+++ trunk/LayoutTests/platform/mac/svg/wicd/test-rightsizing-b-expected.txt	2020-10-27 13:27:17 UTC (rev 269036)
@@ -69,8 +69,8 @@
         RenderBlock {p} at (0,368) size 679x65
           RenderText {#text} at (0,0) size 675x32
             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"
-            text run at (0,16) width 381: "different widths (40%, 20%, 10%, 5%) and no height defined. "
-          RenderBR {br} at (380,16) size 1x16
+            text run at (0,16) width 377: "different widths (40%, 20%, 10%, 5%) and no height defined."
+          RenderBR {br} at (376,16) size 1x16
           RenderBR {br} at (0,32) size 0x16
           RenderText {#text} at (0,48) size 398x16
             text run at (0,48) width 398: "Beyond there is the same, only with PNG images instead of SVG."

Modified: trunk/LayoutTests/platform/mac-catalina/fast/forms/input-appearance-spinbutton-expected.txt (269035 => 269036)


--- trunk/LayoutTests/platform/mac-catalina/fast/forms/input-appearance-spinbutton-expected.txt	2020-10-27 13:26:48 UTC (rev 269035)
+++ trunk/LayoutTests/platform/mac-catalina/fast/forms/input-appearance-spinbutton-expected.txt	2020-10-27 13:27:17 UTC (rev 269036)
@@ -8,137 +8,105 @@
           text run at (0,0) width 245: "Test appearances of outer-spin-button."
       RenderBlock {DIV} at (0,34) size 784x0
       RenderBlock {DIV} at (0,34) size 784x528
-        RenderTable {TABLE} at (0,0) size 511x528
-          RenderTableSection {TBODY} at (0,0) size 511x528
-            RenderTableRow {TR} at (0,2) size 511x524
-              RenderTableCell {TD} at (2,80) size 202x368 [r=0 c=0 rs=1 cs=1]
-                RenderBlock {DIV} at (1,1) size 200x35
-                  RenderTextControl {INPUT} at (0,3) size 112x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (111,0) size 5x18
-                    text run at (111,0) width 5: " "
-                  RenderBR {BR} at (115,0) size 1x18
-                  RenderTextControl {INPUT} at (0,19) size 112x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderTable {TABLE} at (0,0) size 503x528
+          RenderTableSection {TBODY} at (0,0) size 503x528
+            RenderTableRow {TR} at (0,2) size 503x524
+              RenderTableCell {TD} at (2,83) size 198x362 [r=0 c=0 rs=1 cs=1]
+                RenderBlock {DIV} at (1,1) size 196x32
+                  RenderTextControl {INPUT} at (0,0) size 112x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderBR {BR} at (111,2) size 1x18
+                  RenderTextControl {INPUT} at (0,16) size 112x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
                     RenderFlexibleBox {DIV} at (3,0) size 106x16
                       RenderBlock {DIV} at (0,2) size 93x11
-                RenderBlock {DIV} at (1,36) size 200x36
-                  RenderTextControl {INPUT} at (0,2) size 124x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (123,0) size 5x18
-                    text run at (123,0) width 5: " "
-                  RenderBR {BR} at (127,0) size 1x18
-                  RenderTextControl {INPUT} at (0,19) size 124x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                RenderBlock {DIV} at (1,33) size 196x34
+                  RenderTextControl {INPUT} at (0,0) size 124x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderBR {BR} at (123,3) size 1x18
+                  RenderTextControl {INPUT} at (0,17) size 124x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
                     RenderFlexibleBox {DIV} at (3,1) size 118x15
                       RenderBlock {DIV} at (0,2) size 105x11
-                RenderBlock {DIV} at (1,72) size 200x37
-                  RenderTextControl {INPUT} at (0,1) size 136x18 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (135,0) size 5x18
-                    text run at (135,0) width 5: " "
-                  RenderBR {BR} at (139,0) size 1x18
-                  RenderTextControl {INPUT} at (0,19) size 136x18 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                RenderBlock {DIV} at (1,67) size 196x36
+                  RenderTextControl {INPUT} at (0,0) size 136x18 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderBR {BR} at (135,4) size 1x18
+                  RenderTextControl {INPUT} at (0,18) size 136x18 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
                     RenderFlexibleBox {DIV} at (3,1) size 130x16
                       RenderBlock {DIV} at (0,1) size 117x13
-                RenderBlock {DIV} at (1,109) size 200x46
-                  RenderTextControl {INPUT} at (2,2) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (150,2) size 5x18
-                    text run at (150,2) width 5: " "
-                  RenderBR {BR} at (154,2) size 1x18
-                  RenderTextControl {INPUT} at (2,25) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                RenderBlock {DIV} at (1,103) size 196x46
+                  RenderTextControl {INPUT} at (0,2) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderBR {BR} at (150,9) size 1x18
+                  RenderTextControl {INPUT} at (0,25) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
                     RenderFlexibleBox {DIV} at (3,1) size 141x17
                       RenderBlock {DIV} at (0,1) size 128x14
-                RenderBlock {DIV} at (1,155) size 200x50
-                  RenderTextControl {INPUT} at (2,2) size 159x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (162,3) size 5x18
-                    text run at (162,3) width 5: " "
-                  RenderBR {BR} at (166,3) size 1x18
-                  RenderTextControl {INPUT} at (2,27) size 159x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                RenderBlock {DIV} at (1,149) size 196x50
+                  RenderTextControl {INPUT} at (0,2) size 159x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderBR {BR} at (162,11) size 1x18
+                  RenderTextControl {INPUT} at (0,27) size 159x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
                     RenderFlexibleBox {DIV} at (3,1) size 153x19
                       RenderBlock {DIV} at (0,1) size 140x16
-                RenderBlock {DIV} at (1,205) size 200x52
-                  RenderTextControl {INPUT} at (2,2) size 170x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (173,4) size 5x18
-                    text run at (173,4) width 5: " "
-                  RenderBR {BR} at (177,4) size 1x18
-                  RenderTextControl {INPUT} at (2,28) size 170x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                RenderBlock {DIV} at (1,199) size 196x52
+                  RenderTextControl {INPUT} at (0,2) size 170x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderBR {BR} at (173,12) size 1x18
+                  RenderTextControl {INPUT} at (0,28) size 170x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
                     RenderFlexibleBox {DIV} at (3,1) size 164x20
                       RenderBlock {DIV} at (0,1) size 149x17
-                RenderBlock {DIV} at (1,257) size 200x54
-                  RenderTextControl {INPUT} at (2,2) size 181x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (184,5) size 5x18
-                    text run at (184,5) width 5: " "
-                  RenderBR {BR} at (188,5) size 1x18
-                  RenderTextControl {INPUT} at (2,29) size 181x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                RenderBlock {DIV} at (1,251) size 196x54
+                  RenderTextControl {INPUT} at (0,2) size 181x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderBR {BR} at (184,13) size 1x18
+                  RenderTextControl {INPUT} at (0,29) size 181x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
                     RenderFlexibleBox {DIV} at (3,1) size 175x21
                       RenderBlock {DIV} at (0,2) size 160x17
-                RenderBlock {DIV} at (1,311) size 200x56
-                  RenderTextControl {INPUT} at (2,2) size 192x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (195,6) size 5x18
-                    text run at (195,6) width 5: " "
-                  RenderBR {BR} at (199,6) size 1x18
-                  RenderTextControl {INPUT} at (2,30) size 192x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                RenderBlock {DIV} at (1,305) size 196x56
+                  RenderTextControl {INPUT} at (0,2) size 192x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderBR {BR} at (195,14) size 1x18
+                  RenderTextControl {INPUT} at (0,30) size 192x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
                     RenderFlexibleBox {DIV} at (3,0) size 186x24
                       RenderBlock {DIV} at (0,2) size 171x19
-              RenderTableCell {TD} at (205,2) size 304x524 [r=0 c=1 rs=1 cs=1]
-                RenderBlock {DIV} at (1,1) size 301x56
-                  RenderTextControl {INPUT} at (2,2) size 203x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (206,6) size 5x18
-                    text run at (206,6) width 5: " "
-                  RenderBR {BR} at (210,6) size 1x18
-                  RenderTextControl {INPUT} at (2,30) size 203x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+              RenderTableCell {TD} at (201,2) size 300x524 [r=0 c=1 rs=1 cs=1]
+                RenderBlock {DIV} at (1,1) size 297x56
+                  RenderTextControl {INPUT} at (0,2) size 203x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderBR {BR} at (206,14) size 1x18
+                  RenderTextControl {INPUT} at (0,30) size 203x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
                     RenderFlexibleBox {DIV} at (3,0) size 197x24
                       RenderBlock {DIV} at (0,3) size 182x18
-                RenderBlock {DIV} at (1,57) size 301x60
-                  RenderTextControl {INPUT} at (2,2) size 214x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (217,7) size 5x18
-                    text run at (217,7) width 5: " "
-                  RenderBR {BR} at (221,7) size 1x18
-                  RenderTextControl {INPUT} at (2,32) size 214x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                RenderBlock {DIV} at (1,57) size 297x60
+                  RenderTextControl {INPUT} at (0,2) size 214x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderBR {BR} at (217,16) size 1x18
+                  RenderTextControl {INPUT} at (0,32) size 214x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
                     RenderFlexibleBox {DIV} at (3,0) size 208x26
                       RenderBlock {DIV} at (0,2) size 193x21
-                RenderBlock {DIV} at (1,117) size 301x62
-                  RenderTextControl {INPUT} at (2,2) size 226x27 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (229,8) size 5x18
-                    text run at (229,8) width 5: " "
-                  RenderBR {BR} at (233,8) size 1x18
-                  RenderTextControl {INPUT} at (2,33) size 226x27 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                RenderBlock {DIV} at (1,117) size 297x62
+                  RenderTextControl {INPUT} at (0,2) size 226x27 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderBR {BR} at (229,17) size 1x18
+                  RenderTextControl {INPUT} at (0,33) size 226x27 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
                     RenderFlexibleBox {DIV} at (3,0) size 220x27
                       RenderBlock {DIV} at (0,3) size 201x21
-                RenderBlock {DIV} at (1,179) size 301x64
-                  RenderTextControl {INPUT} at (2,2) size 237x28 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (240,9) size 5x18
-                    text run at (240,9) width 5: " "
-                  RenderBR {BR} at (244,9) size 1x18
-                  RenderTextControl {INPUT} at (2,34) size 237x28 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                RenderBlock {DIV} at (1,179) size 297x64
+                  RenderTextControl {INPUT} at (0,2) size 237x28 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderBR {BR} at (240,18) size 1x18
+                  RenderTextControl {INPUT} at (0,34) size 237x28 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
                     RenderFlexibleBox {DIV} at (3,0) size 231x28
                       RenderBlock {DIV} at (0,3) size 212x22
-                RenderBlock {DIV} at (1,243) size 301x66
-                  RenderTextControl {INPUT} at (2,2) size 257x29 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (260,10) size 5x18
-                    text run at (260,10) width 5: " "
-                  RenderBR {BR} at (264,10) size 1x18
-                  RenderTextControl {INPUT} at (2,35) size 257x29 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                RenderBlock {DIV} at (1,243) size 297x66
+                  RenderTextControl {INPUT} at (0,2) size 257x29 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderBR {BR} at (260,19) size 1x18
+                  RenderTextControl {INPUT} at (0,35) size 257x29 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
                     RenderFlexibleBox {DIV} at (3,0) size 251x29
                       RenderBlock {DIV} at (0,3) size 232x23
-                RenderBlock {DIV} at (1,309) size 301x68
-                  RenderTextControl {INPUT} at (2,2) size 269x30 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (272,11) size 5x18
-                    text run at (272,11) width 5: " "
-                  RenderBR {BR} at (276,11) size 1x18
-                  RenderTextControl {INPUT} at (2,36) size 269x30 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                RenderBlock {DIV} at (1,309) size 297x68
+                  RenderTextControl {INPUT} at (0,2) size 269x30 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderBR {BR} at (272,20) size 1x18
+                  RenderTextControl {INPUT} at (0,36) size 269x30 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
                     RenderFlexibleBox {DIV} at (3,0) size 263x30
                       RenderBlock {DIV} at (0,3) size 244x24
-                RenderBlock {DIV} at (1,377) size 301x72
-                  RenderTextControl {INPUT} at (2,2) size 281x32 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (284,12) size 5x18
-                    text run at (284,12) width 5: " "
-                  RenderBR {BR} at (288,12) size 1x18
-                  RenderTextControl {INPUT} at (2,38) size 281x32 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                RenderBlock {DIV} at (1,377) size 297x72
+                  RenderTextControl {INPUT} at (0,2) size 281x32 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderBR {BR} at (284,22) size 1x18
+                  RenderTextControl {INPUT} at (0,38) size 281x32 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
                     RenderFlexibleBox {DIV} at (3,0) size 275x32
                       RenderBlock {DIV} at (0,3) size 256x26
-                RenderBlock {DIV} at (1,449) size 301x74
-                  RenderTextControl {INPUT} at (2,2) size 293x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (296,13) size 5x18
-                    text run at (296,13) width 5: " "
-                  RenderBR {BR} at (300,13) size 1x18
-                  RenderTextControl {INPUT} at (2,39) size 293x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                RenderBlock {DIV} at (1,449) size 297x74
+                  RenderTextControl {INPUT} at (0,2) size 293x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderBR {BR} at (296,23) size 1x18
+                  RenderTextControl {INPUT} at (0,39) size 293x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
                     RenderFlexibleBox {DIV} at (3,0) size 287x33
                       RenderBlock {DIV} at (0,3) size 268x27
 layer at (14,129) size 106x10
@@ -145,95 +113,95 @@
   RenderBlock {DIV} at (3,3) size 106x10
 layer at (14,145) size 93x10
   RenderBlock {DIV} at (0,0) size 93x10
-layer at (14,163) size 118x11
+layer at (14,161) size 118x11
   RenderBlock {DIV} at (3,3) size 118x11
-layer at (14,180) size 105x11
+layer at (14,178) size 105x11
   RenderBlock {DIV} at (0,0) size 105x11
-layer at (14,198) size 129x12
+layer at (14,195) size 129x12
   RenderBlock {DIV} at (3,3) size 130x12
-layer at (14,216) size 116x12
+layer at (14,213) size 116x12
   RenderBlock {DIV} at (0,0) size 117x12
-layer at (16,236) size 141x13
+layer at (14,233) size 141x13
   RenderBlock {DIV} at (3,3) size 141x13
-layer at (16,259) size 128x13
+layer at (14,256) size 128x13
   RenderBlock {DIV} at (0,0) size 128x13
-layer at (16,282) size 152x15
+layer at (14,279) size 152x15
   RenderBlock {DIV} at (3,3) size 153x15
-layer at (16,307) size 139x15
+layer at (14,304) size 139x15
   RenderBlock {DIV} at (0,0) size 140x15
-layer at (16,332) size 163x16
+layer at (14,329) size 163x16
   RenderBlock {DIV} at (3,3) size 164x16
-layer at (16,358) size 148x16
+layer at (14,355) size 148x16
   RenderBlock {DIV} at (0,0) size 149x16
-layer at (16,384) size 174x17
+layer at (14,381) size 174x17
   RenderBlock {DIV} at (3,3) size 175x17
-layer at (16,411) size 159x17
+layer at (14,408) size 159x17
   RenderBlock {DIV} at (0,0) size 160x17
-layer at (16,438) size 185x18
+layer at (14,435) size 185x18
   RenderBlock {DIV} at (3,3) size 186x18
-layer at (16,466) size 170x18
+layer at (14,463) size 170x18
   RenderBlock {DIV} at (0,0) size 171x18
-layer at (219,50) size 196x18
+layer at (213,50) size 196x18
   RenderBlock {DIV} at (3,3) size 197x18
-layer at (219,78) size 181x18
+layer at (213,78) size 181x18
   RenderBlock {DIV} at (0,0) size 182x18
-layer at (219,106) size 207x20
+layer at (213,106) size 207x20
   RenderBlock {DIV} at (3,3) size 208x20
-layer at (219,136) size 192x20
+layer at (213,136) size 192x20
   RenderBlock {DIV} at (0,0) size 193x20
-layer at (219,166) size 219x21
+layer at (213,166) size 219x21
   RenderBlock {DIV} at (3,3) size 220x21
-layer at (219,197) size 200x21
+layer at (213,197) size 200x21
   RenderBlock {DIV} at (0,0) size 201x21
-layer at (219,228) size 231x22
+layer at (213,228) size 231x22
   RenderBlock {DIV} at (3,3) size 231x22
-layer at (219,260) size 212x22
+layer at (213,260) size 212x22
   RenderBlock {DIV} at (0,0) size 212x22
-layer at (219,292) size 251x23
+layer at (213,292) size 251x23
   RenderBlock {DIV} at (3,3) size 251x23
-layer at (219,325) size 232x23
+layer at (213,325) size 232x23
   RenderBlock {DIV} at (0,0) size 232x23
-layer at (219,358) size 263x24
+layer at (213,358) size 263x24
   RenderBlock {DIV} at (3,3) size 263x24
-layer at (219,392) size 244x24
+layer at (213,392) size 244x24
   RenderBlock {DIV} at (0,0) size 244x24
-layer at (219,426) size 275x26
+layer at (213,426) size 275x26
   RenderBlock {DIV} at (3,3) size 275x26
-layer at (219,462) size 256x26
+layer at (213,462) size 256x26
   RenderBlock {DIV} at (0,0) size 256x26
-layer at (219,498) size 287x27
+layer at (213,498) size 287x27
   RenderBlock {DIV} at (3,3) size 287x27
-layer at (219,535) size 268x27
+layer at (213,535) size 268x27
   RenderBlock {DIV} at (0,0) size 268x27
 layer at (107,143) size 13x15
   RenderBlock (relative positioned) {DIV} at (92,0) size 14x15
-layer at (119,178) size 13x15
+layer at (119,176) size 13x15
   RenderBlock (relative positioned) {DIV} at (104,0) size 14x15
-layer at (130,215) size 13x15
+layer at (130,212) size 13x15
   RenderBlock (relative positioned) {DIV} at (116,0) size 14x15
-layer at (144,257) size 13x17
+layer at (142,254) size 13x17
   RenderBlock (relative positioned) {DIV} at (127,0) size 14x17
-layer at (155,306) size 13x18
+layer at (153,303) size 13x18
   RenderBlock (relative positioned) {DIV} at (139,0) size 14x18
-layer at (164,356) size 15x20
+layer at (162,353) size 15x20
   RenderBlock (relative positioned) {DIV} at (148,0) size 16x20
-layer at (175,409) size 15x21
+layer at (173,406) size 15x21
   RenderBlock (relative positioned) {DIV} at (159,0) size 16x21
-layer at (186,464) size 15x23
+layer at (184,461) size 15x23
   RenderBlock (relative positioned) {DIV} at (170,0) size 16x23
-layer at (401,75) size 15x24
+layer at (395,75) size 15x24
   RenderBlock (relative positioned) {DIV} at (181,0) size 16x24
-layer at (412,133) size 15x26
+layer at (406,133) size 15x26
   RenderBlock (relative positioned) {DIV} at (192,0) size 16x26
-layer at (419,194) size 19x27
+layer at (413,194) size 19x27
   RenderBlock (relative positioned) {DIV} at (200,0) size 20x27
-layer at (431,257) size 19x28
+layer at (425,257) size 19x28
   RenderBlock (relative positioned) {DIV} at (211,-1) size 20x30
-layer at (451,322) size 19x30
+layer at (445,322) size 19x30
   RenderBlock (relative positioned) {DIV} at (231,-1) size 20x31
-layer at (463,388) size 19x32
+layer at (457,388) size 19x32
   RenderBlock (relative positioned) {DIV} at (243,-1) size 20x32
-layer at (475,459) size 19x33
+layer at (469,459) size 19x33
   RenderBlock (relative positioned) {DIV} at (255,-1) size 20x34
-layer at (487,531) size 19x35
+layer at (481,531) size 19x35
   RenderBlock (relative positioned) {DIV} at (267,-1) size 20x35

Modified: trunk/LayoutTests/platform/mac-mojave/fast/forms/input-appearance-spinbutton-expected.txt (269035 => 269036)


--- trunk/LayoutTests/platform/mac-mojave/fast/forms/input-appearance-spinbutton-expected.txt	2020-10-27 13:26:48 UTC (rev 269035)
+++ trunk/LayoutTests/platform/mac-mojave/fast/forms/input-appearance-spinbutton-expected.txt	2020-10-27 13:27:17 UTC (rev 269036)
@@ -8,136 +8,104 @@
           text run at (0,0) width 245: "Test appearances of outer-spin-button."
       RenderBlock {DIV} at (0,34) size 784x0
       RenderBlock {DIV} at (0,34) size 784x528
-        RenderTable {TABLE} at (0,0) size 511x528
-          RenderTableSection {TBODY} at (0,0) size 511x528
-            RenderTableRow {TR} at (0,2) size 511x524
-              RenderTableCell {TD} at (2,80) size 202x368 [r=0 c=0 rs=1 cs=1]
-                RenderBlock {DIV} at (1,1) size 200x35
-                  RenderTextControl {INPUT} at (0,3) size 112x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (111,0) size 5x18
-                    text run at (111,0) width 5: " "
-                  RenderBR {BR} at (115,0) size 1x18
-                  RenderTextControl {INPUT} at (0,19) size 112x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderTable {TABLE} at (0,0) size 503x528
+          RenderTableSection {TBODY} at (0,0) size 503x528
+            RenderTableRow {TR} at (0,2) size 503x524
+              RenderTableCell {TD} at (2,83) size 198x362 [r=0 c=0 rs=1 cs=1]
+                RenderBlock {DIV} at (1,1) size 196x32
+                  RenderTextControl {INPUT} at (0,0) size 112x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderBR {BR} at (111,-3) size 1x18
+                  RenderTextControl {INPUT} at (0,16) size 112x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
                     RenderFlexibleBox {DIV} at (3,0) size 106x16
                       RenderBlock {DIV} at (0,2) size 93x11
-                RenderBlock {DIV} at (1,36) size 200x36
-                  RenderTextControl {INPUT} at (0,2) size 124x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (123,0) size 5x18
-                    text run at (123,0) width 5: " "
-                  RenderBR {BR} at (127,0) size 1x18
-                  RenderTextControl {INPUT} at (0,19) size 124x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                RenderBlock {DIV} at (1,33) size 196x34
+                  RenderTextControl {INPUT} at (0,0) size 124x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderBR {BR} at (123,-2) size 1x18
+                  RenderTextControl {INPUT} at (0,17) size 124x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
                     RenderFlexibleBox {DIV} at (3,1) size 118x15
                       RenderBlock {DIV} at (0,2) size 105x11
-                RenderBlock {DIV} at (1,72) size 200x37
-                  RenderTextControl {INPUT} at (0,1) size 136x18 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (135,0) size 5x18
-                    text run at (135,0) width 5: " "
-                  RenderBR {BR} at (139,0) size 1x18
-                  RenderTextControl {INPUT} at (0,19) size 136x18 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                RenderBlock {DIV} at (1,67) size 196x36
+                  RenderTextControl {INPUT} at (0,0) size 136x18 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderBR {BR} at (135,-1) size 1x18
+                  RenderTextControl {INPUT} at (0,18) size 136x18 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
                     RenderFlexibleBox {DIV} at (3,1) size 130x16
                       RenderBlock {DIV} at (0,1) size 117x13
-                RenderBlock {DIV} at (1,109) size 200x46
+                RenderBlock {DIV} at (1,103) size 196x46
                   RenderTextControl {INPUT} at (2,2) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (150,2) size 5x18
-                    text run at (150,2) width 5: " "
-                  RenderBR {BR} at (154,2) size 1x18
+                  RenderBR {BR} at (150,2) size 1x18
                   RenderTextControl {INPUT} at (2,25) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
                     RenderFlexibleBox {DIV} at (3,1) size 141x17
                       RenderBlock {DIV} at (0,1) size 128x14
-                RenderBlock {DIV} at (1,155) size 200x50
+                RenderBlock {DIV} at (1,149) size 196x50
                   RenderTextControl {INPUT} at (2,2) size 159x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (162,3) size 5x18
-                    text run at (162,3) width 5: " "
-                  RenderBR {BR} at (166,3) size 1x18
+                  RenderBR {BR} at (162,3) size 1x18
                   RenderTextControl {INPUT} at (2,27) size 159x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
                     RenderFlexibleBox {DIV} at (3,1) size 153x19
                       RenderBlock {DIV} at (0,1) size 140x16
-                RenderBlock {DIV} at (1,205) size 200x52
+                RenderBlock {DIV} at (1,199) size 196x52
                   RenderTextControl {INPUT} at (2,2) size 170x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (173,4) size 5x18
-                    text run at (173,4) width 5: " "
-                  RenderBR {BR} at (177,4) size 1x18
+                  RenderBR {BR} at (173,4) size 1x18
                   RenderTextControl {INPUT} at (2,28) size 170x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
                     RenderFlexibleBox {DIV} at (3,1) size 164x20
                       RenderBlock {DIV} at (0,1) size 149x17
-                RenderBlock {DIV} at (1,257) size 200x54
+                RenderBlock {DIV} at (1,251) size 196x54
                   RenderTextControl {INPUT} at (2,2) size 181x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (184,5) size 5x18
-                    text run at (184,5) width 5: " "
-                  RenderBR {BR} at (188,5) size 1x18
+                  RenderBR {BR} at (184,5) size 1x18
                   RenderTextControl {INPUT} at (2,29) size 181x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
                     RenderFlexibleBox {DIV} at (3,1) size 175x21
                       RenderBlock {DIV} at (0,2) size 160x17
-                RenderBlock {DIV} at (1,311) size 200x56
+                RenderBlock {DIV} at (1,305) size 196x56
                   RenderTextControl {INPUT} at (2,2) size 192x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (195,6) size 5x18
-                    text run at (195,6) width 5: " "
-                  RenderBR {BR} at (199,6) size 1x18
+                  RenderBR {BR} at (195,6) size 1x18
                   RenderTextControl {INPUT} at (2,30) size 192x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
                     RenderFlexibleBox {DIV} at (3,0) size 186x24
                       RenderBlock {DIV} at (0,2) size 171x19
-              RenderTableCell {TD} at (205,2) size 304x524 [r=0 c=1 rs=1 cs=1]
-                RenderBlock {DIV} at (1,1) size 301x56
+              RenderTableCell {TD} at (201,2) size 300x524 [r=0 c=1 rs=1 cs=1]
+                RenderBlock {DIV} at (1,1) size 297x56
                   RenderTextControl {INPUT} at (2,2) size 203x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (206,6) size 5x18
-                    text run at (206,6) width 5: " "
-                  RenderBR {BR} at (210,6) size 1x18
+                  RenderBR {BR} at (206,6) size 1x18
                   RenderTextControl {INPUT} at (2,30) size 203x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
                     RenderFlexibleBox {DIV} at (3,0) size 197x24
                       RenderBlock {DIV} at (0,3) size 182x18
-                RenderBlock {DIV} at (1,57) size 301x60
+                RenderBlock {DIV} at (1,57) size 297x60
                   RenderTextControl {INPUT} at (2,2) size 214x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (217,7) size 5x18
-                    text run at (217,7) width 5: " "
-                  RenderBR {BR} at (221,7) size 1x18
+                  RenderBR {BR} at (217,7) size 1x18
                   RenderTextControl {INPUT} at (2,32) size 214x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
                     RenderFlexibleBox {DIV} at (3,0) size 208x26
                       RenderBlock {DIV} at (0,2) size 193x21
-                RenderBlock {DIV} at (1,117) size 301x62
+                RenderBlock {DIV} at (1,117) size 297x62
                   RenderTextControl {INPUT} at (2,2) size 226x27 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (229,8) size 5x18
-                    text run at (229,8) width 5: " "
-                  RenderBR {BR} at (233,8) size 1x18
+                  RenderBR {BR} at (229,8) size 1x18
                   RenderTextControl {INPUT} at (2,33) size 226x27 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
                     RenderFlexibleBox {DIV} at (3,0) size 220x27
                       RenderBlock {DIV} at (0,3) size 201x21
-                RenderBlock {DIV} at (1,179) size 301x64
+                RenderBlock {DIV} at (1,179) size 297x64
                   RenderTextControl {INPUT} at (2,2) size 237x28 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (240,9) size 5x18
-                    text run at (240,9) width 5: " "
-                  RenderBR {BR} at (244,9) size 1x18
+                  RenderBR {BR} at (240,9) size 1x18
                   RenderTextControl {INPUT} at (2,34) size 237x28 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
                     RenderFlexibleBox {DIV} at (3,0) size 231x28
                       RenderBlock {DIV} at (0,3) size 212x22
-                RenderBlock {DIV} at (1,243) size 301x66
+                RenderBlock {DIV} at (1,243) size 297x66
                   RenderTextControl {INPUT} at (2,2) size 257x29 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (260,10) size 5x18
-                    text run at (260,10) width 5: " "
-                  RenderBR {BR} at (264,10) size 1x18
+                  RenderBR {BR} at (260,10) size 1x18
                   RenderTextControl {INPUT} at (2,35) size 257x29 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
                     RenderFlexibleBox {DIV} at (3,0) size 251x29
                       RenderBlock {DIV} at (0,3) size 232x23
-                RenderBlock {DIV} at (1,309) size 301x68
+                RenderBlock {DIV} at (1,309) size 297x68
                   RenderTextControl {INPUT} at (2,2) size 269x30 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (272,11) size 5x18
-                    text run at (272,11) width 5: " "
-                  RenderBR {BR} at (276,11) size 1x18
+                  RenderBR {BR} at (272,11) size 1x18
                   RenderTextControl {INPUT} at (2,36) size 269x30 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
                     RenderFlexibleBox {DIV} at (3,0) size 263x30
                       RenderBlock {DIV} at (0,3) size 244x24
-                RenderBlock {DIV} at (1,377) size 301x72
+                RenderBlock {DIV} at (1,377) size 297x72
                   RenderTextControl {INPUT} at (2,2) size 281x32 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (284,12) size 5x18
-                    text run at (284,12) width 5: " "
-                  RenderBR {BR} at (288,12) size 1x18
+                  RenderBR {BR} at (284,12) size 1x18
                   RenderTextControl {INPUT} at (2,38) size 281x32 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
                     RenderFlexibleBox {DIV} at (3,0) size 275x32
                       RenderBlock {DIV} at (0,3) size 256x26
-                RenderBlock {DIV} at (1,449) size 301x74
+                RenderBlock {DIV} at (1,449) size 297x74
                   RenderTextControl {INPUT} at (2,2) size 293x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (296,13) size 5x18
-                    text run at (296,13) width 5: " "
-                  RenderBR {BR} at (300,13) size 1x18
+                  RenderBR {BR} at (296,13) size 1x18
                   RenderTextControl {INPUT} at (2,39) size 293x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
                     RenderFlexibleBox {DIV} at (3,0) size 287x33
                       RenderBlock {DIV} at (0,3) size 268x27
@@ -145,95 +113,95 @@
   RenderBlock {DIV} at (3,3) size 106x10
 layer at (14,145) size 93x10
   RenderBlock {DIV} at (0,0) size 93x10
-layer at (14,163) size 118x11
+layer at (14,161) size 118x11
   RenderBlock {DIV} at (3,3) size 118x11
-layer at (14,180) size 105x11
+layer at (14,178) size 105x11
   RenderBlock {DIV} at (0,0) size 105x11
-layer at (14,198) size 129x12
+layer at (14,195) size 129x12
   RenderBlock {DIV} at (3,3) size 130x12
-layer at (14,216) size 116x12
+layer at (14,213) size 116x12
   RenderBlock {DIV} at (0,0) size 117x12
-layer at (16,236) size 141x13
+layer at (16,233) size 141x13
   RenderBlock {DIV} at (3,3) size 141x13
-layer at (16,259) size 128x13
+layer at (16,256) size 128x13
   RenderBlock {DIV} at (0,0) size 128x13
-layer at (16,282) size 152x15
+layer at (16,279) size 152x15
   RenderBlock {DIV} at (3,3) size 153x15
-layer at (16,307) size 139x15
+layer at (16,304) size 139x15
   RenderBlock {DIV} at (0,0) size 140x15
-layer at (16,332) size 163x16
+layer at (16,329) size 163x16
   RenderBlock {DIV} at (3,3) size 164x16
-layer at (16,358) size 148x16
+layer at (16,355) size 148x16
   RenderBlock {DIV} at (0,0) size 149x16
-layer at (16,384) size 174x17
+layer at (16,381) size 174x17
   RenderBlock {DIV} at (3,3) size 175x17
-layer at (16,411) size 159x17
+layer at (16,408) size 159x17
   RenderBlock {DIV} at (0,0) size 160x17
-layer at (16,438) size 185x18
+layer at (16,435) size 185x18
   RenderBlock {DIV} at (3,3) size 186x18
-layer at (16,466) size 170x18
+layer at (16,463) size 170x18
   RenderBlock {DIV} at (0,0) size 171x18
-layer at (219,50) size 196x18
+layer at (215,50) size 196x18
   RenderBlock {DIV} at (3,3) size 197x18
-layer at (219,78) size 181x18
+layer at (215,78) size 181x18
   RenderBlock {DIV} at (0,0) size 182x18
-layer at (219,106) size 207x20
+layer at (215,106) size 207x20
   RenderBlock {DIV} at (3,3) size 208x20
-layer at (219,136) size 192x20
+layer at (215,136) size 192x20
   RenderBlock {DIV} at (0,0) size 193x20
-layer at (219,166) size 219x21
+layer at (215,166) size 219x21
   RenderBlock {DIV} at (3,3) size 220x21
-layer at (219,197) size 200x21
+layer at (215,197) size 200x21
   RenderBlock {DIV} at (0,0) size 201x21
-layer at (219,228) size 231x22
+layer at (215,228) size 231x22
   RenderBlock {DIV} at (3,3) size 231x22
-layer at (219,260) size 212x22
+layer at (215,260) size 212x22
   RenderBlock {DIV} at (0,0) size 212x22
-layer at (219,292) size 251x23
+layer at (215,292) size 251x23
   RenderBlock {DIV} at (3,3) size 251x23
-layer at (219,325) size 232x23
+layer at (215,325) size 232x23
   RenderBlock {DIV} at (0,0) size 232x23
-layer at (219,358) size 263x24
+layer at (215,358) size 263x24
   RenderBlock {DIV} at (3,3) size 263x24
-layer at (219,392) size 244x24
+layer at (215,392) size 244x24
   RenderBlock {DIV} at (0,0) size 244x24
-layer at (219,426) size 275x26
+layer at (215,426) size 275x26
   RenderBlock {DIV} at (3,3) size 275x26
-layer at (219,462) size 256x26
+layer at (215,462) size 256x26
   RenderBlock {DIV} at (0,0) size 256x26
-layer at (219,498) size 287x27
+layer at (215,498) size 287x27
   RenderBlock {DIV} at (3,3) size 287x27
-layer at (219,535) size 268x27
+layer at (215,535) size 268x27
   RenderBlock {DIV} at (0,0) size 268x27
 layer at (107,143) size 13x15
   RenderBlock (relative positioned) {DIV} at (92,0) size 14x15
-layer at (119,178) size 13x15
+layer at (119,176) size 13x15
   RenderBlock (relative positioned) {DIV} at (104,0) size 14x15
-layer at (130,215) size 13x15
+layer at (130,212) size 13x15
   RenderBlock (relative positioned) {DIV} at (116,0) size 14x15
-layer at (144,257) size 13x17
+layer at (144,254) size 13x17
   RenderBlock (relative positioned) {DIV} at (127,0) size 14x17
-layer at (155,306) size 13x18
+layer at (155,303) size 13x18
   RenderBlock (relative positioned) {DIV} at (139,0) size 14x18
-layer at (164,356) size 15x20
+layer at (164,353) size 15x20
   RenderBlock (relative positioned) {DIV} at (148,0) size 16x20
-layer at (175,409) size 15x21
+layer at (175,406) size 15x21
   RenderBlock (relative positioned) {DIV} at (159,0) size 16x21
-layer at (186,464) size 15x23
+layer at (186,461) size 15x23
   RenderBlock (relative positioned) {DIV} at (170,0) size 16x23
-layer at (401,75) size 15x24
+layer at (397,75) size 15x24
   RenderBlock (relative positioned) {DIV} at (181,0) size 16x24
-layer at (412,133) size 15x26
+layer at (408,133) size 15x26
   RenderBlock (relative positioned) {DIV} at (192,0) size 16x26
-layer at (419,194) size 19x27
+layer at (415,194) size 19x27
   RenderBlock (relative positioned) {DIV} at (200,0) size 20x27
-layer at (431,257) size 19x28
+layer at (427,257) size 19x28
   RenderBlock (relative positioned) {DIV} at (211,-1) size 20x30
-layer at (451,322) size 19x30
+layer at (447,322) size 19x30
   RenderBlock (relative positioned) {DIV} at (231,-1) size 20x31
-layer at (463,388) size 19x32
+layer at (459,388) size 19x32
   RenderBlock (relative positioned) {DIV} at (243,-1) size 20x32
-layer at (475,459) size 19x33
+layer at (471,459) size 19x33
   RenderBlock (relative positioned) {DIV} at (255,-1) size 20x34
-layer at (487,531) size 19x35
+layer at (483,531) size 19x35
   RenderBlock (relative positioned) {DIV} at (267,-1) size 20x35

Modified: trunk/LayoutTests/platform/win/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt (269035 => 269036)


--- trunk/LayoutTests/platform/win/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt	2020-10-27 13:26:48 UTC (rev 269035)
+++ trunk/LayoutTests/platform/win/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt	2020-10-27 13:27:17 UTC (rev 269036)
@@ -4,236 +4,204 @@
   RenderBlock {HTML} at (0,0) size 800x600
     RenderBody {BODY} at (8,8) size 784x584
       RenderBlock {P} at (0,0) size 784x18
-        RenderText {#text} at (0,0) size 241x18
-          text run at (0,0) width 241: "Test appearances of outer-spin-button."
+        RenderText {#text} at (0,0) size 245x18
+          text run at (0,0) width 245: "Test appearances of outer-spin-button."
       RenderBlock {DIV} at (0,34) size 784x0
       RenderBlock {DIV} at (0,34) size 784x528
-        RenderTable {TABLE} at (0,0) size 435x528
-          RenderTableSection {TBODY} at (0,0) size 435x528
-            RenderTableRow {TR} at (0,2) size 435x524
-              RenderTableCell {TD} at (2,80) size 178x368 [r=0 c=0 rs=1 cs=1]
-                RenderBlock {DIV} at (1,1) size 176x35
-                  RenderTextControl {INPUT} at (0,3) size 98x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (98,0) size 4x18
-                    text run at (98,0) width 4: " "
-                  RenderBR {BR} at (102,14) size 0x0
-                  RenderTextControl {INPUT} at (0,19) size 98x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                    RenderFlexibleBox {DIV} at (3,3) size 92x10
-                      RenderBlock {DIV} at (0,0) size 79x10
-                RenderBlock {DIV} at (1,36) size 176x36
-                  RenderTextControl {INPUT} at (0,2) size 100x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (100,0) size 4x18
-                    text run at (100,0) width 4: " "
-                  RenderBR {BR} at (104,14) size 0x0
-                  RenderTextControl {INPUT} at (0,19) size 100x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                    RenderFlexibleBox {DIV} at (3,3) size 94x11
-                      RenderBlock {DIV} at (0,0) size 81x11
-                RenderBlock {DIV} at (1,72) size 176x37
-                  RenderTextControl {INPUT} at (0,1) size 102x18 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (102,0) size 4x18
-                    text run at (102,0) width 4: " "
-                  RenderBR {BR} at (106,14) size 0x0
-                  RenderTextControl {INPUT} at (0,19) size 102x18 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                    RenderFlexibleBox {DIV} at (3,3) size 96x12
-                      RenderBlock {DIV} at (0,0) size 83x12
-                RenderBlock {DIV} at (1,109) size 176x46
-                  RenderTextControl {INPUT} at (2,2) size 123x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (127,2) size 4x18
-                    text run at (127,2) width 4: " "
-                  RenderBR {BR} at (131,16) size 0x0
-                  RenderTextControl {INPUT} at (2,25) size 123x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                    RenderFlexibleBox {DIV} at (3,3) size 117x13
-                      RenderBlock {DIV} at (0,0) size 104x13
-                RenderBlock {DIV} at (1,155) size 176x50
-                  RenderTextControl {INPUT} at (2,2) size 125x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (129,3) size 4x18
-                    text run at (129,3) width 4: " "
-                  RenderBR {BR} at (133,17) size 0x0
-                  RenderTextControl {INPUT} at (2,27) size 125x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                    RenderFlexibleBox {DIV} at (3,3) size 119x15
-                      RenderBlock {DIV} at (0,0) size 106x15
-                RenderBlock {DIV} at (1,205) size 176x52
-                  RenderTextControl {INPUT} at (2,2) size 146x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (150,4) size 4x18
-                    text run at (150,4) width 4: " "
-                  RenderBR {BR} at (154,18) size 0x0
-                  RenderTextControl {INPUT} at (2,28) size 146x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                    RenderFlexibleBox {DIV} at (3,3) size 140x16
-                      RenderBlock {DIV} at (0,0) size 125x16
-                RenderBlock {DIV} at (1,257) size 176x54
-                  RenderTextControl {INPUT} at (2,2) size 148x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (152,5) size 4x18
-                    text run at (152,5) width 4: " "
-                  RenderBR {BR} at (156,19) size 0x0
-                  RenderTextControl {INPUT} at (2,29) size 148x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                    RenderFlexibleBox {DIV} at (3,3) size 142x17
-                      RenderBlock {DIV} at (0,0) size 127x17
-                RenderBlock {DIV} at (1,311) size 176x56
-                  RenderTextControl {INPUT} at (2,2) size 168x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (172,6) size 4x18
-                    text run at (172,6) width 4: " "
-                  RenderBR {BR} at (176,20) size 0x0
-                  RenderTextControl {INPUT} at (2,30) size 168x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                    RenderFlexibleBox {DIV} at (3,3) size 162x18
-                      RenderBlock {DIV} at (0,0) size 147x18
-              RenderTableCell {TD} at (182,2) size 251x524 [r=0 c=1 rs=1 cs=1]
-                RenderBlock {DIV} at (1,1) size 249x56
-                  RenderTextControl {INPUT} at (2,2) size 170x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (174,6) size 4x18
-                    text run at (174,6) width 4: " "
-                  RenderBR {BR} at (178,20) size 0x0
-                  RenderTextControl {INPUT} at (2,30) size 170x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                    RenderFlexibleBox {DIV} at (3,3) size 164x18
-                      RenderBlock {DIV} at (0,0) size 149x18
-                RenderBlock {DIV} at (1,57) size 249x60
-                  RenderTextControl {INPUT} at (2,2) size 172x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (176,7) size 4x18
-                    text run at (176,7) width 4: " "
-                  RenderBR {BR} at (180,21) size 0x0
-                  RenderTextControl {INPUT} at (2,32) size 172x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                    RenderFlexibleBox {DIV} at (3,3) size 166x20
-                      RenderBlock {DIV} at (0,0) size 151x20
-                RenderBlock {DIV} at (1,117) size 249x62
-                  RenderTextControl {INPUT} at (2,2) size 193x27 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (197,8) size 4x18
-                    text run at (197,8) width 4: " "
-                  RenderBR {BR} at (201,22) size 0x0
-                  RenderTextControl {INPUT} at (2,33) size 193x27 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                    RenderFlexibleBox {DIV} at (3,3) size 187x21
-                      RenderBlock {DIV} at (0,0) size 168x21
-                RenderBlock {DIV} at (1,179) size 249x64
-                  RenderTextControl {INPUT} at (2,2) size 195x28 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (199,9) size 4x18
-                    text run at (199,9) width 4: " "
-                  RenderBR {BR} at (203,23) size 0x0
-                  RenderTextControl {INPUT} at (2,34) size 195x28 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                    RenderFlexibleBox {DIV} at (3,3) size 189x22
-                      RenderBlock {DIV} at (0,0) size 170x22
-                RenderBlock {DIV} at (1,243) size 249x66
-                  RenderTextControl {INPUT} at (2,2) size 216x29 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (220,10) size 4x18
-                    text run at (220,10) width 4: " "
-                  RenderBR {BR} at (224,24) size 0x0
-                  RenderTextControl {INPUT} at (2,35) size 216x29 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                    RenderFlexibleBox {DIV} at (3,3) size 210x23
-                      RenderBlock {DIV} at (0,0) size 191x23
-                RenderBlock {DIV} at (1,309) size 249x68
-                  RenderTextControl {INPUT} at (2,2) size 218x30 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (222,11) size 4x18
-                    text run at (222,11) width 4: " "
-                  RenderBR {BR} at (226,25) size 0x0
-                  RenderTextControl {INPUT} at (2,36) size 218x30 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                    RenderFlexibleBox {DIV} at (3,3) size 212x24
-                      RenderBlock {DIV} at (0,0) size 193x24
-                RenderBlock {DIV} at (1,377) size 249x72
-                  RenderTextControl {INPUT} at (2,2) size 239x32 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (243,12) size 4x18
-                    text run at (243,12) width 4: " "
-                  RenderBR {BR} at (247,26) size 0x0
-                  RenderTextControl {INPUT} at (2,38) size 239x32 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                    RenderFlexibleBox {DIV} at (3,3) size 233x26
-                      RenderBlock {DIV} at (0,0) size 214x26
-                RenderBlock {DIV} at (1,449) size 249x74
-                  RenderTextControl {INPUT} at (2,2) size 241x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                  RenderText {#text} at (245,13) size 4x18
-                    text run at (245,13) width 4: " "
-                  RenderBR {BR} at (249,27) size 0x0
-                  RenderTextControl {INPUT} at (2,39) size 241x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-                    RenderFlexibleBox {DIV} at (3,3) size 235x27
-                      RenderBlock {DIV} at (0,0) size 216x27
-layer at (14,129) size 92x10
-  RenderBlock {DIV} at (3,3) size 92x10
-layer at (14,145) size 79x10
-  RenderBlock {DIV} at (0,0) size 79x10
-layer at (14,163) size 94x11
-  RenderBlock {DIV} at (3,3) size 94x11
-layer at (14,180) size 81x11
-  RenderBlock {DIV} at (0,0) size 81x11
-layer at (14,198) size 96x12
-  RenderBlock {DIV} at (3,3) size 96x12
-layer at (14,216) size 83x12
-  RenderBlock {DIV} at (0,0) size 83x12
-layer at (16,236) size 117x13
-  RenderBlock {DIV} at (3,3) size 117x13
-layer at (16,259) size 104x13
-  RenderBlock {DIV} at (0,0) size 104x13
-layer at (16,282) size 119x15
-  RenderBlock {DIV} at (3,3) size 119x15
-layer at (16,307) size 106x15
-  RenderBlock {DIV} at (0,0) size 106x15
-layer at (16,332) size 140x16
-  RenderBlock {DIV} at (3,3) size 140x16
-layer at (16,358) size 125x16
-  RenderBlock {DIV} at (0,0) size 125x16
-layer at (16,384) size 142x17
-  RenderBlock {DIV} at (3,3) size 142x17
-layer at (16,411) size 127x17
-  RenderBlock {DIV} at (0,0) size 127x17
-layer at (16,438) size 162x18
-  RenderBlock {DIV} at (3,3) size 162x18
-layer at (16,466) size 147x18
-  RenderBlock {DIV} at (0,0) size 147x18
-layer at (196,50) size 164x18
-  RenderBlock {DIV} at (3,3) size 164x18
-layer at (196,78) size 149x18
-  RenderBlock {DIV} at (0,0) size 149x18
-layer at (196,106) size 166x20
-  RenderBlock {DIV} at (3,3) size 166x20
-layer at (196,136) size 151x20
-  RenderBlock {DIV} at (0,0) size 151x20
-layer at (196,166) size 187x21
-  RenderBlock {DIV} at (3,3) size 187x21
-layer at (196,197) size 168x21
-  RenderBlock {DIV} at (0,0) size 168x21
-layer at (196,228) size 189x22
-  RenderBlock {DIV} at (3,3) size 189x22
-layer at (196,260) size 170x22
-  RenderBlock {DIV} at (0,0) size 170x22
-layer at (196,292) size 210x23
-  RenderBlock {DIV} at (3,3) size 210x23
-layer at (196,325) size 191x23
-  RenderBlock {DIV} at (0,0) size 191x23
-layer at (196,358) size 212x24
-  RenderBlock {DIV} at (3,3) size 212x24
-layer at (196,392) size 193x24
-  RenderBlock {DIV} at (0,0) size 193x24
-layer at (196,426) size 233x26
-  RenderBlock {DIV} at (3,3) size 233x26
-layer at (196,462) size 214x26
-  RenderBlock {DIV} at (0,0) size 214x26
-layer at (196,498) size 235x27
-  RenderBlock {DIV} at (3,3) size 235x27
-layer at (196,535) size 216x27
-  RenderBlock {DIV} at (0,0) size 216x27
-layer at (94,144) size 13x12
-  RenderBlock (relative positioned) {DIV} at (80,-1) size 13x12
-layer at (96,179) size 13x13
-  RenderBlock (relative positioned) {DIV} at (82,-1) size 13x13
-layer at (98,215) size 13x14
-  RenderBlock (relative positioned) {DIV} at (84,-1) size 13x14
-layer at (121,258) size 13x15
-  RenderBlock (relative positioned) {DIV} at (105,-1) size 13x15
-layer at (123,306) size 13x17
-  RenderBlock (relative positioned) {DIV} at (107,-1) size 13x17
-layer at (142,357) size 15x18
-  RenderBlock (relative positioned) {DIV} at (126,-1) size 15x18
-layer at (144,410) size 15x19
-  RenderBlock (relative positioned) {DIV} at (128,-1) size 15x19
-layer at (164,465) size 15x20
-  RenderBlock (relative positioned) {DIV} at (148,-1) size 15x20
-layer at (346,77) size 15x20
-  RenderBlock (relative positioned) {DIV} at (150,-1) size 15x20
-layer at (348,135) size 15x22
-  RenderBlock (relative positioned) {DIV} at (152,-1) size 15x22
-layer at (365,196) size 19x23
-  RenderBlock (relative positioned) {DIV} at (169,-1) size 19x23
-layer at (367,259) size 19x24
-  RenderBlock (relative positioned) {DIV} at (171,-1) size 19x24
-layer at (388,324) size 19x25
-  RenderBlock (relative positioned) {DIV} at (192,-1) size 19x25
-layer at (390,391) size 19x26
-  RenderBlock (relative positioned) {DIV} at (194,-1) size 19x26
-layer at (411,461) size 19x28
-  RenderBlock (relative positioned) {DIV} at (215,-1) size 19x28
-layer at (413,534) size 19x29
-  RenderBlock (relative positioned) {DIV} at (217,-1) size 19x29
+        RenderTable {TABLE} at (0,0) size 503x528
+          RenderTableSection {TBODY} at (0,0) size 503x528
+            RenderTableRow {TR} at (0,2) size 503x524
+              RenderTableCell {TD} at (2,83) size 198x362 [r=0 c=0 rs=1 cs=1]
+                RenderBlock {DIV} at (1,1) size 196x32
+                  RenderTextControl {INPUT} at (0,0) size 112x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderBR {BR} at (111,-3) size 1x18
+                  RenderTextControl {INPUT} at (0,16) size 112x16 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,0) size 106x16
+                      RenderBlock {DIV} at (0,2) size 93x11
+                RenderBlock {DIV} at (1,33) size 196x34
+                  RenderTextControl {INPUT} at (0,0) size 124x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderBR {BR} at (123,-2) size 1x18
+                  RenderTextControl {INPUT} at (0,17) size 124x17 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,1) size 118x15
+                      RenderBlock {DIV} at (0,2) size 105x11
+                RenderBlock {DIV} at (1,67) size 196x36
+                  RenderTextControl {INPUT} at (0,0) size 136x18 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderBR {BR} at (135,-1) size 1x18
+                  RenderTextControl {INPUT} at (0,18) size 136x18 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,1) size 130x16
+                      RenderBlock {DIV} at (0,1) size 117x13
+                RenderBlock {DIV} at (1,103) size 196x46
+                  RenderTextControl {INPUT} at (2,2) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderBR {BR} at (150,2) size 1x18
+                  RenderTextControl {INPUT} at (2,25) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,1) size 141x17
+                      RenderBlock {DIV} at (0,1) size 128x14
+                RenderBlock {DIV} at (1,149) size 196x50
+                  RenderTextControl {INPUT} at (2,2) size 159x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderBR {BR} at (162,3) size 1x18
+                  RenderTextControl {INPUT} at (2,27) size 159x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,1) size 153x19
+                      RenderBlock {DIV} at (0,1) size 140x16
+                RenderBlock {DIV} at (1,199) size 196x52
+                  RenderTextControl {INPUT} at (2,2) size 170x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderBR {BR} at (173,4) size 1x18
+                  RenderTextControl {INPUT} at (2,28) size 170x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,1) size 164x20
+                      RenderBlock {DIV} at (0,1) size 149x17
+                RenderBlock {DIV} at (1,251) size 196x54
+                  RenderTextControl {INPUT} at (2,2) size 181x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderBR {BR} at (184,5) size 1x18
+                  RenderTextControl {INPUT} at (2,29) size 181x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,1) size 175x21
+                      RenderBlock {DIV} at (0,2) size 160x17
+                RenderBlock {DIV} at (1,305) size 196x56
+                  RenderTextControl {INPUT} at (2,2) size 192x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderBR {BR} at (195,6) size 1x18
+                  RenderTextControl {INPUT} at (2,30) size 192x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,0) size 186x24
+                      RenderBlock {DIV} at (0,2) size 171x19
+              RenderTableCell {TD} at (201,2) size 300x524 [r=0 c=1 rs=1 cs=1]
+                RenderBlock {DIV} at (1,1) size 297x56
+                  RenderTextControl {INPUT} at (2,2) size 203x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderBR {BR} at (206,6) size 1x18
+                  RenderTextControl {INPUT} at (2,30) size 203x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,0) size 197x24
+                      RenderBlock {DIV} at (0,3) size 182x18
+                RenderBlock {DIV} at (1,57) size 297x60
+                  RenderTextControl {INPUT} at (2,2) size 214x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderBR {BR} at (217,7) size 1x18
+                  RenderTextControl {INPUT} at (2,32) size 214x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,0) size 208x26
+                      RenderBlock {DIV} at (0,2) size 193x21
+                RenderBlock {DIV} at (1,117) size 297x62
+                  RenderTextControl {INPUT} at (2,2) size 226x27 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderBR {BR} at (229,8) size 1x18
+                  RenderTextControl {INPUT} at (2,33) size 226x27 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,0) size 220x27
+                      RenderBlock {DIV} at (0,3) size 201x21
+                RenderBlock {DIV} at (1,179) size 297x64
+                  RenderTextControl {INPUT} at (2,2) size 237x28 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderBR {BR} at (240,9) size 1x18
+                  RenderTextControl {INPUT} at (2,34) size 237x28 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,0) size 231x28
+                      RenderBlock {DIV} at (0,3) size 212x22
+                RenderBlock {DIV} at (1,243) size 297x66
+                  RenderTextControl {INPUT} at (2,2) size 257x29 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderBR {BR} at (260,10) size 1x18
+                  RenderTextControl {INPUT} at (2,35) size 257x29 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,0) size 251x29
+                      RenderBlock {DIV} at (0,3) size 232x23
+                RenderBlock {DIV} at (1,309) size 297x68
+                  RenderTextControl {INPUT} at (2,2) size 269x30 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderBR {BR} at (272,11) size 1x18
+                  RenderTextControl {INPUT} at (2,36) size 269x30 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,0) size 263x30
+                      RenderBlock {DIV} at (0,3) size 244x24
+                RenderBlock {DIV} at (1,377) size 297x72
+                  RenderTextControl {INPUT} at (2,2) size 281x32 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderBR {BR} at (284,12) size 1x18
+                  RenderTextControl {INPUT} at (2,38) size 281x32 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,0) size 275x32
+                      RenderBlock {DIV} at (0,3) size 256x26
+                RenderBlock {DIV} at (1,449) size 297x74
+                  RenderTextControl {INPUT} at (2,2) size 293x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                  RenderBR {BR} at (296,13) size 1x18
+                  RenderTextControl {INPUT} at (2,39) size 293x33 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+                    RenderFlexibleBox {DIV} at (3,0) size 287x33
+                      RenderBlock {DIV} at (0,3) size 268x27
+layer at (14,129) size 106x10
+  RenderBlock {DIV} at (3,3) size 106x10
+layer at (14,145) size 93x10
+  RenderBlock {DIV} at (0,0) size 93x10
+layer at (14,161) size 118x11
+  RenderBlock {DIV} at (3,3) size 118x11
+layer at (14,178) size 105x11
+  RenderBlock {DIV} at (0,0) size 105x11
+layer at (14,195) size 129x12
+  RenderBlock {DIV} at (3,3) size 130x12
+layer at (14,213) size 116x12
+  RenderBlock {DIV} at (0,0) size 117x12
+layer at (16,233) size 141x13
+  RenderBlock {DIV} at (3,3) size 141x13
+layer at (16,256) size 128x13
+  RenderBlock {DIV} at (0,0) size 128x13
+layer at (16,279) size 152x15
+  RenderBlock {DIV} at (3,3) size 153x15
+layer at (16,304) size 139x15
+  RenderBlock {DIV} at (0,0) size 140x15
+layer at (16,329) size 163x16
+  RenderBlock {DIV} at (3,3) size 164x16
+layer at (16,355) size 148x16
+  RenderBlock {DIV} at (0,0) size 149x16
+layer at (16,381) size 174x17
+  RenderBlock {DIV} at (3,3) size 175x17
+layer at (16,408) size 159x17
+  RenderBlock {DIV} at (0,0) size 160x17
+layer at (16,435) size 185x18
+  RenderBlock {DIV} at (3,3) size 186x18
+layer at (16,463) size 170x18
+  RenderBlock {DIV} at (0,0) size 171x18
+layer at (215,50) size 196x18
+  RenderBlock {DIV} at (3,3) size 197x18
+layer at (215,78) size 181x18
+  RenderBlock {DIV} at (0,0) size 182x18
+layer at (215,106) size 207x20
+  RenderBlock {DIV} at (3,3) size 208x20
+layer at (215,136) size 192x20
+  RenderBlock {DIV} at (0,0) size 193x20
+layer at (215,166) size 219x21
+  RenderBlock {DIV} at (3,3) size 220x21
+layer at (215,197) size 200x21
+  RenderBlock {DIV} at (0,0) size 201x21
+layer at (215,228) size 231x22
+  RenderBlock {DIV} at (3,3) size 231x22
+layer at (215,260) size 212x22
+  RenderBlock {DIV} at (0,0) size 212x22
+layer at (215,292) size 251x23
+  RenderBlock {DIV} at (3,3) size 251x23
+layer at (215,325) size 232x23
+  RenderBlock {DIV} at (0,0) size 232x23
+layer at (215,358) size 263x24
+  RenderBlock {DIV} at (3,3) size 263x24
+layer at (215,392) size 244x24
+  RenderBlock {DIV} at (0,0) size 244x24
+layer at (215,426) size 275x26
+  RenderBlock {DIV} at (3,3) size 275x26
+layer at (215,462) size 256x26
+  RenderBlock {DIV} at (0,0) size 256x26
+layer at (215,498) size 287x27
+  RenderBlock {DIV} at (3,3) size 287x27
+layer at (215,535) size 268x27
+  RenderBlock {DIV} at (0,0) size 268x27
+layer at (107,143) size 13x15
+  RenderBlock (relative positioned) {DIV} at (92,0) size 14x15
+layer at (119,176) size 13x15
+  RenderBlock (relative positioned) {DIV} at (104,0) size 14x15
+layer at (130,212) size 13x15
+  RenderBlock (relative positioned) {DIV} at (116,0) size 14x15
+layer at (144,254) size 13x17
+  RenderBlock (relative positioned) {DIV} at (127,0) size 14x17
+layer at (155,303) size 13x18
+  RenderBlock (relative positioned) {DIV} at (139,0) size 14x18
+layer at (164,353) size 15x20
+  RenderBlock (relative positioned) {DIV} at (148,0) size 16x20
+layer at (175,406) size 15x21
+  RenderBlock (relative positioned) {DIV} at (159,0) size 16x21
+layer at (186,461) size 15x23
+  RenderBlock (relative positioned) {DIV} at (170,0) size 16x23
+layer at (397,75) size 15x24
+  RenderBlock (relative positioned) {DIV} at (181,0) size 16x24
+layer at (408,133) size 15x26
+  RenderBlock (relative positioned) {DIV} at (192,0) size 16x26
+layer at (415,194) size 19x27
+  RenderBlock (relative positioned) {DIV} at (200,0) size 20x27
+layer at (427,257) size 19x28
+  RenderBlock (relative positioned) {DIV} at (211,-1) size 20x30
+layer at (447,322) size 19x30
+  RenderBlock (relative positioned) {DIV} at (231,-1) size 20x31
+layer at (459,388) size 19x32
+  RenderBlock (relative positioned) {DIV} at (243,-1) size 20x32
+layer at (471,459) size 19x33
+  RenderBlock (relative positioned) {DIV} at (255,-1) size 20x34
+layer at (483,531) size 19x35
+  RenderBlock (relative positioned) {DIV} at (267,-1) size 20x35

Modified: trunk/LayoutTests/svg/wicd/test-rightsizing-b.xhtml (269035 => 269036)


--- trunk/LayoutTests/svg/wicd/test-rightsizing-b.xhtml	2020-10-27 13:26:48 UTC (rev 269035)
+++ trunk/LayoutTests/svg/wicd/test-rightsizing-b.xhtml	2020-10-27 13:27:17 UTC (rev 269036)
@@ -15,8 +15,7 @@
         <object data="" width="10%" type="image/svg+xml">[SVG NOT SUPPORTED]</object>
         <object data="" width="5%" type="image/svg+xml">[SVG NOT SUPPORTED]</object>
         <p>
-            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/>
+            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/>
             Beyond there is the same, only with PNG images instead of SVG.
         </p>
         <object data="" width="40%" type="image/png"/>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to