1
0
Fork 0
mirror of https://github.com/servo/servo.git synced 2025-08-01 19:50:30 +01:00
servo/tests/wpt/web-platform-tests/css/css-break/empty-fieldset-tall-bottom-padding-crash.html

6 lines
362 B
HTML

<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1322426">
<div style="columns:2; height:100px; column-fill:auto;">
<fieldset style="margin:0; border:none; padding:0; border-bottom:1px solid; padding-bottom:200px;"></fieldset>
</div>