blob: 2b5a3fd579af7eb7ee3923ee3f657e9ae1be2865 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests that simple line layout text measuring matches complex line layout. (trailing space included and then subtracted)</title>
<style>
.content {
float: left;
border: 1px solid green;
}
</style>
</head>
<body>
<div class="content">FOP bar</div>
</body>
</html>