blob: f7f793908104d0da46306d3e9748936de97605b7 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>Test reference</title>
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<style>
.wrap {
font-size: 2em;
border: solid black;
margin: 5px;
width: 30ch;
}
#ref {
border-color: blue;
}
</style>
<!--
This test should pass even in UAs that don't support word-boundary-detection:auto(th)
since inserting virtual word boundaries is the default for south-east-asian languages.
-->
<p>Test passes if the black box is identical to the blue one.
<div lang=th>กรุงเทพ คือ สวยงาม</div>
<div id=ref lang=th>กรุงเทพ คือ สวยงาม</div>