summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/word-break/auto-phrase/reference/word-break-auto-phrase-fallback-001-ref.html
blob: 5e65b27e2e6fbb47dc02dd193168e2e0c37aa663 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<meta charset="utf-8">
<title>Test reference</title>
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<style>
div {
  font-size: 2em;
  border: solid orange;
  margin: 5px;
  width: min-content; /*not 0, to avoid falling into overflow fallback behavior */
  word-break: normal;
}
</style>

<p>Test passes if the two boxes below are identical.

<div id=test lang=ja>กรุงเทพคือสวยงาม</div>

<!-- keeping the lang=ja because it may affects font selection-->
<div id=ref lang=ja>กรุงเทพคือสวยงาม</div>