blob: 81369c2c5680f3541126c0cc7ae5173622de844c [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
.tableBefore:before { display: inline-table; content: url(data:text/plain,foo); width: 10px; }
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body>
<div class="tableBefore"></div>
<div>Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=70392">70392</a>: Multiple crashes in LayoutTable during layout</div>
<div>This test passes if it does not CRASH.</div>
</body>
</html>