Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 404e1882170ad7f9eccf2f6ec29f67629587530b
https://github.com/WebKit/WebKit/commit/404e1882170ad7f9eccf2f6ec29f67629587530b
Author: Chris Dumez <[email protected]>
Date: 2026-04-28 (Tue, 28 Apr 2026)
Changed paths:
M LayoutTests/fonts/font-cache-memory-pressure-crash.html
M LayoutTests/platform/mac-wk2/TestExpectations
Log Message:
-----------
REGRESSION:(311911@main) [macOS]fonts/font-cache-memory-pressure-crash.html
is a flaky text failure.
https://bugs.webkit.org/show_bug.cgi?id=313282
rdar://175554270
Reviewed by Ryosuke Niwa.
311911@main updated the user agent style sheet to mark `option` and
`optgroup` as `display: block`. This caused this fuzzer-generated test
to become flaky with 2 extra blank lines, presumably due to option or
optgroup elements in the DOM tree that now are displayed as block
instead of inline.
To address the flakiness, restore the old behavior for this test by
marking `option` and `optgroup` as `display: inline` in the <style>
at the beginning of the test.
* LayoutTests/fonts/font-cache-memory-pressure-crash.html:
* LayoutTests/platform/mac-wk2/TestExpectations:
Canonical link: https://commits.webkit.org/312192@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications