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

Changeset 267392 in webkit


Ignore:
Timestamp:
Sep 21, 2020, 8:50:27 PM (6 years ago)
Author:
Ryan Haddad
Message:

Cherry-pick r266041. rdar://problem/69341725

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:

git-svn-id: https://svn.webkit.org/repository/webkit/trunk@266041 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Location:
branches/safari-610-branch/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-610-branch/LayoutTests/ChangeLog

    r267391 r267392  
     12020-09-21  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        Cherry-pick r266041. rdar://problem/69341725
     4
     5    Make fast/text/letter-spacing-shaping.html more robust
     6    https://bugs.webkit.org/show_bug.cgi?id=215711
     7   
     8    Unreviewed test gardening.
     9   
     10   
     11    * fast/text/letter-spacing-shaping-expected.html:
     12    * fast/text/letter-spacing-shaping.html:
     13   
     14   
     15    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@266041 268f45cc-cd09-0410-ab3c-d52691b4dbfc
     16
     17    2020-08-22  Myles C. Maxfield  <mmaxfield@apple.com>
     18
     19            Make fast/text/letter-spacing-shaping.html more robust
     20            https://bugs.webkit.org/show_bug.cgi?id=215711
     21
     22            Unreviewed test gardening.
     23
     24            * fast/text/letter-spacing-shaping-expected.html:
     25            * fast/text/letter-spacing-shaping.html:
     26
    1272020-09-21  Ryan Haddad  <ryanhaddad@apple.com>
    228
  • branches/safari-610-branch/LayoutTests/fast/text/letter-spacing-shaping-expected.html

    r265488 r267392  
    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>
  • branches/safari-610-branch/LayoutTests/fast/text/letter-spacing-shaping.html

    r265488 r267392  
    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.