Bug 205814 - REGRESSION: [ Catalina wk1 ] editing/mac/attributed-string/attributed-string-across-shadow-boundaries-with-style-2.html is failing
Summary: REGRESSION: [ Catalina wk1 ] editing/mac/attributed-string/attributed-string-...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Myles C. Maxfield
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-01-06 10:56 PST by Truitt Savell
Modified: 2020-01-14 13:19 PST (History)
6 users (show)

See Also:


Attachments
Patch (4.35 KB, patch)
2020-01-13 19:53 PST, Myles C. Maxfield
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Truitt Savell 2020-01-06 10:56:06 PST
editing/mac/attributed-string/attributed-string-across-shadow-boundaries-with-style-2.html 

Description:
This test is failing constantly on Catalina wk1. This test was added in https://trac.webkit.org/changeset/239190/webkit
It looks like this has been occurring for the full history of Catalina

History:
https://results.webkit.org/?suite=layout-tests&test=editing%2Fmac%2Fattributed-string%2Fattributed-string-across-shadow-boundaries-with-style-2.html&limit=50000

Diff:
--- /Volumes/Data/slave/catalina-debug-tests-wk1/build/layout-test-results/editing/mac/attributed-string/attributed-string-across-shadow-boundaries-with-style-2-expected.txt
+++ /Volumes/Data/slave/catalina-debug-tests-wk1/build/layout-test-results/editing/mac/attributed-string/attributed-string-across-shadow-boundaries-with-style-2-actual.txt
@@ -25,7 +25,7 @@
     HeaderLevel: 0 LineBreakStrategy 0
 [hello]
     NSColor: #0000ff (sRGB)
-    NSFont: Times-Italic 16.00 pt.
+    NSFont: Times-BoldItalic 16.00 pt.
     NSKern: 0pt
     NSStrokeColor: #0000ff (sRGB)
     NSStrokeWidth: 0
Comment 1 Radar WebKit Bug Importer 2020-01-06 10:56:33 PST
<rdar://problem/58347056>
Comment 2 Truitt Savell 2020-01-06 11:01:20 PST
marked this test as failing while it in investigated: https://trac.webkit.org/changeset/254066/webkit
Comment 3 Alexey Proskuryakov 2020-01-06 18:42:11 PST
Looks like a progression? Times-BoldItalic existed on Mojave, so it's strange that it wasn't always used.
Comment 4 Myles C. Maxfield 2020-01-13 19:53:15 PST
Created attachment 387612 [details]
Patch
Comment 5 Myles C. Maxfield 2020-01-14 13:19:12 PST
Committed r254529: <https://trac.webkit.org/changeset/254529>