Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-text/white-space/tab-position-with-text-align.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html>
<head>
<title>Tab positions with text-align and text-indent</title>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css">
<link rel="match" href="tab-position-with-text-align-ref.html">
<style>
div {
font: 20px/1 Ahem;
white-space: pre;
width: 800px;
}
</style>
</head>
<body>
<div style="text-align: center;">X X</div>
<div style="text-indent: 20px;">X X</div>
</body>
</html>