Bug 238641

Summary: REGRESSION(r292072): [ wk1 ] fast/text/install-font-style-recalc.html is a constant text failure
Product: WebKit Reporter: Dawn Morningstar <Morningstar>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: mmaxfield, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=238580

Description Dawn Morningstar 2022-03-31 17:26:08 PDT
fast/text/install-font-style-recalc.html 
Is a constant text failure on wk1


HISTORY:
https://results.webkit.org/?suite=layout-tests&test=fast%2Ftext%2Finstall-font-style-recalc.html

DIFF:
--- /Volumes/Data/worker/monterey-release-tests-wk1/build/layout-test-results/fast/text/install-font-style-recalc-expected.txt
+++ /Volumes/Data/worker/monterey-release-tests-wk1/build/layout-test-results/fast/text/install-font-style-recalc-actual.txt
@@ -1,11 +1,12 @@
+CONSOLE MESSAGE: TypeError: testRunner.installFakeHelvetica is not a function. (In 'testRunner.installFakeHelvetica("Helvetica2-400")', 'testRunner.installFakeHelvetica' is undefined)
 This test makes sure that installing a font causes a style recalc. The test only runs in DumpRenderTree/WebKitTestRunner. It passes if the text above is rendered as black boxes (aka in Ahem).
 
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-PASS target.offsetWidth became 200
-PASS The font was used.
-PASS successfullyParsed is true
+FAIL Unexpected error: TypeError: testRunner.installFakeHelvetica is not a function. (In 'testRunner.installFakeHelvetica("Helvetica2-400")', 'testRunner.installFakeHelvetica' is undefined)
+FAIL successfullyParsed should be true. Was false.
+Some tests failed.
 
 TEST COMPLETE
 rrrr

DIFF-URL:
https://build.webkit.org/results/Apple-Monterey-Release-WK1-Tests/r292184%20(2598)/fast/text/install-font-style-recalc-diff.txt
Comment 1 Radar WebKit Bug Importer 2022-03-31 17:27:39 PDT
<rdar://problem/91136171>
Comment 2 Dawn Morningstar 2022-04-01 12:54:42 PDT
Marked expectations to help ews. r292231
Comment 3 Myles C. Maxfield 2022-04-02 00:11:59 PDT
Working on this in https://bugs.webkit.org/show_bug.cgi?id=238483

*** This bug has been marked as a duplicate of bug 238483 ***