Bug 199897
Summary: | [WinCairo] Layout test failure of fantasy font due to missing Papyrus font | ||
---|---|---|---|
Product: | WebKit | Reporter: | Fujii Hironori <fujii.hironori> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | don.olmstead |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Fujii Hironori
[WinCairo] Layout test failure of fantasy font due to missing Papyrus font
DumpRenderTree and WebKitTestRunner is using "Papyrus" for fantasy font.
However, Papyrus is included in Microsoft Office which is not installed onto bots.
This ends up to layout test failures only for bots.
Papyrus font family - Typography | Microsoft Docs
https://docs.microsoft.com/en-us/typography/font-list/papyrus
css1/font_properties/font_family.html
css2.1/t1503-c522-font-family-00-b.html
fast/css/font-face-multiple-faces.html
fonts/fantasy.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Don Olmstead
Is there something GTK WPE uses that’s free?
Fujii Hironori
Looking at
LayoutTests/platform/gtk/css1/font_properties/font_family-expected.png,
GTK is using a normal font for fantasy font.
And, no such font in https://github.com/WebKitGTK/webkitgtk-test-fonts .
Fujii Hironori
DumpRenderTree of Windows port has a conditional of USE_MAC_FONTS, but this is always defined.
https://trac.webkit.org/browser/webkit/trunk/Tools/DumpRenderTree/win/DumpRenderTree.cpp?rev=247474#L814