summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/word-break/auto-phrase/reference/word-break-auto-phrase-fallback-002-ref.html
blob: 9010ebb5d555e9e997bfeb78507c9acf37cc2bd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!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 blue;
  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>กรุงเทพคือสวยงาม</div>
<div id=ref>กรุงเทพคือสวยงาม</div>