chromium/third_party/blink/web_tests/http/tests/devtools/resources/console-resource-errors-iframe.html

<html>
<head>
<link rel="stylesheet" type="text/css" href="../missing.css">
<script src="../non-existent-script.js"></script>
</head>

<body>
<iframe src="../non-existent-iframe.html"></iframe>
</body>
</html>