chromium/third_party/blink/web_tests/http/tests/security/deprecated-subresource-requests.html

<!DOCTYPE html>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<img src="ftp://example.test/img.png">
<img src="http://user:[email protected]/img.png">
<script>
test(() => {
  // Doing nothing, we just want to check the warnings.
});
</script>