summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/word-break/reference/word-break-normal-003-ref.html
blob: 15843b7296ef70a33f2e8a167330174c019f4b66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!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: 30ch;
}
</style>

<p>Test passes if the two boxes below are <em>different</em>.

<div>กรุงเทพคือสวยงาม</div>
<div>กรุงเทพคือสวยงาม</div>