forked from mirrors/gecko-dev
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
4 lines
146 B
HTML
4 lines
146 B
HTML
<!DOCTYPE html>
|
|
<div style="display: block;">
|
|
baseline<fieldset style="display: inline-block;"><legend>legend</legend>content</fieldset>
|
|
</div>
|