1
0
Fork 0
firefox/testing/web-platform/tests/css/css-text/crashtests/overflow-wrap-anywhere-crash.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

28 lines
462 B
HTML

<!DOCTYPE html>
<style>
body {
overflow-wrap: anywhere;
}
.post-footer-line-2 {
position: absolute;
letter-spacing: 1mm;
font-size: 0px;
}
.post-labels a {
padding: 8px 17px;
font-size: 10px;
margin: 5px 30px 5px -30px;
}
</style>
<div>
<div class='post-footer-line-2'>
<span class='post-labels'>
Etykiety:
<a>hunter</a>,
<a>miski</a>,
<a>pies</a>,
<a>recenzja</a>,
<a>test</a>
</span>
</div>
</div>