blob: c351025b34e71e339661bca91dad23f0ebb356a9 [file] [log] [blame]
zalan@apple.com99603d12017-01-27 19:24:26 +00001<!doctype html>
2<html>
3<head>
4<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>
5<style>
6div {
7 -webkit-line-box-contain: glyphs;
8 line-height: 10px;
9}
10</style>
11<script>
12 if (window.internals)
13 internals.settings.setSimpleLineLayoutDebugBordersEnabled(false);
14</script>
15</head>
16<body>
17<div>foobar</div>
18</body>
19</html>