Changeset 267392 in webkit
- Timestamp:
- Sep 21, 2020, 8:50:27 PM (6 years ago)
- Location:
- branches/safari-610-branch/LayoutTests
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
fast/text/letter-spacing-shaping-expected.html (modified) (1 diff)
-
fast/text/letter-spacing-shaping.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-610-branch/LayoutTests/ChangeLog
r267391 r267392 1 2020-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 1 27 2020-09-21 Ryan Haddad <ryanhaddad@apple.com> 2 28 -
branches/safari-610-branch/LayoutTests/fast/text/letter-spacing-shaping-expected.html
r265488 r267392 6 6 <body> 7 7 This 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. 8 The test passes if this is the only thing you see on the page. 9 <div style="position: relative"> 9 10 <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> 10 14 </body> 11 15 </html> -
branches/safari-610-branch/LayoutTests/fast/text/letter-spacing-shaping.html
r265488 r267392 6 6 <body> 7 7 This 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. 8 The test passes if this is the only thing you see on the page. 9 <div style="position: relative"> 9 10 <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> 10 14 </body> 11 15 </html>
Note:
See TracChangeset
for help on using the changeset viewer.