Title: [202300] trunk/LayoutTests
Revision
202300
Author
[email protected]
Date
2016-06-21 16:07:31 -0700 (Tue, 21 Jun 2016)

Log Message

Test gardening for platform-specific font-fallback on macOS Sierra
https://bugs.webkit.org/show_bug.cgi?id=159003
<rdar://problem/25807529>

Unreviewed.

* fast/text/font-cursive-italic-cjk-2-expected.html: Added.
* fast/text/font-cursive-italic-cjk-2.html: Added.
* platform/mac/TestExpectations:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (202299 => 202300)


--- trunk/LayoutTests/ChangeLog	2016-06-21 23:06:08 UTC (rev 202299)
+++ trunk/LayoutTests/ChangeLog	2016-06-21 23:07:31 UTC (rev 202300)
@@ -1,3 +1,15 @@
+2016-06-21  Myles C. Maxfield  <[email protected]>
+
+        Test gardening for platform-specific font-fallback on macOS Sierra
+        https://bugs.webkit.org/show_bug.cgi?id=159003
+        <rdar://problem/25807529>
+
+        Unreviewed.
+
+        * fast/text/font-cursive-italic-cjk-2-expected.html: Added.
+        * fast/text/font-cursive-italic-cjk-2.html: Added.
+        * platform/mac/TestExpectations:
+
 2016-06-20  Simon Fraser  <[email protected]>
 
         [iOS] Typing text into a text field or text area causes screen to scroll down (hiding text entry)

Added: trunk/LayoutTests/fast/text/font-cursive-italic-cjk-2-expected.html (0 => 202300)


--- trunk/LayoutTests/fast/text/font-cursive-italic-cjk-2-expected.html	                        (rev 0)
+++ trunk/LayoutTests/fast/text/font-cursive-italic-cjk-2-expected.html	2016-06-21 23:07:31 UTC (rev 202300)
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta charset="utf-8">
+</head>
+<body>
+This test makes sure that CJK characters styled with font-family: cursive aren't italicized.
+<div>
+<span style="font-size: 50px;">Look at this character: </span><span style="font-family: 'STSongti-SC-Regular';">年</span>
+</div>
+</body>
+</html>

Added: trunk/LayoutTests/fast/text/font-cursive-italic-cjk-2.html (0 => 202300)


--- trunk/LayoutTests/fast/text/font-cursive-italic-cjk-2.html	                        (rev 0)
+++ trunk/LayoutTests/fast/text/font-cursive-italic-cjk-2.html	2016-06-21 23:07:31 UTC (rev 202300)
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta charset="utf-8">
+</head>
+<body>
+This test makes sure that CJK characters styled with font-family: cursive aren't italicized.
+<div>
+<span style="font-size: 50px;">Look at this character: </span><span style="font-family: cursive;">年</span>
+</div>
+</body>
+</html>

Modified: trunk/LayoutTests/platform/mac/TestExpectations (202299 => 202300)


--- trunk/LayoutTests/platform/mac/TestExpectations	2016-06-21 23:06:08 UTC (rev 202299)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2016-06-21 23:07:31 UTC (rev 202300)
@@ -1379,6 +1379,8 @@
 # These tests hardcode platform-specific font aliases.
 webkit.org/b/158649 [ Yosemite ] fast/text/chinese-font-name-aliases.html [ ImageOnlyFailure ]
 webkit.org/b/158649 [ ElCapitan+ ] fast/text/chinese-font-name-aliases-2.html [ ImageOnlyFailure ]
+webkit.org/b/159003 [ Sierra+ ] fast/text/font-cursive-italic-cjk.html [ ImageOnlyFailure ]
+webkit.org/b/159003 [ Yosemite ElCapitan ] fast/text/font-cursive-italic-cjk-2.html [ ImageOnlyFailure ]
 
 webkit.org/b/158889 media/video-controls-show-on-kb-or-ax-event.html [ Pass Failure ]
 
@@ -1453,3 +1455,4 @@
 # rdar://problem/26924977
 [ Sierra+ ] fast/canvas/webgl/premultiplyalpha-test.html [ Failure ]
 [ Sierra+ ] webgl/1.0.2/conformance/context/premultiplyalpha-test.html [ Failure ]
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to