Skip to content
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

override align-items in flex-vertical-align-effect.html #16305

Merged
merged 1 commit into from Apr 12, 2019
Merged

override align-items in flex-vertical-align-effect.html #16305

merged 1 commit into from Apr 12, 2019

Conversation

dholbert
Copy link
Contributor

@dholbert dholbert commented Apr 9, 2019

This fixes issue #16304 by removing the (default) influence of
align-items:stretch on the radio button flex-item, which influences its
sizing/rendering regardless of the value of the vertical-align property
(which is what the testcase is really trying to test). So, let's take that
stretch behavior out of the equation entirely.

This fixes issue #16304 by removing the (default) influence of
`align-items:stretch` on the radio button flex-item, which influences its
sizing/rendering regardless of the value of the `vertical-align` property
(which is what the testcase is really trying to test). So, let's take that
`stretch` behavior out of the equation entirely.
@dholbert
Copy link
Contributor Author

dholbert commented Apr 11, 2019

@cbiesinger, maybe you'd be up for reviewing here? (See details on #16304 - the test currently depends on https://bugs.chromium.org/p/chromium/issues/detail?id=768999 , by accident, and this pull request removes that dependency so that it'll pass in all engines.)

[edit: I initially tagged username "biesi" here; apologies for spamming that person]

@cbiesinger cbiesinger merged commit 27231aa into web-platform-tests:master Apr 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants