[Mac] Update fast/text/font-cursive-italic-cjk-2.html for Catalina
https://bugs.webkit.org/show_bug.cgi?id=202779
<rdar://problem/54317204>

Reviewed by Alexey Proskuryakov.

The platform-specific generic font family mappings changed. Luckily, we already had a (skipped) test that tests the new mappings.

* platform/mac/TestExpectations:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@251092 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 27e08bc..3922879 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,17 @@
 2019-10-14  Myles C. Maxfield  <mmaxfield@apple.com>
 
+        [Mac] Update fast/text/font-cursive-italic-cjk-2.html for Catalina
+        https://bugs.webkit.org/show_bug.cgi?id=202779
+        <rdar://problem/54317204>
+
+        Reviewed by Alexey Proskuryakov.
+
+        The platform-specific generic font family mappings changed. Luckily, we already had a (skipped) test that tests the new mappings.
+
+        * platform/mac/TestExpectations:
+
+2019-10-14  Myles C. Maxfield  <mmaxfield@apple.com>
+
         [Cocoa] REGRESSION (r245672): Contenteditable with optical sizing freezes Safari
         https://bugs.webkit.org/show_bug.cgi?id=202262
 
diff --git a/LayoutTests/platform/mac/TestExpectations b/LayoutTests/platform/mac/TestExpectations
index 2a5d81b..a65fe92 100644
--- a/LayoutTests/platform/mac/TestExpectations
+++ b/LayoutTests/platform/mac/TestExpectations
@@ -1169,7 +1169,10 @@
 
 # These tests hardcode platform-specific font aliases.
 webkit.org/b/158649 [ Sierra+ ] fast/text/chinese-font-name-aliases-2.html [ ImageOnlyFailure ]
-webkit.org/b/159003 [ Sierra+ ] fast/text/font-cursive-italic-cjk.html [ Skip ]
+
+# fast/text/font-cursive-italic-cjk.html can be deleted when Catalina is the oldest supported OS
+[ Sierra HighSierra Mojave ] fast/text/font-cursive-italic-cjk.html [ Pass ImageOnlyFailure ]
+[ Catalina+ ] 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 Timeout ]
 
@@ -1974,9 +1977,6 @@
 [ Catalina+ ] fast/css/paint-order.html [ ImageOnlyFailure ]
 [ Catalina+ ] fast/css/paint-order-shadow.html [ ImageOnlyFailure ]
 
-# rdar://54317204 (fast/text/font-cursive-italic-cjk-2.html is failing)
-[ Catalina+ ] fast/text/font-cursive-italic-cjk-2.html [ ImageOnlyFailure ]
-
 webkit.org/b/181837 [ Release ] imported/w3c/web-platform-tests/service-workers/service-worker/ready.https.html [ Pass Failure ]
 
 webkit.org/b/199124 http/tests/appcache/remove-cache.html [ Pass Failure ]