blob: 6112817beef6ac79028fd1de89c9893e910e9341 [file] [log] [blame]
<!doctype html>
<html>
<head>
<title>This tests that we use simple line layout to layout/render 16bit content.</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<style>
div {
color: transparent;
}
</style>
<script>
if (window.internals)
internals.settings.setLegacyLineLayoutVisualCoverageEnabled(true);
</script>
</head>
<body>
<div>uüúoöóőaáeé</div>
</body>
</html>