blob: 1cdac4013d307d8647a454754133e728cd036ea7 [file] [log] [blame]
<!doctype html><!-- webkit-test-runner [ InlineFormattingContextIntegrationEnabled=false ] -->
<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(false);
}
</script>
</head>
<body>
<div>uüúoöóőaáeé</div>
</body>
</html>