⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 266041 in webkit


Ignore:
Timestamp:
Aug 22, 2020, 6:51:28 PM (6 years ago)
Author:
mmaxfield@apple.com
Message:

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:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r266038 r266041  
     12020-08-22  Myles C. Maxfield  <mmaxfield@apple.com>
     2
     3        Make fast/text/letter-spacing-shaping.html more robust
     4        https://bugs.webkit.org/show_bug.cgi?id=215711
     5
     6        Unreviewed test gardening.
     7
     8        * fast/text/letter-spacing-shaping-expected.html:
     9        * fast/text/letter-spacing-shaping.html:
     10
    1112020-08-22  Emilio Cobos Álvarez  <emilio@crisal.io>
    212
  • trunk/LayoutTests/fast/text/letter-spacing-shaping-expected.html

    r265488 r266041  
    66<body>
    77This test makes sure that letter-spacing is applied after text shaping.
    8 The test passes if the two characters below have some space between them.
     8The test passes if this is the only thing you see on the page.
     9<div style="position: relative">
    910<div style="font: 48px 'PingFang TC'; letter-spacing: 24px;"><span>情</span><span>升</span></div>
     11<div style="position: absolute; background: white; width: 48px; height: 68px; top: 0px; left: 0px;"></div>
     12<div style="position: absolute; background: white; width: 48px; height: 68px; top: 0px; left: 72px;"></div>
     13</div>
    1014</body>
    1115</html>
  • trunk/LayoutTests/fast/text/letter-spacing-shaping.html

    r265488 r266041  
    66<body>
    77This test makes sure that letter-spacing is applied after text shaping.
    8 The test passes if the two characters below have some space between them.
     8The test passes if this is the only thing you see on the page.
     9<div style="position: relative">
    910<div style="font: 48px 'PingFang TC'; letter-spacing: 24px;">情升</div>
     11<div style="position: absolute; background: white; width: 48px; height: 68px; top: 0px; left: 0px;"></div>
     12<div style="position: absolute; background: white; width: 48px; height: 68px; top: 0px; left: 72px;"></div>
     13</div>
    1014</body>
    1115</html>
Note: See TracChangeset for help on using the changeset viewer.