Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6c9e1084f49055b420024cf05fd5897d744beb2e
https://github.com/WebKit/WebKit/commit/6c9e1084f49055b420024cf05fd5897d744beb2e
Author: Alan Baradlay <[email protected]>
Date: 2026-05-15 (Fri, 15 May 2026)
Changed paths:
M
LayoutTests/imported/w3c/web-platform-tests/css/css-flexbox/flex-aspect-ratio-img-column-017-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/css/css-flexbox/flex-aspect-ratio-img-column-017.html
Log Message:
-----------
[cleanup]
imported/w3c/web-platform-tests/css/css-flexbox/flex-aspect-ratio-img-column-017.html
should not check layout synchronously
https://bugs.webkit.org/show_bug.cgi?id=314840
Unreviewed test gardening.
The test should wait for the image to load before checking layout.
The inline script runs at parse time, before the data: URI SVG has been
fetched and sized. The sibling test flex-aspect-ratio-img-row-013.html
uses <body onload="checkLayout('img')"> which fires after external
resources finish loading. Switch to the same pattern so the img has
settled by the time offsetHeight is read, and rebaseline the expectation
to PASS.
(This test started progressing after 313257@main)
*
LayoutTests/imported/w3c/web-platform-tests/css/css-flexbox/flex-aspect-ratio-img-column-017-expected.txt:
*
LayoutTests/imported/w3c/web-platform-tests/css/css-flexbox/flex-aspect-ratio-img-column-017.html:
Canonical link: https://commits.webkit.org/313306@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications