chromium/third_party/blink/web_tests/fast/text-autosizing/tables/empty-table-crash-expected.html

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=800">
<style>
    html { font-size: 16px; }
    body { width: 800px; margin: 0; overflow-y: hidden; }
</style>
</head>
<body>
    Test for crbug.com/347395: This test passes if it does not crash.
</body>
</html>