fune/testing/web-platform/tests/css/css-flexbox/fieldset-baseline-alignment-ref.html
Ian Kilpatrick 6e8d5d8219 Bug 1760182 [wpt PR 33177] - [fieldset] Set baselines correctly., a=testonly
Automatic update from web-platform-tests
[fieldset] Set baselines correctly.

Previously we weren't propagating any baselines from the fieldset
content, and instead synthesizing them for the end block edge when
needed.

This propagates the baselines directly from the fieldset content.

Bug: 1305890
Change-Id: Id35fa96ada66d7a4d10f04f746d82eaa7047cd42
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3523702
Reviewed-by: David Grogan <dgrogan@chromium.org>
Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org>
Cr-Commit-Position: refs/heads/main@{#980893}

--

wpt-commits: 0eaa4351c43c9728afdbdd4e077b656fb01f2f3a
wpt-pr: 33177
2022-03-26 21:56:57 +00:00

4 lines
146 B
HTML

<!DOCTYPE html>
<div style="display: block;">
baseline<fieldset style="display: inline-block;"><legend>legend</legend>content</fieldset>
</div>