Title: [254453] trunk/LayoutTests
- Revision
- 254453
- Author
- [email protected]
- Date
- 2020-01-13 14:26:39 -0800 (Mon, 13 Jan 2020)
Log Message
Add a simple trailing letter-spacing test case
https://bugs.webkit.org/show_bug.cgi?id=206185
<rdar://problem/58535841>
Reviewed by Antti Koivisto.
* fast/text/trailing-letter-spacing-long-expected.html: Added.
* fast/text/trailing-letter-spacing-long.html: Added.
Modified Paths
Added Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (254452 => 254453)
--- trunk/LayoutTests/ChangeLog 2020-01-13 21:49:24 UTC (rev 254452)
+++ trunk/LayoutTests/ChangeLog 2020-01-13 22:26:39 UTC (rev 254453)
@@ -1,3 +1,14 @@
+2020-01-13 Zalan Bujtas <[email protected]>
+
+ Add a simple trailing letter-spacing test case
+ https://bugs.webkit.org/show_bug.cgi?id=206185
+ <rdar://problem/58535841>
+
+ Reviewed by Antti Koivisto.
+
+ * fast/text/trailing-letter-spacing-long-expected.html: Added.
+ * fast/text/trailing-letter-spacing-long.html: Added.
+
2020-01-13 Truitt Savell <[email protected]>
Flaky Test: imported/w3c/web-platform-tests/svg/import/struct-dom-06-b-manual.svg
Added: trunk/LayoutTests/fast/text/trailing-letter-spacing-long-expected.html (0 => 254453)
--- trunk/LayoutTests/fast/text/trailing-letter-spacing-long-expected.html (rev 0)
+++ trunk/LayoutTests/fast/text/trailing-letter-spacing-long-expected.html 2020-01-13 22:26:39 UTC (rev 254453)
@@ -0,0 +1,18 @@
+<html>
+<head>
+<title>This tests that we don't trim the trailing letter-spacing.</title>
+<style>
+div {
+ font-size: 12px;
+ background-color: cyan;
+ width: 1000px;
+ letter-spacing: 200px;
+}
+</style>
+</head>
+<body>
+We don't yet trim trailing letter-spacing.
+<!-- This forced line breaks should move over by one character once we start trimming trailing letter-spacing -->
+<div>l e<br>t t<br>e r<br>s p<br>a c<br>i n<br>g</div>
+</body>
+</html>
Added: trunk/LayoutTests/fast/text/trailing-letter-spacing-long.html (0 => 254453)
--- trunk/LayoutTests/fast/text/trailing-letter-spacing-long.html (rev 0)
+++ trunk/LayoutTests/fast/text/trailing-letter-spacing-long.html 2020-01-13 22:26:39 UTC (rev 254453)
@@ -0,0 +1,17 @@
+<html>
+<head>
+<title></title>
+<style>
+div {
+ font-size: 12px;
+ background-color: cyan;
+ width: 1000px;
+ letter-spacing: 200px;
+}
+</style>
+</head>
+<body>
+We don't yet trim trailing letter-spacing.
+<div>l e t t e r s p a c i n g</div>
+</body>
+</html>
\ No newline at end of file
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes