1
0
Fork 0
firefox/testing/web-platform/tests/css/css-multicol/column-rule-001-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

12 lines
409 B
HTML

<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<style>
body {
margin: 0;
}
</style>
<p>There should be <b>two</b> black squares below.</p>
<div style="float:right; width:100px; height:100px; margin-right:95px; background:black;"></div>
<div style="width:500px; margin:auto;">
<div style="width:100px; height:100px; background:black;"></div>
</div>