chromium/third_party/blink/web_tests/http/tests/cookies/resources/frame.php

<!doctype html>
<body>
<iframe src="<?php
    echo $_GET['url'];
?>"></iframe>