chromium/third_party/blink/web_tests/fast/table/auto-fit-cell-page-zoom-expected.html

<!DOCTYPE html>
<script>
if (window.testRunner)
  testRunner.setPageZoomFactor(1.25);
</script>
<style>
td { border: 1px solid white; width: 400px; }
</style>
The text should not wrap in any page zoom factor.
<table>
  <tr><td>Tennis- en squashcentrum Nieuwe Sloot</td></tr>
</table>