Diff
Modified: trunk/LayoutTests/ChangeLog (269094 => 269095)
--- trunk/LayoutTests/ChangeLog 2020-10-28 03:03:28 UTC (rev 269094)
+++ trunk/LayoutTests/ChangeLog 2020-10-28 04:35:54 UTC (rev 269095)
@@ -1,3 +1,19 @@
+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.
+
+ * accessibility/mac/text-marker-sentence-nav.html:
+ * fast/dom/HTMLTextAreaElement/reset-textarea.html:
+ * fast/text/basic/generic-family-reset.html:
+ * platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
+ * platform/mac/fast/text/basic/generic-family-reset-expected.txt:
+
2020-10-27 Wenson Hsieh <[email protected]>
[Concurrent display lists] Add alternate versions of existing display list items that only contain inline data
Modified: trunk/LayoutTests/accessibility/mac/text-marker-sentence-nav.html (269094 => 269095)
--- trunk/LayoutTests/accessibility/mac/text-marker-sentence-nav.html 2020-10-28 03:03:28 UTC (rev 269094)
+++ trunk/LayoutTests/accessibility/mac/text-marker-sentence-nav.html 2020-10-28 04:35:54 UTC (rev 269095)
@@ -30,7 +30,7 @@
</pre>
<div id="text5">
-This is my first sentence. <br><br>
+This is my first sentence.<br><br>
This is my second sentence. This is my third sentence.
This is my fourth sentence.
</div>
Modified: trunk/LayoutTests/fast/dom/HTMLTextAreaElement/reset-textarea.html (269094 => 269095)
--- trunk/LayoutTests/fast/dom/HTMLTextAreaElement/reset-textarea.html 2020-10-28 03:03:28 UTC (rev 269094)
+++ trunk/LayoutTests/fast/dom/HTMLTextAreaElement/reset-textarea.html 2020-10-28 04:35:54 UTC (rev 269095)
@@ -13,7 +13,7 @@
var result = "FAILED";
if (element.value == element.defaultValue)
result = "SUCCESS";
- document.writeln("<br>" + element.id + ": " + result);
+ document.write("<br>" + element.id + ": " + result);
}
var noDefaultText = document.getElementById("noDefaultText");
var hasDefaultText = document.getElementById("hasDefaultText");
Modified: trunk/LayoutTests/fast/text/basic/generic-family-reset.html (269094 => 269095)
--- trunk/LayoutTests/fast/text/basic/generic-family-reset.html 2020-10-28 03:03:28 UTC (rev 269094)
+++ trunk/LayoutTests/fast/text/basic/generic-family-reset.html 2020-10-28 04:35:54 UTC (rev 269095)
@@ -17,7 +17,7 @@
<td colspan="2">
The css in the head of this file is like this:<br/>
<br/>
-html, body { <br/>
+html, body {<br/>
font-family: Verdana;<br/>
}<br/>
tt, span {<br/>
Modified: trunk/LayoutTests/platform/ios/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt (269094 => 269095)
--- trunk/LayoutTests/platform/ios/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt 2020-10-28 03:03:28 UTC (rev 269094)
+++ trunk/LayoutTests/platform/ios/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt 2020-10-28 04:35:54 UTC (rev 269095)
@@ -20,9 +20,9 @@
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
+ RenderText {#text} at (0,40) size 170x19
+ text run at (0,40) width 170: "noDefaultText: SUCCESS"
+ RenderBR {BR} at (169,40) size 1x19
RenderText {#text} at (0,60) size 176x19
text run at (0,60) width 176: "hasDefaultText: SUCCESS"
layer at (10,10) size 151x34 clip at (11,11) size 149x32
Modified: trunk/LayoutTests/platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt (269094 => 269095)
--- trunk/LayoutTests/platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt 2020-10-28 03:03:28 UTC (rev 269094)
+++ trunk/LayoutTests/platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt 2020-10-28 04:35:54 UTC (rev 269095)
@@ -20,9 +20,9 @@
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
+ RenderText {#text} at (0,36) size 170x18
+ text run at (0,36) width 170: "noDefaultText: SUCCESS"
+ RenderBR {BR} at (169,36) size 1x18
RenderText {#text} at (0,54) size 176x18
text run at (0,54) width 176: "hasDefaultText: SUCCESS"
layer at (10,10) size 161x32 clip at (11,11) size 159x30
Modified: trunk/LayoutTests/platform/mac/fast/text/basic/generic-family-reset-expected.txt (269094 => 269095)
--- trunk/LayoutTests/platform/mac/fast/text/basic/generic-family-reset-expected.txt 2020-10-28 03:03:28 UTC (rev 269094)
+++ trunk/LayoutTests/platform/mac/fast/text/basic/generic-family-reset-expected.txt 2020-10-28 04:35:54 UTC (rev 269095)
@@ -14,9 +14,9 @@
text run at (1,1) width 336: "The css in the head of this file is like this:"
RenderBR {BR} at (336,1) size 1x19
RenderBR {BR} at (1,20) size 0x19
- 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,39) size 103x19
+ text run at (1,39) width 103: "html, body {"
+ RenderBR {BR} at (103,39) 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