Bug 252273
| Summary: | [ macOS WK1 ] editing/mac/attributed-string/font-style-variant-effect.html is a constant failure. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Bri Harris <bharris9> |
| Component: | New Bugs | Assignee: | Myles C. Maxfield <mmaxfield> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | commit-queue, mmaxfield, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 253028 | ||
| Bug Blocks: | 247987 | ||
Bri Harris
editing/mac/attributed-string/font-style-variant-effect.html
is a constant failure across WK1 platforms.
HISTORY:
https://results.webkit.org/?suite=layout-tests&test=editing%2Fmac%2Fattributed-string%2Ffont-style-variant-effect.html
I was able to replicate this failure as follows:
run-webkit-tests --root editing/mac/attributed-string/font-style-variant-effect.html -1
DIFF TEXT:
@@ -43,7 +43,17 @@
NSKern: 0pt
NSStrokeColor: #000000 (sRGB)
NSStrokeWidth: 0
-[ small-caps outline emboss ]
+[ ]
+ NSFont: Times-Roman 16.00 pt.
+ NSKern: 0pt
+ NSStrokeColor: #000000 (sRGB)
+ NSStrokeWidth: 0
+[small-caps]
+ NSFont: Times-Roman 16.00 pt.
+ NSKern: 0pt
+ NSStrokeColor: #000000 (sRGB)
+ NSStrokeWidth: 0
+[ outline emboss ]
NSFont: Times-Roman 16.00 pt.
NSKern: 0pt
NSStrokeColor: #000000 (sRGB)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/105472048>
Bri Harris
Pull request: https://github.com/WebKit/WebKit/pull/10111
EWS
Test gardening commit 260284@main (f5437fdf2683): <https://commits.webkit.org/260284@main>
Reviewed commits have been landed. Closing PR #10111 and removing active labels.
Bri Harris
I was also able to identify a potential regression point as 260129@main as I was able to replicate the failure on 260130@main and 260131@main but the test passed at 260129@main.
I was able to replicate this failure on a build of 260130@main as follows:
run-webkit-tests editing/mac/attributed-string/font-style-variant-effect.html -1
Bri Harris
(In reply to Bri Harris from comment #4)
> I was also able to identify a potential regression point as 260129@main as I
> was able to replicate the failure on 260130@main and 260131@main but the
> test passed at 260129@main.
>
>
> I was able to replicate this failure on a build of 260130@main as follows:
>
> run-webkit-tests
> editing/mac/attributed-string/font-style-variant-effect.html -1
Regression should be 260130@main, not 260129@main.
Myles C. Maxfield
Looking now
Myles C. Maxfield
Pull request: https://github.com/WebKit/WebKit/pull/10119
EWS
Test gardening commit 260295@main (0e5a3f28aeb2): <https://commits.webkit.org/260295@main>
Reviewed commits have been landed. Closing PR #10119 and removing active labels.
WebKit Commit Bot
Re-opened since this is blocked by bug 253028
Myles C. Maxfield
Handling in https://bugs.webkit.org/show_bug.cgi?id=253033