haikuwebkit/LayoutTests/fast/text/tab-letter-space.html

17 lines
392 B
HTML

<!DOCTYPE html>
<html lang="zh-hk">
<head>
<meta charset="utf-8">
<style>
pre {
margin: 0px;
}
</style>
</head>
<body>
This test makes sure that tab characters get the appropriate amount of letter-spacing.
The test passes if the left edge of the "c" below is 158 pixels from the left edge of the "a" below.
<pre style="letter-spacing: 30px; tab-size: 128px;">a&#9;c</pre>
</body>
</html>