blob: 3a8285d5987a46607ecb8cfe98b89b3a117fbb83 [file] [log] [blame]
<!doctype html>
<html>
<head>
<title>This tests that we don't use simple line layout when webkit-line-box-contain: glyphs is set and the glyphs overflow the line vertically.</title>
<style>
div {
-webkit-line-box-contain: glyphs;
line-height: 10px;
}
</style>
<script>
if (window.internals)
internals.settings.setSimpleLineLayoutDebugBordersEnabled(true);
</script>
</head>
<body>
<div>foobar</div>
</body>
</html>