Title: [250952] trunk/LayoutTests
Revision
250952
Author
[email protected]
Date
2019-10-09 19:02:19 -0700 (Wed, 09 Oct 2019)

Log Message

Make fast/text/complex-initial-advance.html more robust
https://bugs.webkit.org/show_bug.cgi?id=202708

Unreviewed follow up to r250884.

Makes test robust enough to pass on Mojave.

* fast/text/complex-initial-advance-expected.html:
* fast/text/complex-initial-advance.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (250951 => 250952)


--- trunk/LayoutTests/ChangeLog	2019-10-10 01:44:50 UTC (rev 250951)
+++ trunk/LayoutTests/ChangeLog	2019-10-10 02:02:19 UTC (rev 250952)
@@ -1,3 +1,15 @@
+2019-10-09  Myles C. Maxfield  <[email protected]>
+
+        Make fast/text/complex-initial-advance.html more robust
+        https://bugs.webkit.org/show_bug.cgi?id=202708
+
+        Unreviewed follow up to r250884.
+
+        Makes test robust enough to pass on Mojave.
+
+        * fast/text/complex-initial-advance-expected.html:
+        * fast/text/complex-initial-advance.html:
+
 2019-10-09  John Wilander  <[email protected]>
 
         IsLoggedIn: Add as experimental feature

Modified: trunk/LayoutTests/fast/text/complex-initial-advance-expected.html (250951 => 250952)


--- trunk/LayoutTests/fast/text/complex-initial-advance-expected.html	2019-10-10 01:44:50 UTC (rev 250951)
+++ trunk/LayoutTests/fast/text/complex-initial-advance-expected.html	2019-10-10 02:02:19 UTC (rev 250952)
@@ -2,9 +2,16 @@
 <html>
 <head>
 <meta charset="utf-8">
+<style>
+span {
+    white-space: pre;
+}
+</style>
 </head>
 <body style="font-family: Geeza Pro; text-rendering: optimizeSpeed;">
 <div>This test makes sure that text with an initial advance is rendered correctly. The test passes if the &#x25CC;&#x064D; marks are positioned in the right place below the &#x0629; character below.</div>
-<span>حياةٍ مليئ</span>
+<div style="font-size: 79px;">
+<span>&#x062d;&#x064a;&#x0627;&#x0629;&#x064d; &rlm;</span>
+</div>
 </body>
 </html>

Modified: trunk/LayoutTests/fast/text/complex-initial-advance.html (250951 => 250952)


--- trunk/LayoutTests/fast/text/complex-initial-advance.html	2019-10-10 01:44:50 UTC (rev 250951)
+++ trunk/LayoutTests/fast/text/complex-initial-advance.html	2019-10-10 02:02:19 UTC (rev 250952)
@@ -2,9 +2,16 @@
 <html>
 <head>
 <meta charset="utf-8">
+<style>
+span {
+    white-space: pre;
+}
+</style>
 </head>
 <body style="font-family: Geeza Pro; text-rendering: optimizeSpeed;">
 <div>This test makes sure that text with an initial advance is rendered correctly. The test passes if the &#x25CC;&#x064D; marks are positioned in the right place below the &#x0629; character below.</div>
-<span>حياةٍ</span><span> </span><span>مليئ</span>
+<div style="font-size: 79px;">
+<span> </span><span>&#x062d;&#x064a;&#x0627;&#x0629;&#x064d;</span>
+</div>
 </body>
 </html>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to