Changeset 266041 in webkit
- Timestamp:
- Aug 22, 2020, 6:51:28 PM (6 years ago)
- Location:
- trunk/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
-
trunk/LayoutTests/ChangeLog
r266038 r266041 1 2020-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 1 11 2020-08-22 Emilio Cobos Álvarez <emilio@crisal.io> 2 12 -
trunk/LayoutTests/fast/text/letter-spacing-shaping-expected.html
r265488 r266041 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> -
trunk/LayoutTests/fast/text/letter-spacing-shaping.html
r265488 r266041 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.