1
0
Fork 0
firefox/testing/web-platform/tests/css/css-text/line-breaking/line-breaking-atomic-025.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

25 lines
828 B
HTML

<!doctype html>
<html>
<meta charset="utf-8">
<title>CSS Text — TIBETAN MARK DELIMITER TSHEG BSTAR before atomic inline</title>
<meta name=assert content="There is no soft wrap opportunity between an atomic inline and a following TIBETAN MARK DELIMITER TSHEG BSTAR">
<link rel=help href="https://www.w3.org/TR/css-text-3/#line-break-details">
<link rel=match href="../../reference/ref-filled-green-100px-square.xht">
<link rel=author title="Florian Rivoal" href="https://florian.rivoal.net">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
div {
font: 100px/1 Ahem;
color: transparent;
width: 100px;
background: red;
}
span {
display: inline-block;
color: green;
}
</style>
<p>Test passes if there is a filled green square and <strong>no red</strong>.
<div><span>A</span>&#x0F0C;B</div>