blob: 7e60e674ef13b27a87fff8dc339a1b70e5b3b87b [file] [log] [blame]
<!DOCTYPE html><!-- webkit-test-runner [ InlineFormattingContextIntegrationEnabled=false ] -->
<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>