Title: [270070] trunk
Revision
270070
Author
za...@apple.com
Date
2020-11-19 21:59:40 -0800 (Thu, 19 Nov 2020)

Log Message

[LFC][Integration] Enable inline-block
https://bugs.webkit.org/show_bug.cgi?id=218889

Reviewed by Antti Koivisto.

Source/WebCore:

* layout/integration/LayoutIntegrationCoverage.cpp:

LayoutTests:

* platform/ios/fast/block/float/overhanging-tall-block-expected.txt:
* platform/ios/fast/css/named-images-expected.txt:
* platform/ios/fast/css/text-overflow-input-expected.txt:
* platform/ios/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt:
* platform/ios/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt:
* platform/ios/fast/dom/HTMLProgressElement/native-progress-bar-expected.txt:
* platform/ios/fast/forms/placeholder-pseudo-style-expected.txt:
* platform/ios/fast/text/international/bidi-LDB-2-CSS-expected.txt:
* platform/ios/svg/transforms/svg-css-transforms-clip-path-expected.txt:
* platform/ios/svg/transforms/svg-css-transforms-expected.txt:
* platform/ios/transforms/3d/general/perspective-units-expected.txt:
* platform/ios/transforms/svg-vs-css-expected.txt:
* platform/mac-catalina/fast/css/text-overflow-input-expected.txt:
* platform/mac-mojave/fast/css/text-overflow-input-expected.txt:
* platform/mac/fast/block/float/overhanging-tall-block-expected.txt:
* platform/mac/fast/css/named-images-expected.txt:
* platform/mac/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt:
* platform/mac/fast/forms/placeholder-pseudo-style-expected.txt:
* platform/mac/fast/text/hyphenate-limit-before-after-expected.txt:
* platform/mac/fast/text/international/bidi-LDB-2-CSS-expected.txt:

  These are progressions where the content is subpixel taller than the computed height for the containing block:
* platform/mac/svg/transforms/svg-css-transforms-clip-path-expected.txt:
* platform/mac/svg/transforms/svg-css-transforms-expected.txt:
* platform/mac/transforms/3d/general/perspective-units-expected.txt:
* platform/mac/transforms/svg-vs-css-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (270069 => 270070)


--- trunk/LayoutTests/ChangeLog	2020-11-20 05:56:15 UTC (rev 270069)
+++ trunk/LayoutTests/ChangeLog	2020-11-20 05:59:40 UTC (rev 270070)
@@ -1,3 +1,37 @@
+2020-11-19  Zalan Bujtas  <za...@apple.com>
+
+        [LFC][Integration] Enable inline-block
+        https://bugs.webkit.org/show_bug.cgi?id=218889
+
+        Reviewed by Antti Koivisto.
+
+        * platform/ios/fast/block/float/overhanging-tall-block-expected.txt:
+        * platform/ios/fast/css/named-images-expected.txt:
+        * platform/ios/fast/css/text-overflow-input-expected.txt:
+        * platform/ios/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt:
+        * platform/ios/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt:
+        * platform/ios/fast/dom/HTMLProgressElement/native-progress-bar-expected.txt:
+        * platform/ios/fast/forms/placeholder-pseudo-style-expected.txt:
+        * platform/ios/fast/text/international/bidi-LDB-2-CSS-expected.txt:
+        * platform/ios/svg/transforms/svg-css-transforms-clip-path-expected.txt:
+        * platform/ios/svg/transforms/svg-css-transforms-expected.txt:
+        * platform/ios/transforms/3d/general/perspective-units-expected.txt:
+        * platform/ios/transforms/svg-vs-css-expected.txt:
+        * platform/mac-catalina/fast/css/text-overflow-input-expected.txt:
+        * platform/mac-mojave/fast/css/text-overflow-input-expected.txt:
+        * platform/mac/fast/block/float/overhanging-tall-block-expected.txt:
+        * platform/mac/fast/css/named-images-expected.txt:
+        * platform/mac/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt:
+        * platform/mac/fast/forms/placeholder-pseudo-style-expected.txt:
+        * platform/mac/fast/text/hyphenate-limit-before-after-expected.txt:
+        * platform/mac/fast/text/international/bidi-LDB-2-CSS-expected.txt:
+
+          These are progressions where the content is subpixel taller than the computed height for the containing block:
+        * platform/mac/svg/transforms/svg-css-transforms-clip-path-expected.txt:
+        * platform/mac/svg/transforms/svg-css-transforms-expected.txt:
+        * platform/mac/transforms/3d/general/perspective-units-expected.txt:
+        * platform/mac/transforms/svg-vs-css-expected.txt:
+
 2020-11-19  Aditya Keerthi  <akeer...@apple.com>
 
         [iOS][FCR] Add new look for progress bars

Modified: trunk/LayoutTests/platform/ios/fast/block/float/overhanging-tall-block-expected.txt (270069 => 270070)


--- trunk/LayoutTests/platform/ios/fast/block/float/overhanging-tall-block-expected.txt	2020-11-20 05:56:15 UTC (rev 270069)
+++ trunk/LayoutTests/platform/ios/fast/block/float/overhanging-tall-block-expected.txt	2020-11-20 05:59:40 UTC (rev 270070)
@@ -6,6 +6,6 @@
       RenderBlock {DIV} at (0,0) size 784x33554431
       RenderBlock {DIV} at (0,33554431) size 784x0
       RenderBlock {DIV} at (0,33554431) size 784x0
-layer at (10,11) size 150x33554431 backgroundClip at (10,11) size 150x33554421 clip at (11,12) size 148x33554420
-  RenderTextControl {TEXTAREA} at (2,3) size 150x33554428 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-    RenderBlock {DIV} at (3,3) size 144x14
+layer at (10,10) size 151x33554431 backgroundClip at (10,10) size 151x33554422 clip at (11,11) size 149x33554421
+  RenderTextControl {TEXTAREA} at (2,2) size 151x33554429 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
+    RenderBlock {DIV} at (6,3) size 139x14

Modified: trunk/LayoutTests/platform/ios/fast/css/named-images-expected.txt (270069 => 270070)


--- trunk/LayoutTests/platform/ios/fast/css/named-images-expected.txt	2020-11-20 05:56:15 UTC (rev 270069)
+++ trunk/LayoutTests/platform/ios/fast/css/named-images-expected.txt	2020-11-20 05:59:40 UTC (rev 270070)
@@ -16,8 +16,7 @@
       RenderText {#text} at (502,145) size 4x19
         text run at (502,145) width 4: " "
       RenderBlock {DIV} at (511,5) size 100x150 [border: (1px solid #000000)]
-      RenderText {#text} at (616,145) size 4x19
-        text run at (616,145) width 4: " "
+      RenderText {#text} at (0,0) size 0x0
       RenderBlock {DIV} at (5,170) size 200x200 [border: (1px solid #000000)]
       RenderText {#text} at (210,360) size 4x19
         text run at (210,360) width 4: " "

Modified: trunk/LayoutTests/platform/ios/fast/css/text-overflow-input-expected.txt (270069 => 270070)


--- trunk/LayoutTests/platform/ios/fast/css/text-overflow-input-expected.txt	2020-11-20 05:56:15 UTC (rev 270069)
+++ trunk/LayoutTests/platform/ios/fast/css/text-overflow-input-expected.txt	2020-11-20 05:59:40 UTC (rev 270070)
@@ -122,7 +122,7 @@
         RenderTextControl {INPUT} at (393,22) size 138x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
         RenderText {#text} at (532,21) size 5x19
           text run at (532,21) width 5: " "
-        RenderBR {BR} at (0,0) size 0x0
+        RenderBR {BR} at (536,21) size 1x19
         RenderText {#text} at (0,46) size 270x19
           text run at (0,46) width 270: "Ellipsis to clip (should not show ellipsis): "
         RenderTextControl {INPUT} at (271,47) size 139x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
@@ -131,7 +131,7 @@
         RenderTextControl {INPUT} at (417,47) size 138x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
         RenderText {#text} at (556,46) size 5x19
           text run at (556,46) width 5: " "
-        RenderBR {BR} at (0,0) size 0x0
+        RenderBR {BR} at (560,46) size 1x19
 layer at (17,77) size 124x14 scrollWidth 265
   RenderBlock {DIV} at (6,3) size 125x15 [color=#A9A9A9]
     RenderText {#text} at (0,0) size 265x14

Modified: trunk/LayoutTests/platform/ios/fast/dom/HTMLMeterElement/meter-element-expected.txt (270069 => 270070)


--- trunk/LayoutTests/platform/ios/fast/dom/HTMLMeterElement/meter-element-expected.txt	2020-11-20 05:56:15 UTC (rev 270069)
+++ trunk/LayoutTests/platform/ios/fast/dom/HTMLMeterElement/meter-element-expected.txt	2020-11-20 05:59:40 UTC (rev 270070)
@@ -3,11 +3,11 @@
 layer at (0,0) size 800x600
   RenderBlock {HTML} at (0,0) size 800x600
     RenderBody {BODY} at (8,8) size 784x584
-      RenderBlock {METER} at (0,44) size 80x17
+      RenderBlock {METER} at (0,44) size 80x16
         RenderBlock {DIV} at (0,0) size 80x16
           RenderBlock {DIV} at (0,0) size 80x16
             RenderBlock {DIV} at (0,0) size 18x16
-      RenderBlock {METER} at (80,0) size 10x61
+      RenderBlock {METER} at (80,0) size 10x60
         RenderBlock {DIV} at (0,0) size 10x60
           RenderBlock {DIV} at (0,0) size 10x60
             RenderBlock {DIV} at (0,0) size 7x60

Modified: trunk/LayoutTests/platform/ios/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt (270069 => 270070)


--- trunk/LayoutTests/platform/ios/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt	2020-11-20 05:56:15 UTC (rev 270069)
+++ trunk/LayoutTests/platform/ios/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt	2020-11-20 05:59:40 UTC (rev 270070)
@@ -3,13 +3,13 @@
 layer at (0,0) size 800x600
   RenderBlock {HTML} at (0,0) size 800x600
     RenderBody {BODY} at (8,8) size 784x584
-      RenderBlock {METER} at (0,2) size 80x17
+      RenderBlock {METER} at (0,2) size 80x16
         RenderBlock {DIV} at (0,0) size 80x16
           RenderBlock {DIV} at (0,0) size 80x16
             RenderBlock {DIV} at (0,0) size 40x16
       RenderText {#text} at (80,0) size 4x19
         text run at (80,0) width 4: " "
-      RenderBlock {METER} at (84,2) size 80x17
+      RenderBlock {METER} at (84,2) size 80x16
         RenderBlock {DIV} at (0,0) size 80x16
           RenderBlock {DIV} at (0,0) size 80x16
             RenderBlock {DIV} at (0,0) size 40x16

Modified: trunk/LayoutTests/platform/ios/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt (270069 => 270070)


--- trunk/LayoutTests/platform/ios/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt	2020-11-20 05:56:15 UTC (rev 270069)
+++ trunk/LayoutTests/platform/ios/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt	2020-11-20 05:59:40 UTC (rev 270070)
@@ -10,7 +10,7 @@
         RenderText {#text} at (0,0) size 659x19
           text run at (0,0) width 659: "Following meter gauge should be solid green - Changing the paseudo class by changing value attribute"
       RenderBlock (anonymous) at (0,95) size 784x17
-        RenderBlock {METER} at (0,0) size 80x17
+        RenderBlock {METER} at (0,0) size 80x16
           RenderBlock {DIV} at (0,0) size 80x16
             RenderBlock {DIV} at (0,0) size 80x16 [bgcolor=#808080]
               RenderBlock {DIV} at (0,0) size 72x16 [bgcolor=#008000]

Modified: trunk/LayoutTests/platform/ios/fast/dom/HTMLMeterElement/meter-styles-expected.txt (270069 => 270070)


--- trunk/LayoutTests/platform/ios/fast/dom/HTMLMeterElement/meter-styles-expected.txt	2020-11-20 05:56:15 UTC (rev 270069)
+++ trunk/LayoutTests/platform/ios/fast/dom/HTMLMeterElement/meter-styles-expected.txt	2020-11-20 05:59:40 UTC (rev 270070)
@@ -8,36 +8,36 @@
           text run at (0,0) width 357: "Horizontal meters with the non-themed default style"
       RenderBlock {UL} at (3,23) size 778x66
         RenderListItem {LI} at (43,0) size 732x20
-          RenderBlock {METER} at (0,2) size 80x17
+          RenderBlock {METER} at (0,2) size 80x16
             RenderBlock {DIV} at (0,0) size 80x16
               RenderBlock {DIV} at (0,0) size 80x16
                 RenderBlock {DIV} at (0,0) size 20x16
           RenderText {#text} at (80,0) size 4x19
             text run at (80,0) width 4: " "
-          RenderBlock {METER} at (84,2) size 80x17
+          RenderBlock {METER} at (84,2) size 80x16
             RenderBlock {DIV} at (0,0) size 80x16
               RenderBlock {DIV} at (0,0) size 80x16
                 RenderBlock {DIV} at (0,0) size 36x16
           RenderText {#text} at (164,0) size 4x19
             text run at (164,0) width 4: " "
-          RenderBlock {METER} at (168,2) size 80x17
+          RenderBlock {METER} at (168,2) size 80x16
             RenderBlock {DIV} at (0,0) size 80x16
               RenderBlock {DIV} at (0,0) size 80x16
                 RenderBlock {DIV} at (0,0) size 60x16
-        RenderListItem {LI} at (43,23) size 732x43
-          RenderBlock {METER} at (0,0) size 30x41
+        RenderListItem {LI} at (43,23) size 732x42
+          RenderBlock {METER} at (0,0) size 30x40
             RenderBlock {DIV} at (0,0) size 30x40
               RenderBlock {DIV} at (0,0) size 30x40
                 RenderBlock {DIV} at (0,0) size 8x40
           RenderText {#text} at (30,22) size 4x19
             text run at (30,22) width 4: " "
-          RenderBlock {METER} at (34,0) size 30x41
+          RenderBlock {METER} at (34,0) size 30x40
             RenderBlock {DIV} at (0,0) size 30x40
               RenderBlock {DIV} at (0,0) size 30x40
                 RenderBlock {DIV} at (0,0) size 14x40
           RenderText {#text} at (64,22) size 4x19
             text run at (64,22) width 4: " "
-          RenderBlock {METER} at (68,0) size 30x41
+          RenderBlock {METER} at (68,0) size 30x40
             RenderBlock {DIV} at (0,0) size 30x40
               RenderBlock {DIV} at (0,0) size 30x40
                 RenderBlock {DIV} at (0,0) size 23x40
@@ -44,10 +44,10 @@
       RenderBlock {H2} at (3,91) size 778x21
         RenderText {#text} at (0,0) size 153x19
           text run at (0,0) width 153: "Providing meter styles"
-      RenderBlock {DIV} at (0,114) size 784x76 [bgcolor=#EEEEEE]
+      RenderBlock {DIV} at (0,114) size 784x75 [bgcolor=#EEEEEE]
         RenderBlock {UL} at (3,0) size 778x75
           RenderListItem {LI} at (43,0) size 732x20
-            RenderBlock {METER} at (0,2) size 80x17 [bgcolor=#AAAACC] [border: (5px solid #222244) (20px solid #222244) (5px solid #222244) (10px solid #222244)]
+            RenderBlock {METER} at (0,2) size 80x16 [bgcolor=#AAAACC] [border: (5px solid #222244) (20px solid #222244) (5px solid #222244) (10px solid #222244)]
               RenderBlock {DIV} at (10,5) size 50x6
                 RenderBlock {DIV} at (0,0) size 50x6
                   RenderBlock {DIV} at (0,0) size 40x6
@@ -54,7 +54,7 @@
             RenderText {#text} at (80,0) size 72x19
               text run at (80,0) width 72: " has border"
           RenderListItem {LI} at (43,23) size 732x21
-            RenderBlock {METER} at (0,2) size 80x17 [bgcolor=#AAAACC]
+            RenderBlock {METER} at (0,2) size 80x16 [bgcolor=#AAAACC]
               RenderBlock {DIV} at (10,5) size 50x6
                 RenderBlock {DIV} at (0,0) size 50x6
                   RenderBlock {DIV} at (0,0) size 40x6
@@ -61,13 +61,13 @@
             RenderText {#text} at (80,0) size 81x19
               text run at (80,0) width 81: " has padding"
           RenderListItem {LI} at (43,46) size 732x29
-            RenderBlock {METER} at (10,5) size 80x17 [bgcolor=#AAAACC]
+            RenderBlock {METER} at (10,5) size 80x16 [bgcolor=#AAAACC]
               RenderBlock {DIV} at (0,0) size 80x16
                 RenderBlock {DIV} at (0,0) size 80x16
                   RenderBlock {DIV} at (0,0) size 64x16
             RenderText {#text} at (110,8) size 75x19
               text run at (110,8) width 75: " has margin"
-      RenderBlock {H2} at (3,192) size 778x21
+      RenderBlock {H2} at (3,191) size 778x21
         RenderText {#text} at (0,0) size 226x19
           text run at (0,0) width 226: "Providing bar and/or value styles"
       RenderBlock {DIV} at (0,215) size 784x183 [bgcolor=#EEEEEE]
@@ -76,7 +76,7 @@
             RenderText {#text} at (0,0) size 486x19
               text run at (0,0) width 486: "default -webkit-appearance, thus should use platform theme (only for Mac.)"
           RenderListItem {LI} at (43,23) size 732x21
-            RenderBlock {METER} at (0,2) size 80x17
+            RenderBlock {METER} at (0,2) size 80x16
               RenderBlock {DIV} at (0,0) size 80x16
                 RenderBlock {DIV} at (0,0) size 80x16
                   RenderBlock {DIV} at (0,0) size 64x16 [bgcolor=#008000] [border: (2px solid #77CC77)]
@@ -83,7 +83,7 @@
             RenderText {#text} at (80,0) size 217x19
               text run at (80,0) width 217: " has bar style but should ignore it."
           RenderListItem {LI} at (43,46) size 732x21
-            RenderBlock {METER} at (0,2) size 80x17
+            RenderBlock {METER} at (0,2) size 80x16
               RenderBlock {DIV} at (0,0) size 80x16
                 RenderBlock {DIV} at (0,0) size 80x16 [bgcolor=#808080] [border: (2px solid #222222)]
                   RenderBlock {DIV} at (2,2) size 61x12
@@ -90,7 +90,7 @@
             RenderText {#text} at (80,0) size 232x19
               text run at (80,0) width 232: " has value style but should ignore it."
           RenderListItem {LI} at (43,69) size 732x21
-            RenderBlock {METER} at (0,2) size 80x17
+            RenderBlock {METER} at (0,2) size 80x16
               RenderBlock {DIV} at (0,0) size 80x16
                 RenderBlock {DIV} at (0,0) size 80x16 [bgcolor=#808080] [border: (2px solid #222222)]
                   RenderBlock {DIV} at (2,2) size 61x12 [bgcolor=#008000] [border: (2px solid #77CC77)]
@@ -101,7 +101,7 @@
             RenderText {#text} at (0,0) size 470x19
               text run at (0,0) width 470: "-webkit-appearance: none, thus custom styled elements should be shown."
           RenderListItem {LI} at (43,23) size 732x21
-            RenderBlock {METER} at (0,2) size 80x17
+            RenderBlock {METER} at (0,2) size 80x16
               RenderBlock {DIV} at (0,0) size 80x16
                 RenderBlock {DIV} at (0,0) size 80x16
                   RenderBlock {DIV} at (0,0) size 64x16 [bgcolor=#008000] [border: (2px solid #77CC77)]
@@ -108,7 +108,7 @@
             RenderText {#text} at (80,0) size 276x19
               text run at (80,0) width 276: " has bar style, should have solid value part."
           RenderListItem {LI} at (43,46) size 732x21
-            RenderBlock {METER} at (0,2) size 80x17
+            RenderBlock {METER} at (0,2) size 80x16
               RenderBlock {DIV} at (0,0) size 80x16
                 RenderBlock {DIV} at (0,0) size 80x16 [bgcolor=#808080] [border: (2px solid #222222)]
                   RenderBlock {DIV} at (2,2) size 61x12
@@ -115,19 +115,19 @@
             RenderText {#text} at (80,0) size 261x19
               text run at (80,0) width 261: " has value style, should be solid bar part."
           RenderListItem {LI} at (43,69) size 732x21
-            RenderBlock {METER} at (0,2) size 80x17
+            RenderBlock {METER} at (0,2) size 80x16
               RenderBlock {DIV} at (0,0) size 80x16
                 RenderBlock {DIV} at (0,0) size 80x16 [bgcolor=#808080] [border: (2px solid #222222)]
                   RenderBlock {DIV} at (2,2) size 61x12 [bgcolor=#008000] [border: (2px solid #77CC77)]
             RenderText {#text} at (80,0) size 240x19
               text run at (80,0) width 240: " should have solid bar and value part."
-      RenderBlock {H2} at (3,401) size 778x20
+      RenderBlock {H2} at (3,400) size 778x21
         RenderText {#text} at (0,0) size 157x19
           text run at (0,0) width 157: "Providing appearances"
-      RenderBlock {DIV} at (0,424) size 784x44 [bgcolor=#EEEEEE]
+      RenderBlock {DIV} at (0,423) size 784x44 [bgcolor=#EEEEEE]
         RenderBlock {UL} at (3,0) size 778x44
           RenderListItem {LI} at (43,0) size 732x20
-            RenderBlock {METER} at (0,2) size 80x17
+            RenderBlock {METER} at (0,2) size 80x16
               RenderBlock {DIV} at (0,0) size 80x16
                 RenderBlock {DIV} at (0,0) size 80x16
                   RenderBlock {DIV} at (0,0) size 64x16
@@ -134,7 +134,7 @@
             RenderText {#text} at (80,0) size 381x19
               text run at (80,0) width 381: " has \"none\" appearance, should be styled with default style."
           RenderListItem {LI} at (43,23) size 732x21
-            RenderBlock {METER} at (0,2) size 80x17
+            RenderBlock {METER} at (0,2) size 80x16
               RenderBlock {DIV} at (0,0) size 80x16
                 RenderBlock {DIV} at (0,0) size 80x16
                   RenderBlock {DIV} at (0,0) size 64x16
@@ -144,7 +144,7 @@
         RenderText {#text} at (0,0) size 162x19
           text run at (0,0) width 162: "Providing bar paddings"
       RenderBlock {DIV} at (0,493) size 784x21 [bgcolor=#EEEEEE]
-        RenderBlock {METER} at (0,2) size 80x17
+        RenderBlock {METER} at (0,2) size 80x16
           RenderBlock {DIV} at (0,0) size 80x16
             RenderBlock {DIV} at (0,0) size 80x16
               RenderBlock {DIV} at (5,5) size 35x6

Modified: trunk/LayoutTests/platform/ios/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt (270069 => 270070)


--- trunk/LayoutTests/platform/ios/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt	2020-11-20 05:56:15 UTC (rev 270069)
+++ trunk/LayoutTests/platform/ios/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt	2020-11-20 05:59:40 UTC (rev 270070)
@@ -3,7 +3,7 @@
 layer at (0,0) size 800x76
   RenderBlock {HTML} at (0,0) size 800x76
     RenderBody {BODY} at (8,8) size 784x60
-      RenderBlock {PROGRESS} at (0,2) size 160x17 [border: (2px solid #0000FF)]
+      RenderBlock {PROGRESS} at (0,2) size 160x16 [border: (2px solid #0000FF)]
         RenderProgress {DIV} at (2,2) size 156x12
           RenderBlock {DIV} at (0,0) size 156x12 [bgcolor=#808080]
             RenderBlock {DIV} at (0,0) size 0x12 [bgcolor=#008000]
@@ -10,7 +10,7 @@
       RenderText {#text} at (160,0) size 4x19
         text run at (160,0) width 4: " "
       RenderBR {BR} at (164,0) size 0x19
-      RenderBlock {PROGRESS} at (0,22) size 160x17 [border: (2px solid #0000FF)]
+      RenderBlock {PROGRESS} at (0,22) size 160x16 [border: (2px solid #0000FF)]
         RenderProgress {DIV} at (2,2) size 156x12
           RenderBlock {DIV} at (0,0) size 156x12 [bgcolor=#808080]
             RenderBlock {DIV} at (0,0) size 0x12 [bgcolor=#008000]
@@ -17,7 +17,7 @@
       RenderText {#text} at (160,20) size 4x19
         text run at (160,20) width 4: " "
       RenderBR {BR} at (164,20) size 0x19
-      RenderBlock {PROGRESS} at (0,42) size 160x17 [border: (2px solid #FF0000)]
+      RenderBlock {PROGRESS} at (0,42) size 160x16 [border: (2px solid #FF0000)]
         RenderProgress {DIV} at (2,2) size 156x12
           RenderBlock {DIV} at (0,0) size 156x12 [bgcolor=#808080]
             RenderBlock {DIV} at (0,0) size 78x12 [bgcolor=#008000]

Modified: trunk/LayoutTests/platform/ios/fast/dom/HTMLProgressElement/native-progress-bar-expected.txt (270069 => 270070)


--- trunk/LayoutTests/platform/ios/fast/dom/HTMLProgressElement/native-progress-bar-expected.txt	2020-11-20 05:56:15 UTC (rev 270069)
+++ trunk/LayoutTests/platform/ios/fast/dom/HTMLProgressElement/native-progress-bar-expected.txt	2020-11-20 05:59:40 UTC (rev 270070)
@@ -7,9 +7,9 @@
         RenderText {#text} at (0,0) size 361x19
           text run at (0,0) width 361: "Test passes if following bars are filled 30% with a color."
       RenderBlock {P} at (0,36) size 784x40
-        RenderProgress {PROGRESS} at (0,2) size 160x17
+        RenderProgress {PROGRESS} at (0,2) size 160x16
         RenderBR {BR} at (160,0) size 0x19
-        RenderBlock {PROGRESS} at (0,22) size 160x17
+        RenderBlock {PROGRESS} at (0,22) size 160x16
           RenderProgress {DIV} at (0,0) size 160x16
             RenderBlock {DIV} at (0,0) size 160x16 [bgcolor=#808080]
               RenderBlock {DIV} at (0,0) size 48x16 [bgcolor=#008000]

Modified: trunk/LayoutTests/platform/ios/fast/forms/placeholder-pseudo-style-expected.txt (270069 => 270070)


--- trunk/LayoutTests/platform/ios/fast/forms/placeholder-pseudo-style-expected.txt	2020-11-20 05:56:15 UTC (rev 270069)
+++ trunk/LayoutTests/platform/ios/fast/forms/placeholder-pseudo-style-expected.txt	2020-11-20 05:59:40 UTC (rev 270070)
@@ -24,8 +24,7 @@
       RenderText {#text} at (575,21) size 5x19
         text run at (575,21) width 5: " "
       RenderTextControl {INPUT} at (581,22) size 138x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-      RenderText {#text} at (720,21) size 5x19
-        text run at (720,21) width 5: " "
+      RenderText {#text} at (0,0) size 0x0
       RenderTextControl {INPUT} at (2,47) size 138x22 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
       RenderText {#text} at (0,0) size 0x0
 layer at (17,33) size 124x14

Modified: trunk/LayoutTests/platform/ios/fast/text/international/bidi-LDB-2-CSS-expected.txt (270069 => 270070)


--- trunk/LayoutTests/platform/ios/fast/text/international/bidi-LDB-2-CSS-expected.txt	2020-11-20 05:56:15 UTC (rev 270069)
+++ trunk/LayoutTests/platform/ios/fast/text/international/bidi-LDB-2-CSS-expected.txt	2020-11-20 05:59:40 UTC (rev 270070)
@@ -398,7 +398,7 @@
               text run at (150,0) width 21 RTL: "\x{5D6}\x{5D7}\x{5D8}"
         RenderText {#text} at (586,86) size 5x19
           text run at (586,86) width 5: " "
-        RenderBR {BR} at (0,0) size 0x0
+        RenderBR {BR} at (590,86) size 1x19
         RenderBlock {DIV} at (3,197) size 179x48 [border: (1px solid #008000)]
           RenderTable {TABLE} at (4,4) size 171x20
             RenderTableSection {TBODY} at (0,0) size 171x20

Modified: trunk/LayoutTests/platform/ios/svg/transforms/svg-css-transforms-clip-path-expected.txt (270069 => 270070)


--- trunk/LayoutTests/platform/ios/svg/transforms/svg-css-transforms-clip-path-expected.txt	2020-11-20 05:56:15 UTC (rev 270069)
+++ trunk/LayoutTests/platform/ios/svg/transforms/svg-css-transforms-clip-path-expected.txt	2020-11-20 05:59:40 UTC (rev 270070)
@@ -1,8 +1,8 @@
 layer at (0,0) size 800x600
   RenderView at (0,0) size 800x600
-layer at (0,0) size 800x585
-  RenderBlock {html} at (0,0) size 800x585
-    RenderBody {body} at (8,8) size 784x569
+layer at (0,0) size 800x586
+  RenderBlock {html} at (0,0) size 800x586
+    RenderBody {body} at (8,8) size 784x570
       RenderBlock {div} at (10,10) size 220x550
         RenderBlock {h2} at (0,19) size 220x31
           RenderText {#text} at (0,1) size 155x28

Modified: trunk/LayoutTests/platform/ios/svg/transforms/svg-css-transforms-expected.txt (270069 => 270070)


--- trunk/LayoutTests/platform/ios/svg/transforms/svg-css-transforms-expected.txt	2020-11-20 05:56:15 UTC (rev 270069)
+++ trunk/LayoutTests/platform/ios/svg/transforms/svg-css-transforms-expected.txt	2020-11-20 05:59:40 UTC (rev 270070)
@@ -1,8 +1,8 @@
 layer at (0,0) size 800x600
   RenderView at (0,0) size 800x600
-layer at (0,0) size 800x585
-  RenderBlock {html} at (0,0) size 800x585
-    RenderBody {body} at (8,8) size 784x569
+layer at (0,0) size 800x586
+  RenderBlock {html} at (0,0) size 800x586
+    RenderBody {body} at (8,8) size 784x570
       RenderBlock {div} at (10,10) size 220x550
         RenderBlock {h2} at (0,19) size 220x31
           RenderText {#text} at (0,1) size 121x28

Modified: trunk/LayoutTests/platform/ios/transforms/3d/general/perspective-units-expected.txt (270069 => 270070)


--- trunk/LayoutTests/platform/ios/transforms/3d/general/perspective-units-expected.txt	2020-11-20 05:56:15 UTC (rev 270069)
+++ trunk/LayoutTests/platform/ios/transforms/3d/general/perspective-units-expected.txt	2020-11-20 05:59:40 UTC (rev 270070)
@@ -13,7 +13,7 @@
           text run at (488,157) width 4: " "
         RenderText {#text} at (734,157) size 4x19
           text run at (734,157) width 4: " "
-        RenderBR {BR} at (0,0) size 0x0
+        RenderBR {BR} at (738,157) size 0x19
         RenderText {#text} at (0,0) size 0x0
 layer at (28,62) size 202x152
   RenderBlock {DIV} at (20,10) size 202x152 [border: (1px solid #000000)]

Modified: trunk/LayoutTests/platform/ios/transforms/svg-vs-css-expected.txt (270069 => 270070)


--- trunk/LayoutTests/platform/ios/transforms/svg-vs-css-expected.txt	2020-11-20 05:56:15 UTC (rev 270069)
+++ trunk/LayoutTests/platform/ios/transforms/svg-vs-css-expected.txt	2020-11-20 05:59:40 UTC (rev 270070)
@@ -1,8 +1,8 @@
 layer at (0,0) size 800x600
   RenderView at (0,0) size 800x600
-layer at (0,0) size 800x585
-  RenderBlock {html} at (0,0) size 800x585
-    RenderBody {body} at (8,8) size 784x569
+layer at (0,0) size 800x586
+  RenderBlock {html} at (0,0) size 800x586
+    RenderBody {body} at (8,8) size 784x570
       RenderBlock {div} at (10,10) size 220x550
         RenderBlock {h2} at (0,19) size 220x31
           RenderText {#text} at (0,1) size 121x28

Modified: trunk/LayoutTests/platform/ios-wk1/fast/block/float/overhanging-tall-block-expected.txt (270069 => 270070)


--- trunk/LayoutTests/platform/ios-wk1/fast/block/float/overhanging-tall-block-expected.txt	2020-11-20 05:56:15 UTC (rev 270069)
+++ trunk/LayoutTests/platform/ios-wk1/fast/block/float/overhanging-tall-block-expected.txt	2020-11-20 05:59:40 UTC (rev 270070)
@@ -6,6 +6,6 @@
       RenderBlock {DIV} at (0,0) size 784x33554431
       RenderBlock {DIV} at (0,33554431) size 784x0
       RenderBlock {DIV} at (0,33554431) size 784x0
-layer at (10,11) size 135x33554431 backgroundClip at (10,11) size 135x33554421 clip at (11,12) size 133x33554420
-  RenderTextControl {TEXTAREA} at (2,3) size 135x33554428 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
-    RenderBlock {DIV} at (3,3) size 129x14
+layer at (10,10) size 151x33554431 backgroundClip at (10,10) size 151x33554422 clip at (11,11) size 149x33554421
+  RenderTextControl {TEXTAREA} at (2,2) size 151x33554429 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
+    RenderBlock {DIV} at (6,3) size 139x14

Modified: trunk/LayoutTests/platform/ios-wk2/fast/block/float/overhanging-tall-block-expected.txt (270069 => 270070)


--- trunk/LayoutTests/platform/ios-wk2/fast/block/float/overhanging-tall-block-expected.txt	2020-11-20 05:56:15 UTC (rev 270069)
+++ trunk/LayoutTests/platform/ios-wk2/fast/block/float/overhanging-tall-block-expected.txt	2020-11-20 05:59:40 UTC (rev 270070)
@@ -6,6 +6,6 @@
       RenderBlock {DIV} at (0,0) size 784x33554431
       RenderBlock {DIV} at (0,33554431) size 784x0
       RenderBlock {DIV} at (0,33554431) size 784x0
-layer at (10,11) size 151x33554431 backgroundClip at (10,11) size 151x33554421 clip at (11,12) size 149x33554420
-  RenderTextControl {TEXTAREA} at (2,3) size 151x33554428 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
+layer at (10,10) size 151x33554431 backgroundClip at (10,10) size 151x33554422 clip at (11,11) size 149x33554421
+  RenderTextControl {TEXTAREA} at (2,2) size 151x33554429 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)]
     RenderBlock {DIV} at (6,3) size 139x14

Modified: trunk/LayoutTests/platform/mac/fast/block/float/overhanging-tall-block-expected.txt (270069 => 270070)


--- trunk/LayoutTests/platform/mac/fast/block/float/overhanging-tall-block-expected.txt	2020-11-20 05:56:15 UTC (rev 270069)
+++ trunk/LayoutTests/platform/mac/fast/block/float/overhanging-tall-block-expected.txt	2020-11-20 05:59:40 UTC (rev 270070)
@@ -6,6 +6,6 @@
       RenderBlock {DIV} at (0,0) size 784x33554431
       RenderBlock {DIV} at (0,33554431) size 784x0
       RenderBlock {DIV} at (0,33554431) size 784x0
-layer at (10,11) size 161x33554431 backgroundClip at (10,11) size 161x33554421 clip at (11,12) size 159x33554420
-  RenderTextControl {TEXTAREA} at (2,3) size 161x33554428 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+layer at (10,10) size 161x33554431 backgroundClip at (10,10) size 161x33554422 clip at (11,11) size 159x33554421
+  RenderTextControl {TEXTAREA} at (2,2) size 161x33554429 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
     RenderBlock {DIV} at (3,3) size 155x13

Modified: trunk/LayoutTests/platform/mac/fast/css/named-images-expected.txt (270069 => 270070)


--- trunk/LayoutTests/platform/mac/fast/css/named-images-expected.txt	2020-11-20 05:56:15 UTC (rev 270069)
+++ trunk/LayoutTests/platform/mac/fast/css/named-images-expected.txt	2020-11-20 05:59:40 UTC (rev 270070)
@@ -16,8 +16,7 @@
       RenderText {#text} at (502,146) size 4x18
         text run at (502,146) width 4: " "
       RenderBlock {DIV} at (511,5) size 100x150 [border: (1px solid #000000)]
-      RenderText {#text} at (616,146) size 4x18
-        text run at (616,146) width 4: " "
+      RenderText {#text} at (0,0) size 0x0
       RenderBlock {DIV} at (5,169) size 200x200 [border: (1px solid #000000)]
       RenderText {#text} at (210,360) size 4x18
         text run at (210,360) width 4: " "

Modified: trunk/LayoutTests/platform/mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt (270069 => 270070)


--- trunk/LayoutTests/platform/mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt	2020-11-20 05:56:15 UTC (rev 270069)
+++ trunk/LayoutTests/platform/mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt	2020-11-20 05:59:40 UTC (rev 270070)
@@ -10,7 +10,7 @@
         RenderText {#text} at (0,0) size 659x18
           text run at (0,0) width 659: "Following meter gauge should be solid green - Changing the paseudo class by changing value attribute"
       RenderBlock (anonymous) at (0,92) size 784x17
-        RenderBlock {METER} at (0,0) size 80x17
+        RenderBlock {METER} at (0,0) size 80x16
           RenderBlock {DIV} at (0,0) size 80x16
             RenderBlock {DIV} at (0,0) size 80x16 [bgcolor=#808080]
               RenderBlock {DIV} at (0,0) size 72x16 [bgcolor=#008000]

Modified: trunk/LayoutTests/platform/mac/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt (270069 => 270070)


--- trunk/LayoutTests/platform/mac/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt	2020-11-20 05:56:15 UTC (rev 270069)
+++ trunk/LayoutTests/platform/mac/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt	2020-11-20 05:59:40 UTC (rev 270070)
@@ -3,7 +3,7 @@
 layer at (0,0) size 800x70
   RenderBlock {HTML} at (0,0) size 800x70
     RenderBody {BODY} at (8,8) size 784x54
-      RenderBlock {PROGRESS} at (0,1) size 160x17 [border: (2px solid #0000FF)]
+      RenderBlock {PROGRESS} at (0,1) size 160x16 [border: (2px solid #0000FF)]
         RenderProgress {DIV} at (2,2) size 156x12
           RenderBlock {DIV} at (0,0) size 156x12 [bgcolor=#808080]
             RenderBlock {DIV} at (0,0) size 0x12 [bgcolor=#008000]
@@ -10,7 +10,7 @@
       RenderText {#text} at (160,0) size 4x18
         text run at (160,0) width 4: " "
       RenderBR {BR} at (164,0) size 0x18
-      RenderBlock {PROGRESS} at (0,19) size 160x17 [border: (2px solid #0000FF)]
+      RenderBlock {PROGRESS} at (0,19) size 160x16 [border: (2px solid #0000FF)]
         RenderProgress {DIV} at (2,2) size 156x12
           RenderBlock {DIV} at (0,0) size 156x12 [bgcolor=#808080]
             RenderBlock {DIV} at (0,0) size 0x12 [bgcolor=#008000]
@@ -17,7 +17,7 @@
       RenderText {#text} at (160,18) size 4x18
         text run at (160,18) width 4: " "
       RenderBR {BR} at (164,18) size 0x18
-      RenderBlock {PROGRESS} at (0,37) size 160x17 [border: (2px solid #FF0000)]
+      RenderBlock {PROGRESS} at (0,37) size 160x16 [border: (2px solid #FF0000)]
         RenderProgress {DIV} at (2,2) size 156x12
           RenderBlock {DIV} at (0,0) size 156x12 [bgcolor=#808080]
             RenderBlock {DIV} at (0,0) size 78x12 [bgcolor=#008000]

Modified: trunk/LayoutTests/platform/mac/fast/dom/HTMLProgressElement/native-progress-bar-expected.txt (270069 => 270070)


--- trunk/LayoutTests/platform/mac/fast/dom/HTMLProgressElement/native-progress-bar-expected.txt	2020-11-20 05:56:15 UTC (rev 270069)
+++ trunk/LayoutTests/platform/mac/fast/dom/HTMLProgressElement/native-progress-bar-expected.txt	2020-11-20 05:59:40 UTC (rev 270070)
@@ -7,9 +7,9 @@
         RenderText {#text} at (0,0) size 360x18
           text run at (0,0) width 360: "Test passes if following bars are filled 30% with a color."
       RenderBlock {P} at (0,34) size 784x40
-        RenderProgress {PROGRESS} at (0,0) size 160x22
+        RenderProgress {PROGRESS} at (0,0) size 160x21
         RenderBR {BR} at (160,4) size 0x18
-        RenderBlock {PROGRESS} at (0,23) size 160x17
+        RenderBlock {PROGRESS} at (0,22) size 160x17
           RenderProgress {DIV} at (0,0) size 160x16
             RenderBlock {DIV} at (0,0) size 160x16 [bgcolor=#808080]
               RenderBlock {DIV} at (0,0) size 48x16 [bgcolor=#008000]

Modified: trunk/LayoutTests/platform/mac/fast/forms/placeholder-pseudo-style-expected.txt (270069 => 270070)


--- trunk/LayoutTests/platform/mac/fast/forms/placeholder-pseudo-style-expected.txt	2020-11-20 05:56:15 UTC (rev 270069)
+++ trunk/LayoutTests/platform/mac/fast/forms/placeholder-pseudo-style-expected.txt	2020-11-20 05:59:40 UTC (rev 270070)
@@ -22,8 +22,7 @@
       RenderText {#text} at (487,20) size 5x18
         text run at (487,20) width 5: " "
       RenderTextControl {INPUT} at (493,20) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-      RenderText {#text} at (641,20) size 5x18
-        text run at (641,20) width 5: " "
+      RenderText {#text} at (0,0) size 0x0
       RenderTextControl {INPUT} at (2,43) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
       RenderText {#text} at (150,43) size 5x18
         text run at (150,43) width 5: " "

Modified: trunk/LayoutTests/platform/mac/fast/text/hyphenate-limit-before-after-expected.txt (270069 => 270070)


--- trunk/LayoutTests/platform/mac/fast/text/hyphenate-limit-before-after-expected.txt	2020-11-20 05:56:15 UTC (rev 270069)
+++ trunk/LayoutTests/platform/mac/fast/text/hyphenate-limit-before-after-expected.txt	2020-11-20 05:59:40 UTC (rev 270070)
@@ -32,8 +32,7 @@
           text run at (3,3) width 52: "There is"
           text run at (3,21) width 72: "remarkable"
           text run at (3,39) width 61: "evidence."
-      RenderText {#text} at (726,47) size 4x18
-        text run at (726,47) width 4: " "
+      RenderText {#text} at (0,0) size 0x0
       RenderBlock {DIV} at (8,102) size 126x42 [border: (3px solid #000000)]
         RenderText {#text} at (3,3) size 107x36
           text run at (3,3) width 107: "There is remark" + hyphen string "-"

Modified: trunk/LayoutTests/platform/mac/fast/text/international/bidi-LDB-2-CSS-expected.txt (270069 => 270070)


--- trunk/LayoutTests/platform/mac/fast/text/international/bidi-LDB-2-CSS-expected.txt	2020-11-20 05:56:15 UTC (rev 270069)
+++ trunk/LayoutTests/platform/mac/fast/text/international/bidi-LDB-2-CSS-expected.txt	2020-11-20 05:59:40 UTC (rev 270070)
@@ -398,7 +398,7 @@
               text run at (162,1) width 28 RTL: "\x{5D6}\x{5D7}\x{5D8}"
         RenderText {#text} at (641,82) size 5x18
           text run at (641,82) width 5: " "
-        RenderBR {BR} at (0,0) size 0x0
+        RenderBR {BR} at (645,82) size 1x18
         RenderBlock {DIV} at (3,188) size 198x46 [border: (1px solid #008000)]
           RenderTable {TABLE} at (4,4) size 190x19
             RenderTableSection {TBODY} at (0,0) size 190x19

Modified: trunk/LayoutTests/platform/mac/svg/transforms/svg-css-transforms-clip-path-expected.txt (270069 => 270070)


--- trunk/LayoutTests/platform/mac/svg/transforms/svg-css-transforms-clip-path-expected.txt	2020-11-20 05:56:15 UTC (rev 270069)
+++ trunk/LayoutTests/platform/mac/svg/transforms/svg-css-transforms-clip-path-expected.txt	2020-11-20 05:59:40 UTC (rev 270070)
@@ -1,8 +1,8 @@
 layer at (0,0) size 800x600
   RenderView at (0,0) size 800x600
-layer at (0,0) size 800x581
-  RenderBlock {html} at (0,0) size 800x581
-    RenderBody {body} at (8,8) size 784x565
+layer at (0,0) size 800x582
+  RenderBlock {html} at (0,0) size 800x582
+    RenderBody {body} at (8,8) size 784x566
       RenderBlock {div} at (10,10) size 220x546
         RenderBlock {h2} at (0,19) size 220x29
           RenderText {#text} at (0,0) size 155x28

Modified: trunk/LayoutTests/platform/mac/svg/transforms/svg-css-transforms-expected.txt (270069 => 270070)


--- trunk/LayoutTests/platform/mac/svg/transforms/svg-css-transforms-expected.txt	2020-11-20 05:56:15 UTC (rev 270069)
+++ trunk/LayoutTests/platform/mac/svg/transforms/svg-css-transforms-expected.txt	2020-11-20 05:59:40 UTC (rev 270070)
@@ -1,8 +1,8 @@
 layer at (0,0) size 800x600
   RenderView at (0,0) size 800x600
-layer at (0,0) size 800x581
-  RenderBlock {html} at (0,0) size 800x581
-    RenderBody {body} at (8,8) size 784x565
+layer at (0,0) size 800x582
+  RenderBlock {html} at (0,0) size 800x582
+    RenderBody {body} at (8,8) size 784x566
       RenderBlock {div} at (10,10) size 220x546
         RenderBlock {h2} at (0,19) size 220x29
           RenderText {#text} at (0,0) size 121x28

Modified: trunk/LayoutTests/platform/mac/transforms/3d/general/perspective-units-expected.txt (270069 => 270070)


--- trunk/LayoutTests/platform/mac/transforms/3d/general/perspective-units-expected.txt	2020-11-20 05:56:15 UTC (rev 270069)
+++ trunk/LayoutTests/platform/mac/transforms/3d/general/perspective-units-expected.txt	2020-11-20 05:59:40 UTC (rev 270070)
@@ -13,7 +13,7 @@
           text run at (488,158) width 4: " "
         RenderText {#text} at (734,158) size 4x18
           text run at (734,158) width 4: " "
-        RenderBR {BR} at (0,0) size 0x0
+        RenderBR {BR} at (738,158) size 0x18
         RenderText {#text} at (0,0) size 0x0
 layer at (28,60) size 202x152
   RenderBlock {DIV} at (20,10) size 202x152 [border: (1px solid #000000)]

Modified: trunk/LayoutTests/platform/mac/transforms/svg-vs-css-expected.txt (270069 => 270070)


--- trunk/LayoutTests/platform/mac/transforms/svg-vs-css-expected.txt	2020-11-20 05:56:15 UTC (rev 270069)
+++ trunk/LayoutTests/platform/mac/transforms/svg-vs-css-expected.txt	2020-11-20 05:59:40 UTC (rev 270070)
@@ -1,8 +1,8 @@
 layer at (0,0) size 800x600
   RenderView at (0,0) size 800x600
-layer at (0,0) size 800x581
-  RenderBlock {html} at (0,0) size 800x581
-    RenderBody {body} at (8,8) size 784x565
+layer at (0,0) size 800x582
+  RenderBlock {html} at (0,0) size 800x582
+    RenderBody {body} at (8,8) size 784x566
       RenderBlock {div} at (10,10) size 220x546
         RenderBlock {h2} at (0,19) size 220x29
           RenderText {#text} at (0,0) size 121x28

Modified: trunk/LayoutTests/platform/mac-catalina/fast/css/text-overflow-input-expected.txt (270069 => 270070)


--- trunk/LayoutTests/platform/mac-catalina/fast/css/text-overflow-input-expected.txt	2020-11-20 05:56:15 UTC (rev 270069)
+++ trunk/LayoutTests/platform/mac-catalina/fast/css/text-overflow-input-expected.txt	2020-11-20 05:59:40 UTC (rev 270070)
@@ -118,7 +118,7 @@
         RenderTextControl {INPUT} at (403,20) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
         RenderText {#text} at (551,20) size 5x18
           text run at (551,20) width 5: " "
-        RenderBR {BR} at (0,0) size 0x0
+        RenderBR {BR} at (555,20) size 1x18
         RenderText {#text} at (0,43) size 270x18
           text run at (0,43) width 270: "Ellipsis to clip (should not show ellipsis): "
         RenderTextControl {INPUT} at (271,43) size 148x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
@@ -127,7 +127,7 @@
         RenderTextControl {INPUT} at (426,43) size 148x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
         RenderText {#text} at (575,43) size 5x18
           text run at (575,43) width 5: " "
-        RenderBR {BR} at (0,0) size 0x0
+        RenderBR {BR} at (579,43) size 1x18
 layer at (13,73) size 141x13 scrollWidth 288
   RenderBlock {DIV} at (3,3) size 141x13 [color=#A9A9A9]
     RenderText {#text} at (0,0) size 288x13

Modified: trunk/LayoutTests/platform/mac-mojave/fast/css/text-overflow-input-expected.txt (270069 => 270070)


--- trunk/LayoutTests/platform/mac-mojave/fast/css/text-overflow-input-expected.txt	2020-11-20 05:56:15 UTC (rev 270069)
+++ trunk/LayoutTests/platform/mac-mojave/fast/css/text-overflow-input-expected.txt	2020-11-20 05:59:40 UTC (rev 270070)
@@ -118,7 +118,7 @@
         RenderTextControl {INPUT} at (403,20) size 147x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
         RenderText {#text} at (551,20) size 5x18
           text run at (551,20) width 5: " "
-        RenderBR {BR} at (0,0) size 0x0
+        RenderBR {BR} at (555,20) size 1x18
         RenderText {#text} at (0,43) size 270x18
           text run at (0,43) width 270: "Ellipsis to clip (should not show ellipsis): "
         RenderTextControl {INPUT} at (271,43) size 148x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
@@ -127,7 +127,7 @@
         RenderTextControl {INPUT} at (426,43) size 148x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
         RenderText {#text} at (575,43) size 5x18
           text run at (575,43) width 5: " "
-        RenderBR {BR} at (0,0) size 0x0
+        RenderBR {BR} at (579,43) size 1x18
 layer at (13,73) size 141x13 scrollWidth 288
   RenderBlock {DIV} at (3,3) size 141x13 [color=#A9A9A9]
     RenderText {#text} at (0,0) size 288x13

Modified: trunk/Source/WebCore/ChangeLog (270069 => 270070)


--- trunk/Source/WebCore/ChangeLog	2020-11-20 05:56:15 UTC (rev 270069)
+++ trunk/Source/WebCore/ChangeLog	2020-11-20 05:59:40 UTC (rev 270070)
@@ -1,3 +1,12 @@
+2020-11-19  Zalan Bujtas  <za...@apple.com>
+
+        [LFC][Integration] Enable inline-block
+        https://bugs.webkit.org/show_bug.cgi?id=218889
+
+        Reviewed by Antti Koivisto.
+
+        * layout/integration/LayoutIntegrationCoverage.cpp:
+
 2020-11-19  Hoa Dinh  <d...@apple.com>
 
         Code formatting: change instances of "@synthesize a=b" to "@synthesize a = b".

Modified: trunk/Source/WebCore/layout/integration/LayoutIntegrationCoverage.cpp (270069 => 270070)


--- trunk/Source/WebCore/layout/integration/LayoutIntegrationCoverage.cpp	2020-11-20 05:56:15 UTC (rev 270069)
+++ trunk/Source/WebCore/layout/integration/LayoutIntegrationCoverage.cpp	2020-11-20 05:59:40 UTC (rev 270070)
@@ -45,7 +45,7 @@
 
 #define ALLOW_IMAGES 1
 #define ALLOW_ALL_REPLACED 1
-#define ALLOW_INLINE_BLOCK 0
+#define ALLOW_INLINE_BLOCK 1
 
 #ifndef NDEBUG
 #define SET_REASON_AND_RETURN_IF_NEEDED(reason, reasons, includeReasons) { \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to