blob: f542c7f441a048f2cf536b16beb8fb79cca74024 [file] [log] [blame]
<!doctype html>
<html>
<head>
<title>This tests that we use simple line layout to layout/render 16bit content.</title>
<style>
div {
color: white;
}
</style>
<script>
if (window.internals)
internals.settings.setSimpleLineLayoutDebugBordersEnabled(true);
</script>
</head>
<body>
<div>uuuooooaaee</div>
</body>
</html>