Title: [267392] branches/safari-610-branch/LayoutTests
Revision
267392
Author
ryanhad...@apple.com
Date
2020-09-21 20:50:27 -0700 (Mon, 21 Sep 2020)

Log Message

Cherry-pick r266041. rdar://problem/69341725

    Make fast/text/letter-spacing-shaping.html more robust
    https://bugs.webkit.org/show_bug.cgi?id=215711

    Unreviewed test gardening.

    * fast/text/letter-spacing-shaping-expected.html:
    * fast/text/letter-spacing-shaping.html:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@266041 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-610-branch/LayoutTests/ChangeLog (267391 => 267392)


--- branches/safari-610-branch/LayoutTests/ChangeLog	2020-09-22 03:48:54 UTC (rev 267391)
+++ branches/safari-610-branch/LayoutTests/ChangeLog	2020-09-22 03:50:27 UTC (rev 267392)
@@ -1,5 +1,31 @@
 2020-09-21  Ryan Haddad  <ryanhad...@apple.com>
 
+        Cherry-pick r266041. rdar://problem/69341725
+
+    Make fast/text/letter-spacing-shaping.html more robust
+    https://bugs.webkit.org/show_bug.cgi?id=215711
+    
+    Unreviewed test gardening.
+    
+    
+    * fast/text/letter-spacing-shaping-expected.html:
+    * fast/text/letter-spacing-shaping.html:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@266041 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2020-08-22  Myles C. Maxfield  <mmaxfi...@apple.com>
+
+            Make fast/text/letter-spacing-shaping.html more robust
+            https://bugs.webkit.org/show_bug.cgi?id=215711
+
+            Unreviewed test gardening.
+
+            * fast/text/letter-spacing-shaping-expected.html:
+            * fast/text/letter-spacing-shaping.html:
+
+2020-09-21  Ryan Haddad  <ryanhad...@apple.com>
+
         Cherry-pick r266494. rdar://problem/69341549
 
     Rebaseline after macOS build progression.

Modified: branches/safari-610-branch/LayoutTests/fast/text/letter-spacing-shaping-expected.html (267391 => 267392)


--- branches/safari-610-branch/LayoutTests/fast/text/letter-spacing-shaping-expected.html	2020-09-22 03:48:54 UTC (rev 267391)
+++ branches/safari-610-branch/LayoutTests/fast/text/letter-spacing-shaping-expected.html	2020-09-22 03:50:27 UTC (rev 267392)
@@ -5,7 +5,11 @@
 </head>
 <body>
 This test makes sure that letter-spacing is applied after text shaping.
-The test passes if the two characters below have some space between them.
+The test passes if this is the only thing you see on the page.
+<div style="position: relative">
 <div style="font: 48px 'PingFang TC'; letter-spacing: 24px;"><span>情</span><span>升</span></div>
+<div style="position: absolute; background: white; width: 48px; height: 68px; top: 0px; left: 0px;"></div>
+<div style="position: absolute; background: white; width: 48px; height: 68px; top: 0px; left: 72px;"></div>
+</div>
 </body>
 </html>

Modified: branches/safari-610-branch/LayoutTests/fast/text/letter-spacing-shaping.html (267391 => 267392)


--- branches/safari-610-branch/LayoutTests/fast/text/letter-spacing-shaping.html	2020-09-22 03:48:54 UTC (rev 267391)
+++ branches/safari-610-branch/LayoutTests/fast/text/letter-spacing-shaping.html	2020-09-22 03:50:27 UTC (rev 267392)
@@ -5,7 +5,11 @@
 </head>
 <body>
 This test makes sure that letter-spacing is applied after text shaping.
-The test passes if the two characters below have some space between them.
+The test passes if this is the only thing you see on the page.
+<div style="position: relative">
 <div style="font: 48px 'PingFang TC'; letter-spacing: 24px;">情升</div>
+<div style="position: absolute; background: white; width: 48px; height: 68px; top: 0px; left: 0px;"></div>
+<div style="position: absolute; background: white; width: 48px; height: 68px; top: 0px; left: 72px;"></div>
+</div>
 </body>
 </html>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to