<!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> |