chromium/third_party/blink/web_tests/fast/loader/sandboxed-plugin-crash.html

<html>
<head>
<script>

if (window.testRunner)
    testRunner.dumpAsText();

</script>
</head>
<body>
This test makes sure that we don't crash if an iframe is sandboxed and has a plugin resource as it's src.<br>
<iframe src="resources/test.swf" sandbox="allow-same-origin allow-forms allow-scripts"></iframe><br>
</body>
</html>