blob: 6f02f0c8aca58ff0f9d18b3c308626cb27b12f84 [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>
<script>
if (window.internals)
internals.settings.setSimpleLineLayoutEnabled(false);
</script>
</head>
<body>
<div class="content">FOP bar</div>
</body>
</html>