1
0
Fork 0
firefox/testing/web-platform/tests/css/css-break/floats-and-text-narrow-and-short-dynamic-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

19 lines
364 B
HTML

<!DOCTYPE html>
<style>
.float {
float: left;
width: 2em;
height: 2em;
}
.yellow {
background: yellow;
}
.blue {
background: blue;
}
</style>
<p>Below there should be two yellow and two blue squares.</p>
<div class="float yellow"></div>
<div class="float blue"></div>
<div class="float yellow"></div>
<div class="float blue"></div>