<!doctype html>
<html>
<head></head>
<body>
<p>This page has deeply nested iframes mixing srcdoc and src
<p><iframe srcdoc="<iframe src=page_with_srcdoc_frame.html></iframe>" id="test_iframe"></iframe>
</body>
</html>
<!doctype html>
<html>
<head></head>
<body>
<p>This page has deeply nested iframes mixing srcdoc and src
<p><iframe srcdoc="<iframe src=page_with_srcdoc_frame.html></iframe>" id="test_iframe"></iframe>
</body>
</html>