Changeset 202526 in webkit


Ignore:
Timestamp:
Jun 27, 2016 5:36:03 PM (8 years ago)
Author:
mmaxfield@apple.com
Message:

[Cocoa] Test gardening for the system font in macOS Sierra and iOS 10
https://bugs.webkit.org/show_bug.cgi?id=159175
<rdar://problem/26478081>

Unreviewed.

  • fast/text/trak-optimizeLegibility.html:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r202525 r202526  
     12016-06-27  Myles C. Maxfield  <mmaxfield@apple.com>
     2
     3        [Cocoa] Test gardening for the system font in macOS Sierra and iOS 10
     4        https://bugs.webkit.org/show_bug.cgi?id=159175
     5        <rdar://problem/26478081>
     6
     7        Unreviewed.
     8
     9        * fast/text/trak-optimizeLegibility.html:
     10
    1112016-06-27  Alex Christensen  <achristensen@webkit.org>
    212
  • trunk/LayoutTests/fast/text/trak-optimizeLegibility.html

    r188591 r202526  
    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: 50px '-apple-system'; font-weight: 300;">hamburgefonstiv</span></p>
    10 <p><span id="second" style="font: 50px '.SFNSText-Light' '.SFUIDisplay-Light';">hamburgefonstiv</span></p>
    11 <p><span id="third" style="font: 50px '.SFNSText-Light' '.SFUIDisplay-Light'; text-rendering: optimizeLegibility;">hamburgefonstiv</span></p>
     10<p><span id="second" style="font: 50px '.AppleSystemUIFontLight' '.SFNSText-Light' '.SFUIDisplay-Light';">hamburgefonstiv</span></p>
     11<p><span id="third" style="font: 50px '.AppleSystemUIFontLight' '.SFNSText-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.