Nico Weber

Results 269 comments of Nico Weber

With that, we still get ``` Timeout: /Users/runner/work/serenity/serenity/Tests/LibWeb/Text/input/css/FontFace-load-urls.html ``` every now and then.

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: ![image](https://github.com/user-attachments/assets/85f7cb14-0b3e-4150-afd7-2edfeeec9b9a) After (updated after rebase^3): ![image](https://github.com/user-attachments/assets/c7857ca8-8d91-463f-b8a3-2570ada31e11)

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.