summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/356775-1-ref.html
blob: 6cd0bf8cfc1a89a6d59a1036b04d3d63fcaf4ec9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<style type="text/css">
span {
 border: 1px solid black;
 word-spacing: 0.7em;
}
</style>
</head>
<body>
<span>山本 一郎</span>
</body>
</html>