chromium/third_party/blink/renderer/core/testing/data/first_party/nested-srcdoc.html

<!DOCTYPE html>
<html>
<head>
    <title>Document with a srcdoc frame.</title>
</head>
<body>
    <iframe srcdoc="This is a srcdoc document."></iframe>
</body>
</html>