Nico Weber
Nico Weber
https://github.com/SerenityOS/serenity/pull/26073 disable them for now.
With that, we still get ``` Timeout: /Users/runner/work/serenity/serenity/Tests/LibWeb/Text/input/css/FontFace-load-urls.html ``` every now and then.
Hm, #25134 might be related to the last one 🤔
https://github.com/SerenityOS/serenity/pull/25134 might help with the last one but for some reason makes even more tests time out consistently. For now, let's skip Text/input/css/FontFace-load-urls.html too :/
#25134 has these tests timing on out on mac (https://github.com/SerenityOS/serenity/actions/runs/16711893068/job/47298180467?pr=25134 , but that'll expire in time): ``` Timeout: /Users/runner/work/serenity/serenity/Tests/LibWeb/Text/input/HTML/SVGImageElement-load-and-error-events.html Timeout: /Users/runner/work/serenity/serenity/Tests/LibWeb/Text/input/DOM/Document-named-properties.html ``` On lagom linux, it's (https://github.com/SerenityOS/serenity/actions/runs/16711893068/job/47298180471?pr=25134): ``` Timeout: /home/runner/work/serenity/serenity/Tests/LibWeb/Text/input/HTML/SVGImageElement-load-and-error-events.html...
I merged https://github.com/SerenityOS/serenity/pull/26117 and skipped the two tests failing there, instead of the three mentioned here. That had green CI on the PR. We'll see how stability is going forward.
Before:  After (updated after rebase^3): 
Chrome: (We don't implement non-round line joins yet.)
Rebased after recent cherry-picks, and after #25078 which makes the reftest look more correct. I probably want to cherry-pick a few more things before merging this, maybe.