blob: e3d1eab759696630c103cea6d348ec80a2a07bdb [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
.a {
display: table-cell;
white-space: nowrap;
}
.b {
padding-left: 4px;
white-space: pre-wrap;
}
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body>
<div class='a'>
<span class='b'>PASS,</span>
<span>
<span>does not crash</span>
<span class='b'></span>
</span>
</div>
</body>
</html>