| Summary: | [ macOS iOS EWS ] fast/text/accessibility-bold-system-font/accessibility-bold-system-font-2.html is a consistent failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Karl Rackler <rackler> |
| Component: | New Bugs | Assignee: | 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=242119 | ||
|
Description
Karl Rackler
2022-06-29 15:05:55 PDT
REPRODUCTION STEPS I can reproduce this on 251961@main ToT. Command: run-webkit-tests --root 251961@main-debug --ios-simulator --debug --exit-after-n-failures 1 --exit-after-n-crashes-or-timeouts 1 --iterations 50 --no-retry fast/text/accessibility-bold-system-font/accessibility-bold-system-font-2.html Result: Regressions: Unexpected image-only failures (1) fast/text/accessibility-bold-system-font/accessibility-bold-system-font-2.html [ ImageOnlyFailure ] I have marked this test as a flaky image failure while this issue is investigated. Test gardening commit 251966@main (5f221672cd2a): <https://commits.webkit.org/251966@main> Reviewed commits have been landed. Closing PR #1918 and removing active labels. Adding:
Description:
fast/text/accessibility-bold-system-font/accessibility-bold-system-font.html
fast/text/accessibility-bold-system-font/accessibility-bold-system-font-3.html
fast/text/accessibility-bold-system-font/accessibility-bold-system-font-3.html is passing on iOS and Monterey, but consistent image failure on BigSur.
fast/text/accessibility-bold-system-font/accessibility-bold-system-font-3.html
Image Diff:
ref mismatch
fast/text/accessibility-bold-system-font/accessibility-bold-system-font.html is a consistent failure on macOS and iOS.
fast/text/accessibility-bold-system-font/accessibility-bold-system-font.html
Diff:
--- /Volumes/Data/worker/Apple-iOS-15-Simulator-Debug-WK2-Tests/build/layout-test-results/fast/text/accessibility-bold-system-font/accessibility-bold-system-font-expected.txt
+++ /Volumes/Data/worker/Apple-iOS-15-Simulator-Debug-WK2-Tests/build/layout-test-results/fast/text/accessibility-bold-system-font/accessibility-bold-system-font-actual.txt
@@ -1,10 +1,9 @@
-This test makes sure that text using the accessibility bold functionality has the correct weight.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS window.getComputedStyle(target).getPropertyValue('font-weight') is "400"
-PASS successfullyParsed is true
-
-TEST COMPLETE
-Hello
+CONSOLE MESSAGE: ReferenceError: Can't find variable: description
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x98
+ RenderBlock {HTML} at (0,0) size 800x98
+ RenderBody {BODY} at (8,8) size 784x82
+ RenderBlock {DIV} at (0,0) size 784x82
+ RenderText {#text} at (0,0) size 156x82
+ text run at (0,0) width 156: "Hello"
I have marked these tests as a flaky failure/image failure while this issue is investigated.
Test gardening commit 251968@main (0bf2f168cb26): <https://commits.webkit.org/251968@main> Reviewed commits have been landed. Closing PR #1923 and removing active labels. I think this is a dupe of https://bugs.webkit.org/show_bug.cgi?id=242119? Duping the newer bug to the older bug. *** This bug has been marked as a duplicate of bug 242119 *** |