Title: [268973] trunk/LayoutTests
Revision
268973
Author
[email protected]
Date
2020-10-26 06:28:38 -0700 (Mon, 26 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/css/text-overflow-ellipsis-bidi.html:
* fast/css/text-overflow-ellipsis-strict.html:
* fast/forms/basic-buttons.html:
* fast/repaint/add-table-overpaint-expected.txt:
* fast/repaint/hidpi-wrong-repaint-rect-when-parent-has-noncompositing-transform-expected.txt:
* fast/repaint/obscured-background-no-repaint-expected.txt:
* fast/repaint/resources/line-flow-with-floats.html:
* platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.txt:
* platform/mac/fast/css/text-overflow-ellipsis-strict-expected.txt:
* platform/mac/fast/forms/basic-buttons-expected.txt:
* platform/mac/fast/repaint/japanese-rl-selection-clear-expected.txt:
* platform/mac/fast/repaint/line-flow-with-floats-1-expected.txt:
* platform/mac/fast/repaint/line-flow-with-floats-10-expected.txt:
* platform/mac/fast/repaint/line-flow-with-floats-2-expected.txt:
* platform/mac/fast/repaint/line-flow-with-floats-3-expected.txt:
* platform/mac/fast/repaint/line-flow-with-floats-4-expected.txt:
* platform/mac/fast/repaint/line-flow-with-floats-5-expected.txt:
* platform/mac/fast/repaint/line-flow-with-floats-6-expected.txt:
* platform/mac/fast/repaint/line-flow-with-floats-7-expected.txt:
* platform/mac/fast/repaint/line-flow-with-floats-8-expected.txt:
* platform/mac/fast/repaint/line-flow-with-floats-9-expected.txt:
* platform/mac/svg/text/text-overflow-ellipsis-svgfont-expected.txt:
* platform/mac/svg/text/text-overflow-ellipsis-svgfont-kerning-ligatures-expected.txt:
* svg/text/text-overflow-ellipsis-svgfont-kerning-ligatures.html:
* svg/text/text-overflow-ellipsis-svgfont.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (268972 => 268973)


--- trunk/LayoutTests/ChangeLog	2020-10-26 13:19:23 UTC (rev 268972)
+++ trunk/LayoutTests/ChangeLog	2020-10-26 13:28:38 UTC (rev 268973)
@@ -1,3 +1,39 @@
+2020-10-26  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/css/text-overflow-ellipsis-bidi.html:
+        * fast/css/text-overflow-ellipsis-strict.html:
+        * fast/forms/basic-buttons.html:
+        * fast/repaint/add-table-overpaint-expected.txt:
+        * fast/repaint/hidpi-wrong-repaint-rect-when-parent-has-noncompositing-transform-expected.txt:
+        * fast/repaint/obscured-background-no-repaint-expected.txt:
+        * fast/repaint/resources/line-flow-with-floats.html:
+        * platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.txt:
+        * platform/mac/fast/css/text-overflow-ellipsis-strict-expected.txt:
+        * platform/mac/fast/forms/basic-buttons-expected.txt:
+        * platform/mac/fast/repaint/japanese-rl-selection-clear-expected.txt:
+        * platform/mac/fast/repaint/line-flow-with-floats-1-expected.txt:
+        * platform/mac/fast/repaint/line-flow-with-floats-10-expected.txt:
+        * platform/mac/fast/repaint/line-flow-with-floats-2-expected.txt:
+        * platform/mac/fast/repaint/line-flow-with-floats-3-expected.txt:
+        * platform/mac/fast/repaint/line-flow-with-floats-4-expected.txt:
+        * platform/mac/fast/repaint/line-flow-with-floats-5-expected.txt:
+        * platform/mac/fast/repaint/line-flow-with-floats-6-expected.txt:
+        * platform/mac/fast/repaint/line-flow-with-floats-7-expected.txt:
+        * platform/mac/fast/repaint/line-flow-with-floats-8-expected.txt:
+        * platform/mac/fast/repaint/line-flow-with-floats-9-expected.txt:
+        * platform/mac/svg/text/text-overflow-ellipsis-svgfont-expected.txt:
+        * platform/mac/svg/text/text-overflow-ellipsis-svgfont-kerning-ligatures-expected.txt:
+        * svg/text/text-overflow-ellipsis-svgfont-kerning-ligatures.html:
+        * svg/text/text-overflow-ellipsis-svgfont.html:
+
 2020-10-26  Philippe Normand  <[email protected]>
 
         Unreviewed, GStreamer WebAudio gardening

Modified: trunk/LayoutTests/fast/css/text-overflow-ellipsis-bidi.html (268972 => 268973)


--- trunk/LayoutTests/fast/css/text-overflow-ellipsis-bidi.html	2020-10-26 13:19:23 UTC (rev 268972)
+++ trunk/LayoutTests/fast/css/text-overflow-ellipsis-bidi.html	2020-10-26 13:28:38 UTC (rev 268973)
@@ -17,10 +17,8 @@
 </head>
 <body>
 Each consecutive pair of lines should look exactly the same apart from the trailing ellipsis.<br>
-The ellipsis should appear on the left for the RTL case and on the right for LTR case.
+The ellipsis should appear on the left for the RTL case and on the right for LTR case.<br><br>
 
-<br><br>
-
 RTL text:
 <div class="testBlock"dir=rtl>
 &#x202B;
@@ -31,8 +29,7 @@
 &#x202B;
 English Text טקסט עברי לדוגמא טקסט עברי לדוגמא
 &#x202c;
-</div>
-<br>
+</div><br>
 LTR Text
 <div class="testBlock"dir=ltr>
 מילה word אחרת another ועוד yet אחת

Modified: trunk/LayoutTests/fast/css/text-overflow-ellipsis-strict.html (268972 => 268973)


--- trunk/LayoutTests/fast/css/text-overflow-ellipsis-strict.html	2020-10-26 13:19:23 UTC (rev 268972)
+++ trunk/LayoutTests/fast/css/text-overflow-ellipsis-strict.html	2020-10-26 13:28:38 UTC (rev 268973)
@@ -27,8 +27,7 @@
 for bidi text.<br><br>
 
 Pass if the ellipsis do not overlap the text and the underlines for the links are
-placed under the text and not the ellipsis.
-<br><br>
+placed under the text and not the ellipsis.<br><br>
 
 RTL:
 <div class="testDiv ellipsis" dir=rtl>

Modified: trunk/LayoutTests/fast/forms/basic-buttons.html (268972 => 268973)


--- trunk/LayoutTests/fast/forms/basic-buttons.html	2020-10-26 13:19:23 UTC (rev 268972)
+++ trunk/LayoutTests/fast/forms/basic-buttons.html	2020-10-26 13:28:38 UTC (rev 268973)
@@ -2,10 +2,9 @@
 <html> 
 <body> 
 
-Tests for basic button rendering. Creates a table with seven columns and seven rows. <BR>
-Creates two different types of buttons, one with an image (a red dot) and another <BR>
-with text ("foo") and then uses six different paddings to make sure each of the buttons render properly.
-<BR><BR>
+Tests for basic button rendering. Creates a table with seven columns and seven rows.<BR>
+Creates two different types of buttons, one with an image (a red dot) and another<BR>
+with text ("foo") and then uses six different paddings to make sure each of the buttons render properly.<BR><BR>
 
 <script>
 var fooImage = '<img src="" alt="Red dot" />';

Modified: trunk/LayoutTests/fast/repaint/resources/line-flow-with-floats.html (268972 => 268973)


--- trunk/LayoutTests/fast/repaint/resources/line-flow-with-floats.html	2020-10-26 13:19:23 UTC (rev 268972)
+++ trunk/LayoutTests/fast/repaint/resources/line-flow-with-floats.html	2020-10-26 13:28:38 UTC (rev 268973)
@@ -18,8 +18,7 @@
     soldiers were always getting up and walking off to other parts of
     the ground, Alice soon came to the conclusion that it was a very
     <span id="blueFloat" style="float: left; width: 3em; height: 4em; margin: 0.2em 0.2em 0.2em 0; background: lightblue; text-align: center;"></span>
-    difficult game indeed.
-    <br>
+    difficult game indeed.<br>
     The players all played at once without waiting
     <span id="greenFloat" style="float: right; width: 3em; height: 5em; margin: 0.2em 0 0.2em 0.2em; background: lightgreen;"></span>
     for turns,
@@ -26,8 +25,7 @@
     quarrelling all the while, and fighting for the hedgehogs; and in
     a very short time <span id="theQueen">the Queen</span> was in a furious passion, and went
     stamping about, and shouting &lsquo;Off with his head!&rsquo; or &lsquo;Off with
-    her head!&rsquo; about once in a minute.
-    <br>
+    her head!&rsquo; about once in a minute.<br>
     Alice began to feel very uneasy: to be sure, she had not as
     yet had any dispute with the Queen, but she knew that it might
     happen any minute, &lsquo;and then,&rsquo; thought she, &lsquo;what would become of

Modified: trunk/LayoutTests/platform/ios/fast/css/text-overflow-ellipsis-bidi-expected.txt (268972 => 268973)


--- trunk/LayoutTests/platform/ios/fast/css/text-overflow-ellipsis-bidi-expected.txt	2020-10-26 13:19:23 UTC (rev 268972)
+++ trunk/LayoutTests/platform/ios/fast/css/text-overflow-ellipsis-bidi-expected.txt	2020-10-26 13:28:38 UTC (rev 268973)
@@ -7,9 +7,9 @@
         RenderText {#text} at (0,0) size 580x19
           text run at (0,0) width 580: "Each consecutive pair of lines should look exactly the same apart from the trailing ellipsis."
         RenderBR {BR} at (579,0) size 1x19
-        RenderText {#text} at (0,20) size 547x19
-          text run at (0,20) width 547: "The ellipsis should appear on the left for the RTL case and on the right for LTR case. "
-        RenderBR {BR} at (546,20) size 1x19
+        RenderText {#text} at (0,20) size 543x19
+          text run at (0,20) width 543: "The ellipsis should appear on the left for the RTL case and on the right for LTR case."
+        RenderBR {BR} at (542,20) size 1x19
         RenderBR {BR} at (0,40) size 0x19
         RenderText {#text} at (0,60) size 62x19
           text run at (0,60) width 62: "RTL text:"

Modified: trunk/LayoutTests/platform/ios/fast/css/text-overflow-ellipsis-strict-expected.txt (268972 => 268973)


--- trunk/LayoutTests/platform/ios/fast/css/text-overflow-ellipsis-strict-expected.txt	2020-10-26 13:19:23 UTC (rev 268972)
+++ trunk/LayoutTests/platform/ios/fast/css/text-overflow-ellipsis-strict-expected.txt	2020-10-26 13:28:38 UTC (rev 268973)
@@ -8,9 +8,9 @@
           text run at (0,0) width 573: "This tests checks that the text-overflow:ellipsis property is handled correctly for bidi text."
         RenderBR {BR} at (572,0) size 1x19
         RenderBR {BR} at (0,20) size 0x19
-        RenderText {#text} at (0,40) size 760x19
-          text run at (0,40) width 760: "Pass if the ellipsis do not overlap the text and the underlines for the links are placed under the text and not the ellipsis. "
-        RenderBR {BR} at (759,40) size 1x19
+        RenderText {#text} at (0,40) size 756x19
+          text run at (0,40) width 756: "Pass if the ellipsis do not overlap the text and the underlines for the links are placed under the text and not the ellipsis."
+        RenderBR {BR} at (755,40) size 1x19
         RenderBR {BR} at (0,60) size 0x19
         RenderText {#text} at (0,80) size 34x19
           text run at (0,80) width 34: "RTL:"

Modified: trunk/LayoutTests/platform/ios/svg/text/text-overflow-ellipsis-svgfont-expected.txt (268972 => 268973)


--- trunk/LayoutTests/platform/ios/svg/text/text-overflow-ellipsis-svgfont-expected.txt	2020-10-26 13:19:23 UTC (rev 268972)
+++ trunk/LayoutTests/platform/ios/svg/text/text-overflow-ellipsis-svgfont-expected.txt	2020-10-26 13:28:38 UTC (rev 268973)
@@ -8,9 +8,9 @@
           text run at (0,0) width 654: "This test checks that the text-overflow: ellipsis property is handled correctly when using an SVG font."
         RenderBR {BR} at (653,0) size 1x19
         RenderBR {BR} at (0,20) size 0x19
-        RenderText {#text} at (0,40) size 529x19
-          text run at (0,40) width 529: "Pass if some text is shown followed by an ellipsis (NOT just the ellipsis by itself). "
-        RenderBR {BR} at (529,40) size 0x19
+        RenderText {#text} at (0,40) size 525x19
+          text run at (0,40) width 525: "Pass if some text is shown followed by an ellipsis (NOT just the ellipsis by itself)."
+        RenderBR {BR} at (525,40) size 0x19
         RenderBR {BR} at (0,60) size 0x19
 layer at (8,88) size 182x21 clip at (9,89) size 180x19 scrollWidth 333
   RenderBlock {DIV} at (0,80) size 182x21 [border: (1px solid #000000)]

Modified: trunk/LayoutTests/platform/ios/svg/text/text-overflow-ellipsis-svgfont-kerning-ligatures-expected.txt (268972 => 268973)


--- trunk/LayoutTests/platform/ios/svg/text/text-overflow-ellipsis-svgfont-kerning-ligatures-expected.txt	2020-10-26 13:19:23 UTC (rev 268972)
+++ trunk/LayoutTests/platform/ios/svg/text/text-overflow-ellipsis-svgfont-kerning-ligatures-expected.txt	2020-10-26 13:28:38 UTC (rev 268973)
@@ -9,9 +9,9 @@
           text run at (0,20) width 107: "and ligatures on."
         RenderBR {BR} at (106,20) size 1x19
         RenderBR {BR} at (0,40) size 0x19
-        RenderText {#text} at (0,60) size 529x19
-          text run at (0,60) width 529: "Pass if some text is shown followed by an ellipsis (NOT just the ellipsis by itself). "
-        RenderBR {BR} at (529,60) size 0x19
+        RenderText {#text} at (0,60) size 525x19
+          text run at (0,60) width 525: "Pass if some text is shown followed by an ellipsis (NOT just the ellipsis by itself)."
+        RenderBR {BR} at (525,60) size 0x19
         RenderBR {BR} at (0,80) size 0x19
 layer at (8,108) size 182x21 clip at (9,109) size 180x19 scrollWidth 333
   RenderBlock {DIV} at (0,100) size 182x21 [border: (1px solid #000000)]

Modified: trunk/LayoutTests/platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.txt (268972 => 268973)


--- trunk/LayoutTests/platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.txt	2020-10-26 13:19:23 UTC (rev 268972)
+++ trunk/LayoutTests/platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.txt	2020-10-26 13:28:38 UTC (rev 268973)
@@ -7,9 +7,9 @@
         RenderText {#text} at (0,0) size 580x18
           text run at (0,0) width 580: "Each consecutive pair of lines should look exactly the same apart from the trailing ellipsis."
         RenderBR {BR} at (579,0) size 1x18
-        RenderText {#text} at (0,18) size 547x18
-          text run at (0,18) width 547: "The ellipsis should appear on the left for the RTL case and on the right for LTR case. "
-        RenderBR {BR} at (546,18) size 1x18
+        RenderText {#text} at (0,18) size 543x18
+          text run at (0,18) width 543: "The ellipsis should appear on the left for the RTL case and on the right for LTR case."
+        RenderBR {BR} at (542,18) size 1x18
         RenderBR {BR} at (0,36) size 0x18
         RenderText {#text} at (0,54) size 62x18
           text run at (0,54) width 62: "RTL text:"

Modified: trunk/LayoutTests/platform/mac/fast/css/text-overflow-ellipsis-strict-expected.txt (268972 => 268973)


--- trunk/LayoutTests/platform/mac/fast/css/text-overflow-ellipsis-strict-expected.txt	2020-10-26 13:19:23 UTC (rev 268972)
+++ trunk/LayoutTests/platform/mac/fast/css/text-overflow-ellipsis-strict-expected.txt	2020-10-26 13:28:38 UTC (rev 268973)
@@ -8,9 +8,9 @@
           text run at (0,0) width 572: "This tests checks that the text-overflow:ellipsis property is handled correctly for bidi text."
         RenderBR {BR} at (571,0) size 1x18
         RenderBR {BR} at (0,18) size 0x18
-        RenderText {#text} at (0,36) size 760x18
-          text run at (0,36) width 760: "Pass if the ellipsis do not overlap the text and the underlines for the links are placed under the text and not the ellipsis. "
-        RenderBR {BR} at (759,36) size 1x18
+        RenderText {#text} at (0,36) size 756x18
+          text run at (0,36) width 756: "Pass if the ellipsis do not overlap the text and the underlines for the links are placed under the text and not the ellipsis."
+        RenderBR {BR} at (755,36) size 1x18
         RenderBR {BR} at (0,54) size 0x18
         RenderText {#text} at (0,72) size 34x18
           text run at (0,72) width 34: "RTL:"

Modified: trunk/LayoutTests/platform/mac/fast/forms/basic-buttons-expected.txt (268972 => 268973)


--- trunk/LayoutTests/platform/mac/fast/forms/basic-buttons-expected.txt	2020-10-26 13:19:23 UTC (rev 268972)
+++ trunk/LayoutTests/platform/mac/fast/forms/basic-buttons-expected.txt	2020-10-26 13:28:38 UTC (rev 268973)
@@ -4,15 +4,15 @@
   RenderBlock {HTML} at (0,0) size 800x319
     RenderBody {BODY} at (8,8) size 784x303
       RenderBlock (anonymous) at (0,0) size 784x72
-        RenderText {#text} at (0,0) size 547x18
-          text run at (0,0) width 547: "Tests for basic button rendering. Creates a table with seven columns and seven rows. "
-        RenderBR {BR} at (546,0) size 1x18
-        RenderText {#text} at (0,18) size 521x18
-          text run at (0,18) width 521: "Creates two different types of buttons, one with an image (a red dot) and another "
-        RenderBR {BR} at (520,18) size 1x18
-        RenderText {#text} at (0,36) size 660x18
-          text run at (0,36) width 660: "with text (\"foo\") and then uses six different paddings to make sure each of the buttons render properly. "
-        RenderBR {BR} at (660,36) size 0x18
+        RenderText {#text} at (0,0) size 543x18
+          text run at (0,0) width 543: "Tests for basic button rendering. Creates a table with seven columns and seven rows."
+        RenderBR {BR} at (542,0) size 1x18
+        RenderText {#text} at (0,18) size 517x18
+          text run at (0,18) width 517: "Creates two different types of buttons, one with an image (a red dot) and another"
+        RenderBR {BR} at (516,18) size 1x18
+        RenderText {#text} at (0,36) size 656x18
+          text run at (0,36) width 656: "with text (\"foo\") and then uses six different paddings to make sure each of the buttons render properly."
+        RenderBR {BR} at (656,36) size 0x18
         RenderBR {BR} at (0,54) size 0x18
       RenderTable {TABLE} at (0,72) size 696x231
         RenderTableSection {TBODY} at (0,0) size 696x231

Modified: trunk/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-1-expected.txt (268972 => 268973)


--- trunk/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-1-expected.txt	2020-10-26 13:19:23 UTC (rev 268972)
+++ trunk/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-1-expected.txt	2020-10-26 13:28:38 UTC (rev 268973)
@@ -47,9 +47,9 @@
                   text run at (338,240) width 74: "the ground,"
                   text run at (57,258) width 355: "Alice soon came to the conclusion that it was a very"
                 RenderBlock (floating) {SPAN} at (6,261) size 48x65 [bgcolor=#ADD8E6]
-                RenderText {#text} at (57,276) size 145x18
-                  text run at (57,276) width 145: "difficult game indeed. "
-                RenderBR {BR} at (0,0) size 0x0
+                RenderText {#text} at (57,276) size 141x18
+                  text run at (57,276) width 141: "difficult game indeed."
+                RenderBR {BR} at (197,276) size 1x18
                 RenderText {#text} at (57,294) size 304x18
                   text run at (57,294) width 304: "The players all played at once without waiting"
                 RenderBlock (floating) {SPAN} at (364,297) size 48x81 [bgcolor=#90EE90]
@@ -66,8 +66,8 @@
                   text run at (231,348) width 130: "stamping about, and"
                   text run at (6,366) width 288: "shouting \x{2018}Off with his head!\x{2019} or \x{2018}Off with "
                   text run at (293,366) width 68: "her head!\x{2019}"
-                  text run at (6,384) width 154: "about once in a minute. "
-                RenderBR {BR} at (0,0) size 0x0
+                  text run at (6,384) width 150: "about once in a minute."
+                RenderBR {BR} at (155,384) size 1x18
                 RenderText {#text} at (6,402) size 406x90
                   text run at (6,402) width 387: "Alice began to feel very uneasy: to be sure, she had not as "
                   text run at (392,402) width 20: "yet"

Modified: trunk/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-10-expected.txt (268972 => 268973)


--- trunk/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-10-expected.txt	2020-10-26 13:19:23 UTC (rev 268972)
+++ trunk/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-10-expected.txt	2020-10-26 13:28:38 UTC (rev 268973)
@@ -46,9 +46,9 @@
                   text run at (101,258) width 311: "the ground, Alice soon came to the conclusion"
                   text run at (57,276) width 114: "that it was a very "
                 RenderBlock (floating) {SPAN} at (6,290) size 48x64 [bgcolor=#ADD8E6]
-                RenderText {#text} at (170,276) size 145x18
-                  text run at (170,276) width 145: "difficult game indeed. "
-                RenderBR {BR} at (0,0) size 0x0
+                RenderText {#text} at (170,276) size 141x18
+                  text run at (170,276) width 141: "difficult game indeed."
+                RenderBR {BR} at (310,276) size 1x18
                 RenderText {#text} at (57,294) size 304x18
                   text run at (57,294) width 304: "The players all played at once without waiting"
                 RenderBlock (floating) {SPAN} at (364,297) size 48x81 [bgcolor=#90EE90]
@@ -65,8 +65,8 @@
                   text run at (98,348) width 263: " was in a furious passion, and went"
                   text run at (6,366) width 355: "stamping about, and shouting \x{2018}Off with his head!\x{2019} or"
                   text run at (6,384) width 64: "\x{2018}Off with "
-                  text run at (69,384) width 223: "her head!\x{2019} about once in a minute. "
-                RenderBR {BR} at (0,0) size 0x0
+                  text run at (69,384) width 219: "her head!\x{2019} about once in a minute."
+                RenderBR {BR} at (287,384) size 1x18
                 RenderText {#text} at (6,402) size 406x90
                   text run at (6,402) width 387: "Alice began to feel very uneasy: to be sure, she had not as "
                   text run at (392,402) width 20: "yet"

Modified: trunk/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-2-expected.txt (268972 => 268973)


--- trunk/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-2-expected.txt	2020-10-26 13:19:23 UTC (rev 268972)
+++ trunk/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-2-expected.txt	2020-10-26 13:28:38 UTC (rev 268973)
@@ -46,9 +46,9 @@
                   text run at (101,262) width 311: "the ground, Alice soon came to the conclusion"
                   text run at (57,280) width 114: "that it was a very "
                 RenderBlock (floating) {SPAN} at (6,283) size 48x65 [bgcolor=#ADD8E6]
-                RenderText {#text} at (170,280) size 145x18
-                  text run at (170,280) width 145: "difficult game indeed. "
-                RenderBR {BR} at (0,0) size 0x0
+                RenderText {#text} at (170,280) size 141x18
+                  text run at (170,280) width 141: "difficult game indeed."
+                RenderBR {BR} at (310,280) size 1x18
                 RenderText {#text} at (57,298) size 304x18
                   text run at (57,298) width 304: "The players all played at once without waiting"
                 RenderBlock (floating) {SPAN} at (364,301) size 48x81 [bgcolor=#90EE90]
@@ -65,8 +65,8 @@
                   text run at (47,352) width 256: " was in a furious passion, and went "
                   text run at (302,352) width 59: "stamping"
                   text run at (6,370) width 355: "about, and shouting \x{2018}Off with his head!\x{2019} or \x{2018}Off with"
-                  text run at (6,388) width 222: "her head!\x{2019} about once in a minute. "
-                RenderBR {BR} at (0,0) size 0x0
+                  text run at (6,388) width 218: "her head!\x{2019} about once in a minute."
+                RenderBR {BR} at (223,388) size 1x18
                 RenderText {#text} at (6,406) size 406x90
                   text run at (6,406) width 387: "Alice began to feel very uneasy: to be sure, she had not as "
                   text run at (392,406) width 20: "yet"

Modified: trunk/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-3-expected.txt (268972 => 268973)


--- trunk/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-3-expected.txt	2020-10-26 13:19:23 UTC (rev 268972)
+++ trunk/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-3-expected.txt	2020-10-26 13:28:38 UTC (rev 268973)
@@ -46,9 +46,9 @@
                   text run at (101,258) width 311: "the ground, Alice soon came to the conclusion"
                   text run at (57,276) width 114: "that it was a very "
                 RenderBlock (floating) {SPAN} at (6,279) size 48x65 [bgcolor=#ADD8E6]
-                RenderText {#text} at (170,276) size 145x18
-                  text run at (170,276) width 145: "difficult game indeed. "
-                RenderBR {BR} at (0,0) size 0x0
+                RenderText {#text} at (170,276) size 141x18
+                  text run at (170,276) width 141: "difficult game indeed."
+                RenderBR {BR} at (310,276) size 1x18
                 RenderText {#text} at (57,294) size 337x18
                   text run at (57,294) width 337: "The players all played at once without waiting "
                 RenderBlock (floating) {SPAN} at (348,315) size 64x81 [bgcolor=#90EE90]
@@ -65,8 +65,8 @@
                   text run at (77,348) width 268: " was in a furious passion, and went"
                   text run at (6,366) width 339: "stamping about, and shouting \x{2018}Off with his head!\x{2019} or"
                   text run at (6,384) width 64: "\x{2018}Off with "
-                  text run at (69,384) width 223: "her head!\x{2019} about once in a minute. "
-                RenderBR {BR} at (0,0) size 0x0
+                  text run at (69,384) width 219: "her head!\x{2019} about once in a minute."
+                RenderBR {BR} at (287,384) size 1x18
                 RenderText {#text} at (6,402) size 406x90
                   text run at (6,402) width 387: "Alice began to feel very uneasy: to be sure, she had not as "
                   text run at (392,402) width 20: "yet"

Modified: trunk/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-4-expected.txt (268972 => 268973)


--- trunk/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-4-expected.txt	2020-10-26 13:19:23 UTC (rev 268972)
+++ trunk/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-4-expected.txt	2020-10-26 13:28:38 UTC (rev 268973)
@@ -46,9 +46,9 @@
                   text run at (101,258) width 311: "the ground, Alice soon came to the conclusion"
                   text run at (57,276) width 114: "that it was a very "
                 RenderBlock (floating) {SPAN} at (6,279) size 48x65 [bgcolor=#ADD8E6]
-                RenderText {#text} at (170,276) size 145x18
-                  text run at (170,276) width 145: "difficult game indeed. "
-                RenderBR {BR} at (0,0) size 0x0
+                RenderText {#text} at (170,276) size 141x18
+                  text run at (170,276) width 141: "difficult game indeed."
+                RenderBR {BR} at (310,276) size 1x18
                 RenderText {#text} at (57,294) size 304x18
                   text run at (57,294) width 304: "The players all played at once without waiting"
                 RenderBlock (floating) {SPAN} at (364,297) size 48x65 [bgcolor=#90EE90]
@@ -66,8 +66,8 @@
                   text run at (302,348) width 59: "stamping"
                   text run at (6,366) width 341: "about, and shouting \x{2018}Off with his head!\x{2019} or \x{2018}Off with "
                   text run at (346,366) width 67: "her head!\x{2019}"
-                  text run at (6,384) width 154: "about once in a minute. "
-                RenderBR {BR} at (0,0) size 0x0
+                  text run at (6,384) width 150: "about once in a minute."
+                RenderBR {BR} at (155,384) size 1x18
                 RenderText {#text} at (6,402) size 406x90
                   text run at (6,402) width 387: "Alice began to feel very uneasy: to be sure, she had not as "
                   text run at (392,402) width 20: "yet"

Modified: trunk/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-5-expected.txt (268972 => 268973)


--- trunk/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-5-expected.txt	2020-10-26 13:19:23 UTC (rev 268972)
+++ trunk/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-5-expected.txt	2020-10-26 13:28:38 UTC (rev 268973)
@@ -46,9 +46,9 @@
                   text run at (101,258) width 311: "the ground, Alice soon came to the conclusion"
                   text run at (41,276) width 114: "that it was a very "
                 RenderBlock (floating) {SPAN} at (6,279) size 32x65 [bgcolor=#ADD8E6]
-                RenderText {#text} at (154,276) size 145x18
-                  text run at (154,276) width 145: "difficult game indeed. "
-                RenderBR {BR} at (0,0) size 0x0
+                RenderText {#text} at (154,276) size 141x18
+                  text run at (154,276) width 141: "difficult game indeed."
+                RenderBR {BR} at (294,276) size 1x18
                 RenderText {#text} at (41,294) size 302x18
                   text run at (41,294) width 302: "The players all played at once without waiting "
                 RenderBlock (floating) {SPAN} at (364,297) size 48x81 [bgcolor=#90EE90]
@@ -66,8 +66,8 @@
                   text run at (47,348) width 256: " was in a furious passion, and went "
                   text run at (302,348) width 59: "stamping"
                   text run at (6,366) width 355: "about, and shouting \x{2018}Off with his head!\x{2019} or \x{2018}Off with"
-                  text run at (6,384) width 222: "her head!\x{2019} about once in a minute. "
-                RenderBR {BR} at (0,0) size 0x0
+                  text run at (6,384) width 218: "her head!\x{2019} about once in a minute."
+                RenderBR {BR} at (223,384) size 1x18
                 RenderText {#text} at (6,402) size 406x90
                   text run at (6,402) width 387: "Alice began to feel very uneasy: to be sure, she had not as "
                   text run at (392,402) width 20: "yet"

Modified: trunk/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-6-expected.txt (268972 => 268973)


--- trunk/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-6-expected.txt	2020-10-26 13:19:23 UTC (rev 268972)
+++ trunk/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-6-expected.txt	2020-10-26 13:28:38 UTC (rev 268973)
@@ -48,9 +48,9 @@
                 RenderBlock (floating) {SPAN} at (6,279) size 48x65 [bgcolor=#ADD8E6]
                   RenderText {#text} at (13,0) size 22x18
                     text run at (13,0) width 22: "foo"
-                RenderText {#text} at (170,276) size 145x18
-                  text run at (170,276) width 145: "difficult game indeed. "
-                RenderBR {BR} at (0,0) size 0x0
+                RenderText {#text} at (170,276) size 141x18
+                  text run at (170,276) width 141: "difficult game indeed."
+                RenderBR {BR} at (310,276) size 1x18
                 RenderText {#text} at (57,294) size 304x18
                   text run at (57,294) width 304: "The players all played at once without waiting"
                 RenderBlock (floating) {SPAN} at (364,297) size 48x81 [bgcolor=#90EE90]
@@ -67,8 +67,8 @@
                   text run at (47,348) width 256: " was in a furious passion, and went "
                   text run at (302,348) width 59: "stamping"
                   text run at (6,366) width 355: "about, and shouting \x{2018}Off with his head!\x{2019} or \x{2018}Off with"
-                  text run at (6,384) width 222: "her head!\x{2019} about once in a minute. "
-                RenderBR {BR} at (0,0) size 0x0
+                  text run at (6,384) width 218: "her head!\x{2019} about once in a minute."
+                RenderBR {BR} at (223,384) size 1x18
                 RenderText {#text} at (6,402) size 406x90
                   text run at (6,402) width 387: "Alice began to feel very uneasy: to be sure, she had not as "
                   text run at (392,402) width 20: "yet"

Modified: trunk/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-7-expected.txt (268972 => 268973)


--- trunk/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-7-expected.txt	2020-10-26 13:19:23 UTC (rev 268972)
+++ trunk/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-7-expected.txt	2020-10-26 13:28:38 UTC (rev 268973)
@@ -46,9 +46,9 @@
                   text run at (101,258) width 311: "the ground, Alice soon came to the conclusion"
                   text run at (57,276) width 114: "that it was a very "
                 RenderBlock (floating) {SPAN} at (6,279) size 48x65 [bgcolor=#ADD8E6]
-                RenderText {#text} at (170,276) size 145x18
-                  text run at (170,276) width 145: "difficult game indeed. "
-                RenderBR {BR} at (0,0) size 0x0
+                RenderText {#text} at (170,276) size 141x18
+                  text run at (170,276) width 141: "difficult game indeed."
+                RenderBR {BR} at (310,276) size 1x18
                 RenderText {#text} at (57,294) size 304x18
                   text run at (57,294) width 304: "The players all played at once without waiting"
                 RenderBlock (floating) {SPAN} at (364,297) size 48x81 [bgcolor=#90EE90]
@@ -65,8 +65,8 @@
                   text run at (50,348) width 253: " was in a furious passion, and went "
                   text run at (302,348) width 59: "stamping"
                   text run at (6,366) width 355: "about, and shouting \x{2018}Off with his head!\x{2019} or \x{2018}Off with"
-                  text run at (6,384) width 222: "her head!\x{2019} about once in a minute. "
-                RenderBR {BR} at (0,0) size 0x0
+                  text run at (6,384) width 218: "her head!\x{2019} about once in a minute."
+                RenderBR {BR} at (223,384) size 1x18
                 RenderText {#text} at (6,402) size 406x90
                   text run at (6,402) width 387: "Alice began to feel very uneasy: to be sure, she had not as "
                   text run at (392,402) width 20: "yet"

Modified: trunk/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-8-expected.txt (268972 => 268973)


--- trunk/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-8-expected.txt	2020-10-26 13:19:23 UTC (rev 268972)
+++ trunk/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-8-expected.txt	2020-10-26 13:28:38 UTC (rev 268973)
@@ -45,9 +45,9 @@
                   text run at (6,258) width 96: "other parts of "
                   text run at (101,258) width 311: "the ground, Alice soon came to the conclusion"
                   text run at (6,276) width 114: "that it was a very "
-                RenderText {#text} at (119,276) size 145x18
-                  text run at (119,276) width 145: "difficult game indeed. "
-                RenderBR {BR} at (0,0) size 0x0
+                RenderText {#text} at (119,276) size 141x18
+                  text run at (119,276) width 141: "difficult game indeed."
+                RenderBR {BR} at (259,276) size 1x18
                 RenderText {#text} at (6,294) size 337x18
                   text run at (6,294) width 337: "The players all played at once without waiting "
                 RenderBlock (floating) {SPAN} at (364,297) size 48x81 [bgcolor=#90EE90]
@@ -66,8 +66,8 @@
                   text run at (212,348) width 149: "stamping about, and"
                   text run at (6,366) width 288: "shouting \x{2018}Off with his head!\x{2019} or \x{2018}Off with "
                   text run at (293,366) width 68: "her head!\x{2019}"
-                  text run at (6,384) width 154: "about once in a minute. "
-                RenderBR {BR} at (0,0) size 0x0
+                  text run at (6,384) width 150: "about once in a minute."
+                RenderBR {BR} at (155,384) size 1x18
                 RenderText {#text} at (6,402) size 406x90
                   text run at (6,402) width 387: "Alice began to feel very uneasy: to be sure, she had not as "
                   text run at (392,402) width 20: "yet"

Modified: trunk/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-9-expected.txt (268972 => 268973)


--- trunk/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-9-expected.txt	2020-10-26 13:19:23 UTC (rev 268972)
+++ trunk/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-9-expected.txt	2020-10-26 13:28:38 UTC (rev 268973)
@@ -49,8 +49,8 @@
                 RenderBlock (floating) {SPAN} at (6,279) size 48x65 [bgcolor=#ADD8E6]
                 RenderText {#text} at (361,276) size 355x36
                   text run at (361,276) width 51: "difficult"
-                  text run at (57,294) width 90: "game indeed. "
-                RenderBR {BR} at (0,0) size 0x0
+                  text run at (57,294) width 86: "game indeed."
+                RenderBR {BR} at (142,294) size 1x18
                 RenderText {#text} at (57,312) size 304x18
                   text run at (57,312) width 304: "The players all played at once without waiting"
                 RenderBlock (floating) {SPAN} at (364,315) size 48x81 [bgcolor=#90EE90]
@@ -67,8 +67,8 @@
                   text run at (231,366) width 130: "stamping about, and"
                   text run at (6,384) width 288: "shouting \x{2018}Off with his head!\x{2019} or \x{2018}Off with "
                   text run at (293,384) width 68: "her head!\x{2019}"
-                  text run at (6,402) width 154: "about once in a minute. "
-                RenderBR {BR} at (0,0) size 0x0
+                  text run at (6,402) width 150: "about once in a minute."
+                RenderBR {BR} at (155,402) size 1x18
                 RenderText {#text} at (6,420) size 406x90
                   text run at (6,420) width 387: "Alice began to feel very uneasy: to be sure, she had not as "
                   text run at (392,420) width 20: "yet"

Modified: trunk/LayoutTests/platform/mac/svg/text/text-overflow-ellipsis-svgfont-expected.txt (268972 => 268973)


--- trunk/LayoutTests/platform/mac/svg/text/text-overflow-ellipsis-svgfont-expected.txt	2020-10-26 13:19:23 UTC (rev 268972)
+++ trunk/LayoutTests/platform/mac/svg/text/text-overflow-ellipsis-svgfont-expected.txt	2020-10-26 13:28:38 UTC (rev 268973)
@@ -8,9 +8,9 @@
           text run at (0,0) width 653: "This test checks that the text-overflow: ellipsis property is handled correctly when using an SVG font."
         RenderBR {BR} at (652,0) size 1x18
         RenderBR {BR} at (0,18) size 0x18
-        RenderText {#text} at (0,36) size 530x18
-          text run at (0,36) width 530: "Pass if some text is shown followed by an ellipsis (NOT just the ellipsis by itself). "
-        RenderBR {BR} at (529,36) size 1x18
+        RenderText {#text} at (0,36) size 526x18
+          text run at (0,36) width 526: "Pass if some text is shown followed by an ellipsis (NOT just the ellipsis by itself)."
+        RenderBR {BR} at (525,36) size 1x18
         RenderBR {BR} at (0,54) size 0x18
 layer at (8,80) size 182x20 clip at (9,81) size 180x18 scrollWidth 333
   RenderBlock {DIV} at (0,72) size 182x20 [border: (1px solid #000000)]

Modified: trunk/LayoutTests/platform/mac/svg/text/text-overflow-ellipsis-svgfont-kerning-ligatures-expected.txt (268972 => 268973)


--- trunk/LayoutTests/platform/mac/svg/text/text-overflow-ellipsis-svgfont-kerning-ligatures-expected.txt	2020-10-26 13:19:23 UTC (rev 268972)
+++ trunk/LayoutTests/platform/mac/svg/text/text-overflow-ellipsis-svgfont-kerning-ligatures-expected.txt	2020-10-26 13:28:38 UTC (rev 268973)
@@ -9,9 +9,9 @@
           text run at (0,18) width 107: "and ligatures on."
         RenderBR {BR} at (106,18) size 1x18
         RenderBR {BR} at (0,36) size 0x18
-        RenderText {#text} at (0,54) size 530x18
-          text run at (0,54) width 530: "Pass if some text is shown followed by an ellipsis (NOT just the ellipsis by itself). "
-        RenderBR {BR} at (529,54) size 1x18
+        RenderText {#text} at (0,54) size 526x18
+          text run at (0,54) width 526: "Pass if some text is shown followed by an ellipsis (NOT just the ellipsis by itself)."
+        RenderBR {BR} at (525,54) size 1x18
         RenderBR {BR} at (0,72) size 0x18
 layer at (8,98) size 182x20 clip at (9,99) size 180x18 scrollWidth 333
   RenderBlock {DIV} at (0,90) size 182x20 [border: (1px solid #000000)]

Modified: trunk/LayoutTests/svg/text/text-overflow-ellipsis-svgfont-kerning-ligatures.html (268972 => 268973)


--- trunk/LayoutTests/svg/text/text-overflow-ellipsis-svgfont-kerning-ligatures.html	2020-10-26 13:19:23 UTC (rev 268972)
+++ trunk/LayoutTests/svg/text/text-overflow-ellipsis-svgfont-kerning-ligatures.html	2020-10-26 13:28:38 UTC (rev 268973)
@@ -30,8 +30,7 @@
 
 This test checks that the text-overflow: ellipsis property is handled correctly when using an SVG font and having kerning and ligatures on.<br><br>
 
-Pass if some text is shown followed by an ellipsis (NOT just the ellipsis by itself).
-<br><br>
+Pass if some text is shown followed by an ellipsis (NOT just the ellipsis by itself).<br><br>
 
 <div class="ellipsis svgfont">
 	abc abc abc abc abc abc abc abc abc abc

Modified: trunk/LayoutTests/svg/text/text-overflow-ellipsis-svgfont.html (268972 => 268973)


--- trunk/LayoutTests/svg/text/text-overflow-ellipsis-svgfont.html	2020-10-26 13:19:23 UTC (rev 268972)
+++ trunk/LayoutTests/svg/text/text-overflow-ellipsis-svgfont.html	2020-10-26 13:28:38 UTC (rev 268973)
@@ -29,8 +29,7 @@
 
 This test checks that the text-overflow: ellipsis property is handled correctly when using an SVG font.<br><br>
 
-Pass if some text is shown followed by an ellipsis (NOT just the ellipsis by itself).
-<br><br>
+Pass if some text is shown followed by an ellipsis (NOT just the ellipsis by itself).<br><br>
 
 <div class="ellipsis svgfont">
 	abc abc abc abc abc abc abc abc abc abc
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to