chromium/third_party/blink/web_tests/http/tests/navigation/srcdoc-as-src.html

<script>
if (window.testRunner)
  testRunner.dumpAsText();
</script>
<iframe id=myframe src='about:srcdoc'></iframe>
Test passes if the page does not crash.