Title: [289034] trunk/Tools
Revision
289034
Author
mmaxfi...@apple.com
Date
2022-02-03 00:52:15 -0800 (Thu, 03 Feb 2022)

Log Message

Allow using STIX Two in layout tests
https://bugs.webkit.org/show_bug.cgi?id=236048

Reviewed by Darin Adler.

Add the fonts to the allow-list.

* DumpRenderTree/mac/DumpRenderTree.mm:
(allowedFontFamilySet):
* WebKitTestRunner/mac/TestControllerMac.mm:
(WTR::allowedFontFamilySet):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (289033 => 289034)


--- trunk/Tools/ChangeLog	2022-02-03 08:41:48 UTC (rev 289033)
+++ trunk/Tools/ChangeLog	2022-02-03 08:52:15 UTC (rev 289034)
@@ -1,3 +1,17 @@
+2022-02-03  Myles C. Maxfield  <mmaxfi...@apple.com>
+
+        Allow using STIX Two in layout tests
+        https://bugs.webkit.org/show_bug.cgi?id=236048
+
+        Reviewed by Darin Adler.
+
+        Add the fonts to the allow-list.
+
+        * DumpRenderTree/mac/DumpRenderTree.mm:
+        (allowedFontFamilySet):
+        * WebKitTestRunner/mac/TestControllerMac.mm:
+        (WTR::allowedFontFamilySet):
+
 2022-02-02  Pablo Saavedra  <psaave...@igalia.com>
 
         [WPE] Fix for non-unified builds with ACCESSIBILITY=OFF

Modified: trunk/Tools/DumpRenderTree/mac/DumpRenderTree.mm (289033 => 289034)


--- trunk/Tools/DumpRenderTree/mac/DumpRenderTree.mm	2022-02-03 08:41:48 UTC (rev 289033)
+++ trunk/Tools/DumpRenderTree/mac/DumpRenderTree.mm	2022-02-03 08:52:15 UTC (rev 289034)
@@ -427,6 +427,8 @@
         @"Songti TC",
         @"STFangsong",
         @"STHeiti",
+        @"STIX Two Math",
+        @"STIX Two Text",
         @"STIXGeneral",
         @"STIXSizeOneSym",
         @"STKaiti",

Modified: trunk/Tools/WebKitTestRunner/mac/TestControllerMac.mm (289033 => 289034)


--- trunk/Tools/WebKitTestRunner/mac/TestControllerMac.mm	2022-02-03 08:41:48 UTC (rev 289033)
+++ trunk/Tools/WebKitTestRunner/mac/TestControllerMac.mm	2022-02-03 08:52:15 UTC (rev 289034)
@@ -333,6 +333,8 @@
         @"Songti TC",
         @"STFangsong",
         @"STHeiti",
+        @"STIX Two Math",
+        @"STIX Two Text",
         @"STIXGeneral",
         @"STIXSizeOneSym",
         @"STKaiti",
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to