summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/line-breaking/line-breaking-atomic-017.html
blob: ac62af6ce0d4a318ea8f4f7bb6bb71b899865f6c (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 before atomic inline</title>
<meta name=assert content="There is no soft wrap opportunity between an atomic inline and a following 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: 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>&#x034F;B</div>