Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-text/line-breaking/line-breaking-atomic-022.html - WPT Dashboard Interop Dashboard
<!doctype html>
<html>
<meta charset="utf-8">
<title>CSS Text — TIBETAN MARK SBRUL SHAD after atomic inline</title>
<meta name=assert content="There is no soft wrap opportunity between an atomic inline and a preceeding TIBETAN MARK SBRUL SHAD">
<link rel=match href="../../reference/ref-filled-green-100px-square.xht">
<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;
}
a {
color: green;
}
</style>
<p>Test passes if there is a filled green square and <strong>no red</strong>.
<div><a>A</a>༈<span>B</span></div>