Title: [219313] trunk/LayoutTests
Revision
219313
Author
mmaxfi...@apple.com
Date
2017-07-10 16:25:19 -0700 (Mon, 10 Jul 2017)

Log Message

fast/text/trak-optimizeLegibility.html is failing on macOS High Sierra
https://bugs.webkit.org/show_bug.cgi?id=174325
<rdar://problem/33190322>

Reviewed by Zalan Bujtas.

The name of the font changed.

* fast/text/trak-optimizeLegibility.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (219312 => 219313)


--- trunk/LayoutTests/ChangeLog	2017-07-10 23:00:42 UTC (rev 219312)
+++ trunk/LayoutTests/ChangeLog	2017-07-10 23:25:19 UTC (rev 219313)
@@ -1,3 +1,15 @@
+2017-07-10  Myles C. Maxfield  <mmaxfi...@apple.com>
+
+        fast/text/trak-optimizeLegibility.html is failing on macOS High Sierra
+        https://bugs.webkit.org/show_bug.cgi?id=174325
+        <rdar://problem/33190322>
+
+        Reviewed by Zalan Bujtas.
+
+        The name of the font changed.
+
+        * fast/text/trak-optimizeLegibility.html:
+
 2017-07-10  Youenn Fablet  <you...@apple.com>
 
         Update webrtc expectations

Modified: trunk/LayoutTests/fast/text/trak-optimizeLegibility.html (219312 => 219313)


--- trunk/LayoutTests/fast/text/trak-optimizeLegibility.html	2017-07-10 23:00:42 UTC (rev 219312)
+++ trunk/LayoutTests/fast/text/trak-optimizeLegibility.html	2017-07-10 23:25:19 UTC (rev 219313)
@@ -7,8 +7,8 @@
 This test makes sure that you can opt-in to honoring the 'trak' table by specifying text-rendering: optimizeLegibility.
 The first and third lines below should have the same width. The middle one can (but doesn't have to) have a different width.
 <p><span id="first" style="font: 100px 'system-ui'; font-weight: 300;">hamburgefonstiv</span></p>
-<p><span id="second" style="font: 100px '.AppleSystemUIFontLight', '.SFNSText-Light', '.SFUIDisplay-Light';">hamburgefonstiv</span></p>
-<p><span id="third" style="font: 100px '.AppleSystemUIFontLight', '.SFNSText-Light', '.SFUIDisplay-Light'; text-rendering: optimizeLegibility;">hamburgefonstiv</span></p>
+<p><span id="second" style="font: 100px '.AppleSystemUIFontLight', '.SFNSDisplay-Light', '.SFUIDisplay-Light';">hamburgefonstiv</span></p>
+<p><span id="third" style="font: 100px '.AppleSystemUIFontLight', '.SFNSDisplay-Light', '.SFUIDisplay-Light'; text-rendering: optimizeLegibility;">hamburgefonstiv</span></p>
 <script>
 var first = document.getElementById("first");
 var third = document.getElementById("third");
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to