1
0
Fork 0
firefox/layout/reftests/backgrounds/continuous-inline-5a.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

15 lines
417 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
span.b { display: inline-block; height: 20px; }
span.break::before { content: "\A"; white-space: pre-wrap; }
</style>
</head>
<body>
<span style="background: url(blue-16x20-green-16x20.png)">
<span class="b" style="width: 24px"></span><span class="break"></span>
<span class="b" style="width: 24px"></span>
</span>
</body>
</html>