summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/word-break/auto-phrase/word-break-auto-phrase-008.html
blob: 68af0f5f190c04484d7f3ce0d0c8d00a4cd3b439 (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>
<meta charset="utf-8">
<title>CSS Text level 4 Test: word-break: auto-phrase hyphenation</title>
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<link rel="help" href="https://drafts.csswg.org/css-text-4/#word-break-property">
<link rel="match" href="reference/word-break-auto-phrase-008-ref.html">
<meta name="assert" content="auto-phrase must give up on suppressing hyphenation when that would lead to overflow">
<style>
div {
  font-size: 2em;
  border-left: solid black;
  margin: 15px;
  width: 0;
  hyphens: manual;
}
#test {
  word-break: auto-phrase;
  overflow-wrap: normal;
}
</style>

<p>Test passes if both words bellow are hyphenated.

<div id=test lang=en>con&shy;sid&shy;era&shy;tion</div>
<div id=ref lang=en>con&shy;sid&shy;era&shy;tion</div>