chromium/third_party/blink/web_tests/svg/custom/display-table-caption-foreignObject.svg

<svg xmlns="http://www.w3.org/2000/svg" xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <script>
  if (window.testRunner)
    testRunner.dumpAsText();
  </script>
  <foreignObject display="table-caption"><xhtml:div>This test PASSED if we don't crash when the display value is table-caption</xhtml:div></foreignObject>
</svg>