summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/line-breaking/line-breaking-atomic-016.html
blob: a3bbe40118b2a61cef99774d0ea64f659d4c1175 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!doctype html>
<html>
<meta charset="utf-8">
<title>CSS Text — COMBINING GRAPHEME JOINER after atomic inline</title>
<meta name=assert content="There is no soft wrap opportunity between an atomic inline and a preceeding COMBINING GRAPHEME JOINER">
<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: green;
  width: 100px;
  background: red;
}
span {
  display: inline-block;
  color: transparent;
}
</style>

<p>Test passes if there is a filled green square and <strong>no red</strong>.

<div>A&#x034F;<span>B</span></div>