blob: b9be4f9c26969f4b8b59d25a6035bd414a2b15dd [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<title>BidiRun leak test</title>
<style type="text/css">
.compact { display: compact; }
.block { display: block; color: red; background: lime; line-height: 0; margin-left: 10em; }
span { color: black; }
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body>
<p>This test exercises LayoutBlockFlow::bidiReorderCharacters in a specific way to
test for BidiRun leaks as reported in rdar://problem/4987649. Its layout has no
particular meaning.</p>
<div class="compact"> Test: </div>
<div class="block"></div>
</body>
</html>