trisquel-icecat/icecat/testing/web-platform/tests/css/css-flexbox/empty-flex-box-and-margin-collapsing-ref.html
2025-10-06 02:35:48 -06:00

10 lines
161 B
HTML

<!DOCTYPE html>
<style>
div {
background: green;
height: 100px;
width: 100px;
}
</style>
<p>Test passes if there is a filled green square.</p>
<div></div>