-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement keyword sizes on floats #33666
Conversation
🔨 Triggering try run (#11195314970) for Linux WPT |
🤖 Opened new upstream WPT pull request (web-platform-tests/wpt#48487) with upstreamable changes. |
8ddf009
to
311cf05
Compare
📝 Transplanted new upstreamable changes to existing upstream WPT pull request (web-platform-tests/wpt#48487). |
Test results for linux-wpt-layout-2020 from try job (#11195314970): Flaky unexpected result (25)
Stable unexpected results that are known to be intermittent (16)
|
✨ Try run (#11195314970) succeeded. |
311cf05
to
bf4bd4f
Compare
📝 Transplanted new upstreamable changes to existing upstream WPT pull request (web-platform-tests/wpt#48487). |
Adds support for min-content, max-content, fit-content and stretch, for floated elements. Signed-off-by: Oriol Brufau <[email protected]>
bf4bd4f
to
3ab9e2e
Compare
📝 Transplanted new upstreamable changes to existing upstream WPT pull request (web-platform-tests/wpt#48487). |
Adds support for min-content, max-content, fit-content and stretch, for floated elements. Signed-off-by: Oriol Brufau <[email protected]>
Adds support for min-content, max-content, fit-content and stretch,
for floated elements.
./mach build -d
does not report any errors./mach test-tidy
does not report any errorsmin-content
,max-content
,fit-content
, andfit-content()
#32853