Changeset 219313 in webkit


Ignore:
Timestamp:
Jul 10, 2017 4:25:19 PM (7 years ago)
Author:
mmaxfield@apple.com
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:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r219311 r219313  
     12017-07-10  Myles C. Maxfield  <mmaxfield@apple.com>
     2
     3        fast/text/trak-optimizeLegibility.html is failing on macOS High Sierra
     4        https://bugs.webkit.org/show_bug.cgi?id=174325
     5        <rdar://problem/33190322>
     6
     7        Reviewed by Zalan Bujtas.
     8
     9        The name of the font changed.
     10
     11        * fast/text/trak-optimizeLegibility.html:
     12
    1132017-07-10  Youenn Fablet  <youenn@apple.com>
    214
  • trunk/LayoutTests/fast/text/trak-optimizeLegibility.html

    r212985 r219313  
    88The first and third lines below should have the same width. The middle one can (but doesn't have to) have a different width.
    99<p><span id="first" style="font: 100px 'system-ui'; font-weight: 300;">hamburgefonstiv</span></p>
    10 <p><span id="second" style="font: 100px '.AppleSystemUIFontLight', '.SFNSText-Light', '.SFUIDisplay-Light';">hamburgefonstiv</span></p>
    11 <p><span id="third" style="font: 100px '.AppleSystemUIFontLight', '.SFNSText-Light', '.SFUIDisplay-Light'; text-rendering: optimizeLegibility;">hamburgefonstiv</span></p>
     10<p><span id="second" style="font: 100px '.AppleSystemUIFontLight', '.SFNSDisplay-Light', '.SFUIDisplay-Light';">hamburgefonstiv</span></p>
     11<p><span id="third" style="font: 100px '.AppleSystemUIFontLight', '.SFNSDisplay-Light', '.SFUIDisplay-Light'; text-rendering: optimizeLegibility;">hamburgefonstiv</span></p>
    1212<script>
    1313var first = document.getElementById("first");
Note: See TracChangeset for help on using the changeset viewer.