blob: 3fabfcadbfcf8c97287369e0aa73624d8a604cbf [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Test: Check if the tab stop positions are computed properly when their runs are not adjacent to the parent's content box.</title>
<style>
pre {
font-size: 12px;
}
</style>
</head>
<body>
<pre id=content>lines should match with tabs
</pre>
</body>
<script>
content.appendChild(document.createTextNode("lines should match "));
content.appendChild(document.createTextNode(" with tabs"));
</script>
</html>