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